COLOR #BDC0CE

HEX: #BDC0CE
RGB: (189,192,206)

Color info

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

RGB color model

#BDC0CE color RGB value is (189,192,206).

  • red value is 189;
  • green value is 192;
  • blue value is 206.
RGB:
(189,192,206)
(74%,75%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 206 of 255 = 81%

189
192
206

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 206 = 587 (100%)
R 189 of 587 ~ 32.2%
G 192 of 587 ~ 32.71%
B 206 of 587 ~ 35.09%

%32.2
%32.71
%35.09

CMYK color model

#BDC0CE color CMYK value is (8,7,0,19).

  • cyan value is 8.25%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,7,0,19)
C8M7Y0K19 
(8%,7%,0%,19%)
(0.08/0.07/0.00/0.19)	

CMYK percentages

%8.25
%6.8
%0
%19.22

Codes

Color #BDC0CE in popluar color models

BDC0CE
RGB189192206
HSL229°14.78%77.45%
HSB/HSV229°8.25%80.78%
CMYK8.25%6.80%0.00%
19.22%

Color #BDC0CE in popluar number systems.

HEXBDC0CE
Decimal189192206
Binary101111011100000011001110
Octal275300316

Shades and tints

Shades of #BDC0CE

#BDC0CE
(189,192,206)
#ACAFBC
(172,175,188)
#9B9EAA
(155,158,170)
#8A8D98
(138,141,152)
#797C86
(121,124,134)
#686B74
(104,107,116)
#575A62
(87,90,98)
#464950
(70,73,80)
#35383E
(53,56,62)
#24272C
(36,39,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #BDC0CE

#BDC0CE
(189,192,206)
#C3C5D2
(195,197,210)
#C9CAD6
(201,202,214)
#CFCFDA
(207,207,218)
#D5D4DE
(213,212,222)
#DBD9E2
(219,217,226)
#E1DEE6
(225,222,230)
#E7E3EA
(231,227,234)
#EDE8EE
(237,232,238)
#F3EDF2
(243,237,242)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0CE; }

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

This text font color is #BDC0CE.


Background Color

.myBgColor { background-color: #BDC0CE; }

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

This div background color is #BDC0CE.


Border color

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

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

This div border color is #BDC0CE.


Opacity

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

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

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

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

This text has shadow with #BDC0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0CE on black background.


Color preview on white background

This text has color #BDC0CE on white background.



Black color preview on #BDC0CE background

This text has black color on #BDC0CE background.


White color preview on #BDC0CE background

This text has white color on #BDC0CE background.