COLOR #BCC5BB

HEX: #BCC5BB
RGB: (188,197,187)

Color info

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

RGB color model

#BCC5BB color RGB value is (188,197,187).

  • red value is 188;
  • green value is 197;
  • blue value is 187.
RGB:
(188,197,187)
(74%,77%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 187 of 255 = 73%

188
197
187

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 187 = 572 (100%)
R 188 of 572 ~ 32.87%
G 197 of 572 ~ 34.44%
B 187 of 572 ~ 32.69%

%32.87
%34.44
%32.69

CMYK color model

#BCC5BB color CMYK value is (5,0,5,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(5,0,5,23)
C5M0Y5K23 
(5%,0%,5%,23%)
(0.05/0.00/0.05/0.23)	

CMYK percentages

%4.57
%0
%5.08
%22.75

Codes

Color #BCC5BB in popluar color models

BCC5BB
RGB188197187
HSL114°7.94%75.29%
HSB/HSV114°5.08%77.25%
CMYK4.57%0.00%5.08%
22.75%

Color #BCC5BB in popluar number systems.

HEXBCC5BB
Decimal188197187
Binary101111001100010110111011
Octal274305273

Shades and tints

Shades of #BCC5BB

#BCC5BB
(188,197,187)
#ABB4AA
(171,180,170)
#9AA399
(154,163,153)
#899288
(137,146,136)
#788177
(120,129,119)
#677066
(103,112,102)
#565F55
(86,95,85)
#454E44
(69,78,68)
#343D33
(52,61,51)
#232C22
(35,44,34)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #BCC5BB

#BCC5BB
(188,197,187)
#C2CAC1
(194,202,193)
#C8CFC7
(200,207,199)
#CED4CD
(206,212,205)
#D4D9D3
(212,217,211)
#DADED9
(218,222,217)
#E0E3DF
(224,227,223)
#E6E8E5
(230,232,229)
#ECEDEB
(236,237,235)
#F2F2F1
(242,242,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5BB color. Also use rgb(188,197,187) instead hex code.

Text Font Color

.myTextColor { color: #BCC5BB; }

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

This text font color is #BCC5BB.


Background Color

.myBgColor { background-color: #BCC5BB; }

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

This div background color is #BCC5BB.


Border color

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

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

This div border color is #BCC5BB.


Opacity

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

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

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

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

This text has shadow with #BCC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5BB on black background.


Color preview on white background

This text has color #BCC5BB on white background.



Black color preview on #BCC5BB background

This text has black color on #BCC5BB background.


White color preview on #BCC5BB background

This text has white color on #BCC5BB background.