COLOR #BDCEC9

HEX: #BDCEC9 RGB: (189,206,201)

Color info

#BDCEC9 contains red, green and blue colors in about the same proportion. Web safe color of #BDCEC9 is #CCCCCC (or #CCC).

RGB color model

#BDCEC9 color RGB value is (189,206,201).

RGB: (189,206,201) (74%, 81%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 201 of 255 = 79%

189
206
201

R + G + B ~ 78%. #BDCEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 201 = 596 (100%)
R 189 of 596 ~ 31.71%
G 206 of 596 ~ 34.56%
B 201 of 596 ~ 33.72'%

%31.71
%34.56
%33.72

CMYK color model

#BDCEC9 color CMYK value is (8,0,2,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK: (8,0,2,19) C8M0Y2K19 (8%,0%,2%,19%) (0.08/0.00/0.02/0.19) 

CMYK percentages

%8.25
%0
%2.43
%19.22

Codes

Color #BDCEC9 in popluar color models

BD CE C9
RGB 189 206 201
HSL 162° 14.78% 77.45%
HSB/HSV 162° 8.25% 80.78%
CMYK 8.25% 0.00% 2.43%
19.22%

Color #BDCEC9 in popluar number systems.

HEX BD CE C9
Decimal 189 206 201
Binary 10111101 11001110 11001001
Octal 275 316 311

Shades and tints

Shades of #BDCEC9

#BDCEC9
(189,206,201)
#ACBCB7
(172,188,183)
#9BAAA5
(155,170,165)
#8A9893
(138,152,147)
#798681
(121,134,129)
#68746F
(104,116,111)
#57625D
(87,98,93)
#46504B
(70,80,75)
#353E39
(53,62,57)
#242C27
(36,44,39)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #BDCEC9

#BDCEC9
(189,206,201)
#C3D2CD
(195,210,205)
#C9D6D1
(201,214,209)
#CFDAD5
(207,218,213)
#D5DED9
(213,222,217)
#DBE2DD
(219,226,221)
#E1E6E1
(225,230,225)
#E7EAE5
(231,234,229)
#EDEEE9
(237,238,233)
#F3F2ED
(243,242,237)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEC9; }

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

This text font color is #BDCEC9.

Background Color

.myBgColor { background-color: #BDCEC9; }

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

This div background color is #BDCEC9.

Border color

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

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

This div border color is #BDCEC9.

Opacity

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

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

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

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

This text has shadow with #BDCEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEC9.

Preview

Color preview on black background

This text has color #BDCEC9 on black background.


Color preview on white background

This text has color #BDCEC9 on white background.


Black color preview on #BDCEC9 background

This text has black color on #BDCEC9 background.


White color preview on #BDCEC9 background

This text has white color on #BDCEC9 background.


Related colors

Complementary color

Complementary color for #hex is #423136.


I love getcolorcode.com

Triadic colors

1 #C9BDCE and #CEC9BD with #BDCEC9 are triadic colors.

2 #C9CEBD and #CEBDC9 with #BDCEC9 are triadic colors.