COLOR #BDC2CE

HEX: #BDC2CE RGB: (189,194,206)

Color info

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

RGB color model

#BDC2CE color RGB value is (189,194,206).

RGB: (189,194,206) (74%, 76%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 206 of 255 = 81%

189
194
206

R + G + B ~ 77%. #BDC2CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 206 = 589 (100%)
R 189 of 589 ~ 32.09%
G 194 of 589 ~ 32.94%
B 206 of 589 ~ 34.97'%

%32.09
%32.94
%34.97

CMYK color model

#BDC2CE color CMYK value is (8,6,0,19).

  • cyan value is 8.25%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (8,6,0,19)
C8M6Y0K19 (8%, 6%, 0%, 19%)
(0.08 / 0.06 / 0.00 / 0.19)

CMYK percentages

%8.25
%5.83
%0
%19.22

Codes

Color #BDC2CE in popluar color models

BD C2 CE
RGB 189 194 206
HSL 222° 14.78% 77.45%
HSB/HSV 222° 8.25% 80.78%
CMYK 8.25% 5.83% 0.00%
19.22%

Color #BDC2CE in popluar number systems.

HEX BD C2 CE
Decimal 189 194 206
Binary 10111101 11000010 11001110
Octal 275 302 316

Shades and tints

Shades of #BDC2CE

#BDC2CE
(189,194,206)
#ACB1BC
(172,177,188)
#9BA0AA
(155,160,170)
#8A8F98
(138,143,152)
#797E86
(121,126,134)
#686D74
(104,109,116)
#575C62
(87,92,98)
#464B50
(70,75,80)
#353A3E
(53,58,62)
#24292C
(36,41,44)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDC2CE

#BDC2CE
(189,194,206)
#C3C7D2
(195,199,210)
#C9CCD6
(201,204,214)
#CFD1DA
(207,209,218)
#D5D6DE
(213,214,222)
#DBDBE2
(219,219,226)
#E1E0E6
(225,224,230)
#E7E5EA
(231,229,234)
#EDEAEE
(237,234,238)
#F3EFF2
(243,239,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC2CE; }

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

This text font color is #BDC2CE.

Background Color

.myBgColor { background-color: #BDC2CE; }

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

This div background color is #BDC2CE.

Border color

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

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

This div border color is #BDC2CE.

Opacity

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

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

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

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

This text has shadow with #BDC2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC2CE.

Preview

Color preview on black background

This text has color #BDC2CE on black background.


Color preview on white background

This text has color #BDC2CE on white background.


Black color preview on #BDC2CE background

This text has black color on #BDC2CE background.


White color preview on #BDC2CE background

This text has white color on #BDC2CE background.


Related colors

Complementary color

Complementary color for #hex is #423D31.


I love getcolorcode.com

Triadic colors

1 #CEBDC2 and #C2CEBD with #BDC2CE are triadic colors.

2 #CEC2BD and #C2BDCE with #BDC2CE are triadic colors.