COLOR #BDC6EE

HEX: #BDC6EE RGB: (189,198,238)

Color info

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

RGB color model

#BDC6EE color RGB value is (189,198,238).

RGB: (189,198,238) (74%, 78%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 238 of 255 = 93%

189
198
238

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

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 238 = 625 (100%)
R 189 of 625 ~ 30.24%
G 198 of 625 ~ 31.68%
B 238 of 625 ~ 38.08'%

%30.24
%31.68
%38.08

CMYK color model

#BDC6EE color CMYK value is (21,17,0,7).

  • cyan value is 20.59%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,17,0,7)
C21M17Y0K7 (21%, 17%, 0%, 7%)
(0.21 / 0.17 / 0.00 / 0.07)

CMYK percentages

%20.59
%16.81
%0
%6.67

Codes

Color #BDC6EE in popluar color models

BD C6 EE
RGB 189 198 238
HSL 229° 59.04% 83.73%
HSB/HSV 229° 20.59% 93.33%
CMYK 20.59% 16.81% 0.00%
6.67%

Color #BDC6EE in popluar number systems.

HEX BD C6 EE
Decimal 189 198 238
Binary 10111101 11000110 11101110
Octal 275 306 356

Shades and tints

Shades of #BDC6EE

#BDC6EE
(189,198,238)
#ACB4D9
(172,180,217)
#9BA2C4
(155,162,196)
#8A90AF
(138,144,175)
#797E9A
(121,126,154)
#686C85
(104,108,133)
#575A70
(87,90,112)
#46485B
(70,72,91)
#353646
(53,54,70)
#242431
(36,36,49)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #BDC6EE

#BDC6EE
(189,198,238)
#C3CBEF
(195,203,239)
#C9D0F0
(201,208,240)
#CFD5F1
(207,213,241)
#D5DAF2
(213,218,242)
#DBDFF3
(219,223,243)
#E1E4F4
(225,228,244)
#E7E9F5
(231,233,245)
#EDEEF6
(237,238,246)
#F3F3F7
(243,243,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC6EE color. Also use rgb(189,198,238) instead hex code.

Text Font Color

.myTextColor { color: #BDC6EE; }

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

This text font color is #BDC6EE.

Background Color

.myBgColor { background-color: #BDC6EE; }

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

This div background color is #BDC6EE.

Border color

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

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

This div border color is #BDC6EE.

Opacity

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

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

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

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

This text has shadow with #BDC6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6EE.

Preview

Color preview on black background

This text has color #BDC6EE on black background.


Color preview on white background

This text has color #BDC6EE on white background.


Black color preview on #BDC6EE background

This text has black color on #BDC6EE background.


White color preview on #BDC6EE background

This text has white color on #BDC6EE background.


Related colors

Complementary color

Complementary color for #hex is #423911.


I love getcolorcode.com

Triadic colors

1 #EEBDC6 and #C6EEBD with #BDC6EE are triadic colors.

2 #EEC6BD and #C6BDEE with #BDC6EE are triadic colors.