COLOR #BCC0C4

HEX: #BCC0C4
RGB: (188,192,196)

Color info

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

RGB color model

#BCC0C4 color RGB value is (188,192,196).

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

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 196 of 255 = 77%

188
192
196

R + G + B ~ 75%. #BCC0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 196 = 576 (100%)
R 188 of 576 ~ 32.64%
G 192 of 576 ~ 33.33%
B 196 of 576 ~ 34.03%

%32.64
%33.33
%34.03

CMYK color model

#BCC0C4 color CMYK value is (4,2,0,23).

  • cyan value is 4.08%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,2,0,23)
C4M2Y0K23 
(4%,2%,0%,23%)
(0.04/0.02/0.00/0.23)	

CMYK percentages

%4.08
%2.04
%0
%23.14

Codes

Color #BCC0C4 in popluar color models

BCC0C4
RGB188192196
HSL210°6.35%75.29%
HSB/HSV210°4.08%76.86%
CMYK4.08%2.04%0.00%
23.14%

Color #BCC0C4 in popluar number systems.

HEXBCC0C4
Decimal188192196
Binary101111001100000011000100
Octal274300304

Shades and tints

Shades of #BCC0C4

#BCC0C4
(188,192,196)
#ABAFB3
(171,175,179)
#9A9EA2
(154,158,162)
#898D91
(137,141,145)
#787C80
(120,124,128)
#676B6F
(103,107,111)
#565A5E
(86,90,94)
#45494D
(69,73,77)
#34383C
(52,56,60)
#23272B
(35,39,43)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCC0C4

#BCC0C4
(188,192,196)
#C2C5C9
(194,197,201)
#C8CACE
(200,202,206)
#CECFD3
(206,207,211)
#D4D4D8
(212,212,216)
#DAD9DD
(218,217,221)
#E0DEE2
(224,222,226)
#E6E3E7
(230,227,231)
#ECE8EC
(236,232,236)
#F2EDF1
(242,237,241)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0C4; }

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

This text font color is #BCC0C4.


Background Color

.myBgColor { background-color: #BCC0C4; }

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

This div background color is #BCC0C4.


Border color

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

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

This div border color is #BCC0C4.


Opacity

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

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

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

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

This text has shadow with #BCC0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC0C4 on black background.


Color preview on white background

This text has color #BCC0C4 on white background.



Black color preview on #BCC0C4 background

This text has black color on #BCC0C4 background.


White color preview on #BCC0C4 background

This text has white color on #BCC0C4 background.