COLOR #BCC3BB

HEX: #BCC3BB
RGB: (188,195,187)

Color info

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

RGB color model

#BCC3BB color RGB value is (188,195,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 187 of 255 = 73%

188
195
187

R + G + B ~ 74%. #BCC3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 187 = 570 (100%)
R 188 of 570 ~ 32.98%
G 195 of 570 ~ 34.21%
B 187 of 570 ~ 32.81%

%32.98
%34.21
%32.81

CMYK color model

#BCC3BB color CMYK value is (4,0,4,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK: (4,0,4,24) C4M0Y4K24 (4%,0%,4%,24%) (0.04/0.00/0.04/0.24)

CMYK percentages

%3.59
%0
%4.1
%23.53

Codes

Color #BCC3BB in popluar color models

BCC3BB
RGB188195187
HSL113°6.25%74.90%
HSB/HSV113°4.10%76.47%
CMYK3.59%0.00%4.10%
23.53%

Color #BCC3BB in popluar number systems.

HEXBCC3BB
Decimal188195187
Binary101111001100001110111011
Octal274303273

Shades and tints

Shades of #BCC3BB

#BCC3BB
(188,195,187)
#ABB2AA
(171,178,170)
#9AA199
(154,161,153)
#899088
(137,144,136)
#787F77
(120,127,119)
#676E66
(103,110,102)
#565D55
(86,93,85)
#454C44
(69,76,68)
#343B33
(52,59,51)
#232A22
(35,42,34)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCC3BB

#BCC3BB
(188,195,187)
#C2C8C1
(194,200,193)
#C8CDC7
(200,205,199)
#CED2CD
(206,210,205)
#D4D7D3
(212,215,211)
#DADCD9
(218,220,217)
#E0E1DF
(224,225,223)
#E6E6E5
(230,230,229)
#ECEBEB
(236,235,235)
#F2F0F1
(242,240,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3BB; }

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

This text font color is #BCC3BB.


Background Color

.myBgColor { background-color: #BCC3BB; }

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

This div background color is #BCC3BB.


Border color

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

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

This div border color is #BCC3BB.


Opacity

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

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

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

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

This text has shadow with #BCC3BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC3BB on black background.


Color preview on white background

This text has color #BCC3BB on white background.



Black color preview on #BCC3BB background

This text has black color on #BCC3BB background.


White color preview on #BCC3BB background

This text has white color on #BCC3BB background.