@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bed5dd hex color - Blue - Cool color - Information

#bed5dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bed5dd Color code in RGB color code model is created after adding 74.51% red color, 83.53% green color and 86.67% blue color. Hex #bed5dd Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 4% magenta, 0% yellow and 13.33% black.

Hex #bed5dd color code is between #bbddcc web safe hex color code and #ccccee web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #bed5dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bed5dd #bed5dd
RGB Decimal 190, 213, 221 rgb(190, 213, 221)
RGB Percent 75%, 84%, 87% rgb(75%, 84%, 87%)
CSS RGBa 190, 213, 221,1 rgba(190,213,221,1)
CMYK Model cmyk(14%,4%,0%,13.33%)
HSL Color Space 195,31% ,81% hsl(195,31% ,81%)
HSV Color Space 195°, 14%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111110 11010101 11011101
Octal 276 325 335
Decimal 190 213 221
Hex be d5 dd

Different shades of #bed5dd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bed5dd
#dfebee
Dark Shade of #bed5dd
#9cbfcb
Saturated Shade of #bed5dd
#b9d7e2
Desaturated Shade of #bed5dd
#c3d3d8
Grey scale Shade of #bed5dd
#cdcdcd
Brighten Shade
#d7eef6
Most Readable Shade
#000000

Shades of #bed5dd color code

Generate more color scales with scales (color stack) generator.

#bed5dd
#a8bdc4
#93a5ab
#7e8e93
#69767a
#545e62
#3f4749
#2a2f31
#151718
#000000

Similar Color like #bed5dd color

Find visually similar hex color codes nearing to #bed5dd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bfd6de
#c0d7df
#c1d8e0
#c2d9e1
#c3dae2
#c4dbe3
#c5dce4
#c6dde5
#c7dee6
#c8dfe7
#c9e0e8
#cae1e9
#cbe2ea
#cce3eb
#bdd4dc
#bcd3db
#bbd2da
#bad1d9
#b9d0d8
#b8cfd7
#b7ced6
#b6cdd5
#b5ccd4
#b4cbd3
#b3cad2
#b2c9d1
#b1c8d0
#b0c7cf

Monochromatic Color with #bed5dd

#bed5dd
#070808
#2c3133
#505a5d
#758388
#99acb3

Tints of #bed5dd Color

#bed5dd
#c5d9e0
#ccdee4
#d3e3e8
#dae7ec
#e2ecef
#e9f1f3
#f0f5f7
#f7fafb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bed5dd
#ddc6be

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bed5dd
#ddbec6
#ddd6be

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#beddd9
#bedbdd
#bed5dd
#becfdd
#bec9dd

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bed5dd
#ddbed5
#d5ddbe

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bed5dd
#d5bedd
#ddc6be
#c5ddbe

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bed5dd
#ddc6be
#ddd6be
#bec6dd

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bed5dd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bed5dd Color Code Preview on Black Background Color

This is how #bed5dd Color will look on black background color. Color contrast ratio is 13.75

#bed5dd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bed5dd">Your Example Paragraph content text in with font color #bed5dd </p>

Your Example Paragraph content text in with font color #bed5dd

HTML with inline CSS

<div style="color:#bed5dd">Your Paragraph text in with font color #bed5dd </div>

Your Example Paragraph content text in with font color #bed5dd

#bed5dd color code is use for CSS Background Color

Background color for the above div is #bed5dd

HTML with inline CSS

<div style="background-color:#bed5dd;"></div>

#bed5dd color code is use for CSS Border Color

CSS Border color for the above div is #bed5dd

HTML with inline CSS

<div style="border:5px solid #bed5dd;"></div>

CSS Border Left color for the above div is #bed5dd

HTML with inline CSS

<div style="border-left:5px solid #bed5dd;"></div>

CSS Border Right color for the above div is #bed5dd

HTML with inline CSS

<div style="border-right:5px solid #bed5dd;"></div>

CSS Border Bottom color for the above div is #bed5dd

HTML with inline CSS

<div style="border-bottom:5px solid #bed5dd;"></div>

CSS Border Top color for the above div is #bed5dd

HTML with inline CSS

<div style="border-top:5px solid #bed5dd;"></div>

#bed5dd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bed5dd; } .examplecolorclass {color:#bed5dd; } .examplebordercolor {border:3px solid #bed5dd; }

#bed5dd Color code Preview on White Background

This is how #bed5dd Color code will look on white background color. Color contrast ratio is 1.53

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bed5dd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bed5dd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(190,213,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,198,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,213,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.