COLOR #BCC0CB

HEX: #BCC0CB
RGB: (188,192,203)

Color info

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

RGB color model

#BCC0CB color RGB value is (188,192,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 203 of 255 = 80%

188
192
203

R + G + B ~ 76%. #BCC0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 203 = 583 (100%)
R 188 of 583 ~ 32.25%
G 192 of 583 ~ 32.93%
B 203 of 583 ~ 34.82%

%32.25
%32.93
%34.82

CMYK color model

#BCC0CB color CMYK value is (7,5,0,20).

  • cyan value is 7.39%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,5,0,20)
C7M5Y0K20 
(7%,5%,0%,20%)
(0.07/0.05/0.00/0.20)	

CMYK percentages

%7.39
%5.42
%0
%20.39

Codes

Color #BCC0CB in popluar color models

BCC0CB
RGB188192203
HSL224°12.61%76.67%
HSB/HSV224°7.39%79.61%
CMYK7.39%5.42%0.00%
20.39%

Color #BCC0CB in popluar number systems.

HEXBCC0CB
Decimal188192203
Binary101111001100000011001011
Octal274300313

Shades and tints

Shades of #BCC0CB

#BCC0CB
(188,192,203)
#ABAFB9
(171,175,185)
#9A9EA7
(154,158,167)
#898D95
(137,141,149)
#787C83
(120,124,131)
#676B71
(103,107,113)
#565A5F
(86,90,95)
#45494D
(69,73,77)
#34383B
(52,56,59)
#232729
(35,39,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCC0CB

#BCC0CB
(188,192,203)
#C2C5CF
(194,197,207)
#C8CAD3
(200,202,211)
#CECFD7
(206,207,215)
#D4D4DB
(212,212,219)
#DAD9DF
(218,217,223)
#E0DEE3
(224,222,227)
#E6E3E7
(230,227,231)
#ECE8EB
(236,232,235)
#F2EDEF
(242,237,239)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0CB; }

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

This text font color is #BCC0CB.


Background Color

.myBgColor { background-color: #BCC0CB; }

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

This div background color is #BCC0CB.


Border color

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

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

This div border color is #BCC0CB.


Opacity

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

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

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

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

This text has shadow with #BCC0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC0CB on black background.


Color preview on white background

This text has color #BCC0CB on white background.



Black color preview on #BCC0CB background

This text has black color on #BCC0CB background.


White color preview on #BCC0CB background

This text has white color on #BCC0CB background.