COLOR #BDCAE9

HEX: #BDCAE9 RGB: (189,202,233)

Color info

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

RGB color model

#BDCAE9 color RGB value is (189,202,233).

RGB: (189,202,233) (74%, 79%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 233 of 255 = 91%

189
202
233

R + G + B ~ 81%. #BDCAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 202 + 233 = 624 (100%)
R 189 of 624 ~ 30.29%
G 202 of 624 ~ 32.37%
B 233 of 624 ~ 37.34'%

%30.29
%32.37
%37.34

CMYK color model

#BDCAE9 color CMYK value is (19,13,0,9).

  • cyan value is 18.88%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,13,0,9)
C19M13Y0K9 (19%, 13%, 0%, 9%)
(0.19 / 0.13 / 0.00 / 0.09)

CMYK percentages

%18.88
%13.3
%0
%8.63

Codes

Color #BDCAE9 in popluar color models

BD CA E9
RGB 189 202 233
HSL 222° 50.00% 82.75%
HSB/HSV 222° 18.88% 91.37%
CMYK 18.88% 13.30% 0.00%
8.63%

Color #BDCAE9 in popluar number systems.

HEX BD CA E9
Decimal 189 202 233
Binary 10111101 11001010 11101001
Octal 275 312 351

Shades and tints

Shades of #BDCAE9

#BDCAE9
(189,202,233)
#ACB8D4
(172,184,212)
#9BA6BF
(155,166,191)
#8A94AA
(138,148,170)
#798295
(121,130,149)
#687080
(104,112,128)
#575E6B
(87,94,107)
#464C56
(70,76,86)
#353A41
(53,58,65)
#24282C
(36,40,44)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #BDCAE9

#BDCAE9
(189,202,233)
#C3CEEB
(195,206,235)
#C9D2ED
(201,210,237)
#CFD6EF
(207,214,239)
#D5DAF1
(213,218,241)
#DBDEF3
(219,222,243)
#E1E2F5
(225,226,245)
#E7E6F7
(231,230,247)
#EDEAF9
(237,234,249)
#F3EEFB
(243,238,251)
#F9F2FD
(249,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCAE9; }

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

This text font color is #BDCAE9.

Background Color

.myBgColor { background-color: #BDCAE9; }

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

This div background color is #BDCAE9.

Border color

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

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

This div border color is #BDCAE9.

Opacity

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

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

Text with #BDCAE9 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 #BDCAE9;}

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

This text has shadow with #BDCAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCAE9.

Preview

Color preview on black background

This text has color #BDCAE9 on black background.


Color preview on white background

This text has color #BDCAE9 on white background.


Black color preview on #BDCAE9 background

This text has black color on #BDCAE9 background.


White color preview on #BDCAE9 background

This text has white color on #BDCAE9 background.


Related colors

Complementary color

Complementary color for #hex is #423516.


I love getcolorcode.com

Triadic colors

1 #E9BDCA and #CAE9BD with #BDCAE9 are triadic colors.

2 #E9CABD and #CABDE9 with #BDCAE9 are triadic colors.