COLOR #BDC9EA

HEX: #BDC9EA RGB: (189,201,234)

Color info

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

RGB color model

#BDC9EA color RGB value is (189,201,234).

RGB: (189,201,234) (74%, 79%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 234 of 255 = 92%

189
201
234

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 234 = 624 (100%)
R 189 of 624 ~ 30.29%
G 201 of 624 ~ 32.21%
B 234 of 624 ~ 37.5'%

%30.29
%32.21
%37.5

CMYK color model

#BDC9EA color CMYK value is (19,14,0,8).

  • cyan value is 19.23%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,14,0,8)
C19M14Y0K8 (19%, 14%, 0%, 8%)
(0.19 / 0.14 / 0.00 / 0.08)

CMYK percentages

%19.23
%14.1
%0
%8.24

Codes

Color #BDC9EA in popluar color models

BD C9 EA
RGB 189 201 234
HSL 224° 51.72% 82.94%
HSB/HSV 224° 19.23% 91.76%
CMYK 19.23% 14.10% 0.00%
8.24%

Color #BDC9EA in popluar number systems.

HEX BD C9 EA
Decimal 189 201 234
Binary 10111101 11001001 11101010
Octal 275 311 352

Shades and tints

Shades of #BDC9EA

#BDC9EA
(189,201,234)
#ACB7D5
(172,183,213)
#9BA5C0
(155,165,192)
#8A93AB
(138,147,171)
#798196
(121,129,150)
#686F81
(104,111,129)
#575D6C
(87,93,108)
#464B57
(70,75,87)
#353942
(53,57,66)
#24272D
(36,39,45)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDC9EA

#BDC9EA
(189,201,234)
#C3CDEB
(195,205,235)
#C9D1EC
(201,209,236)
#CFD5ED
(207,213,237)
#D5D9EE
(213,217,238)
#DBDDEF
(219,221,239)
#E1E1F0
(225,225,240)
#E7E5F1
(231,229,241)
#EDE9F2
(237,233,242)
#F3EDF3
(243,237,243)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC9EA color. Also use rgb(189,201,234) instead hex code.

Text Font Color

.myTextColor { color: #BDC9EA; }

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

This text font color is #BDC9EA.

Background Color

.myBgColor { background-color: #BDC9EA; }

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

This div background color is #BDC9EA.

Border color

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

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

This div border color is #BDC9EA.

Opacity

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

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

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

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

This text has shadow with #BDC9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9EA.

Preview

Color preview on black background

This text has color #BDC9EA on black background.


Color preview on white background

This text has color #BDC9EA on white background.


Black color preview on #BDC9EA background

This text has black color on #BDC9EA background.


White color preview on #BDC9EA background

This text has white color on #BDC9EA background.


Related colors

Complementary color

Complementary color for #hex is #423615.


I love getcolorcode.com

Triadic colors

1 #EABDC9 and #C9EABD with #BDC9EA are triadic colors.

2 #EAC9BD and #C9BDEA with #BDC9EA are triadic colors.