COLOR #BDCAED

HEX: #BDCAED RGB: (189,202,237)

Color info

#BDCAED contains red, green and blue colors in about the same proportion. Web safe color of #BDCAED is #CCCCFF (or #CCF).

RGB color model

#BDCAED color RGB value is (189,202,237).

RGB: (189,202,237) (74%, 79%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 237 of 255 = 93%

189
202
237

R + G + B ~ 82%. #BDCAED is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 202 + 237 = 628 (100%)
R 189 of 628 ~ 30.1%
G 202 of 628 ~ 32.17%
B 237 of 628 ~ 37.74'%

%30.1
%32.17
%37.74

CMYK color model

#BDCAED color CMYK value is (20,15,0,7).

  • cyan value is 20.25%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (20,15,0,7)
C20M15Y0K7 (20%, 15%, 0%, 7%)
(0.20 / 0.15 / 0.00 / 0.07)

CMYK percentages

%20.25
%14.77
%0
%7.06

Codes

Color #BDCAED in popluar color models

BD CA ED
RGB 189 202 237
HSL 224° 57.14% 83.53%
HSB/HSV 224° 20.25% 92.94%
CMYK 20.25% 14.77% 0.00%
7.06%

Color #BDCAED in popluar number systems.

HEX BD CA ED
Decimal 189 202 237
Binary 10111101 11001010 11101101
Octal 275 312 355

Shades and tints

Shades of #BDCAED

#BDCAED
(189,202,237)
#ACB8D8
(172,184,216)
#9BA6C3
(155,166,195)
#8A94AE
(138,148,174)
#798299
(121,130,153)
#687084
(104,112,132)
#575E6F
(87,94,111)
#464C5A
(70,76,90)
#353A45
(53,58,69)
#242830
(36,40,48)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDCAED

#BDCAED
(189,202,237)
#C3CEEE
(195,206,238)
#C9D2EF
(201,210,239)
#CFD6F0
(207,214,240)
#D5DAF1
(213,218,241)
#DBDEF2
(219,222,242)
#E1E2F3
(225,226,243)
#E7E6F4
(231,230,244)
#EDEAF5
(237,234,245)
#F3EEF6
(243,238,246)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCAED color. Also use rgb(189,202,237) instead hex code.

Text Font Color

.myTextColor { color: #BDCAED; }

<p style="color:#BDCAED">This sample text font color is #BDCAED.</p>

This text font color is #BDCAED.

Background Color

.myBgColor { background-color: #BDCAED; }

<div style="background-color:#BDCAED">Inner text</div>

This div background color is #BDCAED.

Border color

.myBorderColor { border: 1px solid #BDCAED; }

<div style="border:3px solid #BDCAED">Div</div>

This div border color is #BDCAED.

Opacity

.myOpacity80 { color: #BDCAED; opacity: 0.8; }

<p style="color:#BDCAED;opacity:0.8;">80%</p>

Text with #BDCAED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDCAED;}

<p style="text-shadow: 3px 3px 1px #BDCAED">Text here.</p>

This text has shadow with #BDCAED color.


.textShadow {text-shadow: 3px 3px 1px #BDCAED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDCAED, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDCAED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDCAED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDCAED, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDCAED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDCAED;
-webkit-box-shadow: 1px 1px 3px 2px #BDCAED;
box-shadow: 1px 1px 3px 2px #BDCAED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDCAED; -webkit-box-shadow: 1px 1px 3px 2px #BDCAED; box-shadow:1px 1px 3px 2px #BDCAED;">
Div content here
</div>

This div box has shadow with color #BDCAED.

Preview

Color preview on black background

This text has color #BDCAED on black background.


Color preview on white background

This text has color #BDCAED on white background.


Black color preview on #BDCAED background

This text has black color on #BDCAED background.


White color preview on #BDCAED background

This text has white color on #BDCAED background.


Related colors

Complementary color

Complementary color for #hex is #423512.


I love getcolorcode.com

Triadic colors

1 #EDBDCA and #CAEDBD with #BDCAED are triadic colors.

2 #EDCABD and #CABDED with #BDCAED are triadic colors.