COLOR #BCC9CE

HEX: #BCC9CE RGB: (188,201,206)

Color info

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

RGB color model

#BCC9CE color RGB value is (188,201,206).

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

RGB channels and saturation

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

188
201
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 206 = 595 (100%)
R 188 of 595 ~ 31.6%
G 201 of 595 ~ 33.78%
B 206 of 595 ~ 34.62'%

%31.6
%33.78
%34.62

CMYK color model

#BCC9CE color CMYK value is (9,2,0,19).

  • cyan value is 8.74%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,2,0,19)
C9M2Y0K19 (9%, 2%, 0%, 19%)
(0.09 / 0.02 / 0.00 / 0.19)

CMYK percentages

%8.74
%2.43
%0
%19.22

Codes

Color #BCC9CE in popluar color models

BC C9 CE
RGB 188 201 206
HSL 197° 15.52% 77.25%
HSB/HSV 197° 8.74% 80.78%
CMYK 8.74% 2.43% 0.00%
19.22%

Color #BCC9CE in popluar number systems.

HEX BC C9 CE
Decimal 188 201 206
Binary 10111100 11001001 11001110
Octal 274 311 316

Shades and tints

Shades of #BCC9CE

#BCC9CE
(188,201,206)
#ABB7BC
(171,183,188)
#9AA5AA
(154,165,170)
#899398
(137,147,152)
#788186
(120,129,134)
#676F74
(103,111,116)
#565D62
(86,93,98)
#454B50
(69,75,80)
#34393E
(52,57,62)
#23272C
(35,39,44)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCC9CE

#BCC9CE
(188,201,206)
#C2CDD2
(194,205,210)
#C8D1D6
(200,209,214)
#CED5DA
(206,213,218)
#D4D9DE
(212,217,222)
#DADDE2
(218,221,226)
#E0E1E6
(224,225,230)
#E6E5EA
(230,229,234)
#ECE9EE
(236,233,238)
#F2EDF2
(242,237,242)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9CE; }

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

This text font color is #BCC9CE.

Background Color

.myBgColor { background-color: #BCC9CE; }

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

This div background color is #BCC9CE.

Border color

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

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

This div border color is #BCC9CE.

Opacity

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

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

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

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

This text has shadow with #BCC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC9CE.

Preview

Color preview on black background

This text has color #BCC9CE on black background.


Color preview on white background

This text has color #BCC9CE on white background.


Black color preview on #BCC9CE background

This text has black color on #BCC9CE background.


White color preview on #BCC9CE background

This text has white color on #BCC9CE background.


Related colors

Complementary color

Complementary color for #hex is #433631.


I love getcolorcode.com

Triadic colors

1 #CEBCC9 and #C9CEBC with #BCC9CE are triadic colors.

2 #CEC9BC and #C9BCCE with #BCC9CE are triadic colors.