COLOR #BCC0CE

HEX: #BCC0CE
RGB: (188,192,206)

Color info

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

RGB color model

#BCC0CE color RGB value is (188,192,206).

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

RGB channels and saturation

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

188
192
206

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

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 206 = 586 (100%)
R 188 of 586 ~ 32.08%
G 192 of 586 ~ 32.76%
B 206 of 586 ~ 35.15%

%32.08
%32.76
%35.15

CMYK color model

#BCC0CE color CMYK value is (9,7,0,19).

  • cyan value is 8.74%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,7,0,19)
C9M7Y0K19 
(9%,7%,0%,19%)
(0.09/0.07/0.00/0.19)	

CMYK percentages

%8.74
%6.8
%0
%19.22

Codes

Color #BCC0CE in popluar color models

BCC0CE
RGB188192206
HSL227°15.52%77.25%
HSB/HSV227°8.74%80.78%
CMYK8.74%6.80%0.00%
19.22%

Color #BCC0CE in popluar number systems.

HEXBCC0CE
Decimal188192206
Binary101111001100000011001110
Octal274300316

Shades and tints

Shades of #BCC0CE

#BCC0CE
(188,192,206)
#ABAFBC
(171,175,188)
#9A9EAA
(154,158,170)
#898D98
(137,141,152)
#787C86
(120,124,134)
#676B74
(103,107,116)
#565A62
(86,90,98)
#454950
(69,73,80)
#34383E
(52,56,62)
#23272C
(35,39,44)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCC0CE

#BCC0CE
(188,192,206)
#C2C5D2
(194,197,210)
#C8CAD6
(200,202,214)
#CECFDA
(206,207,218)
#D4D4DE
(212,212,222)
#DAD9E2
(218,217,226)
#E0DEE6
(224,222,230)
#E6E3EA
(230,227,234)
#ECE8EE
(236,232,238)
#F2EDF2
(242,237,242)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0CE; }

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

This text font color is #BCC0CE.


Background Color

.myBgColor { background-color: #BCC0CE; }

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

This div background color is #BCC0CE.


Border color

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

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

This div border color is #BCC0CE.


Opacity

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

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

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

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

This text has shadow with #BCC0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC0CE on black background.


Color preview on white background

This text has color #BCC0CE on white background.



Black color preview on #BCC0CE background

This text has black color on #BCC0CE background.


White color preview on #BCC0CE background

This text has white color on #BCC0CE background.