COLOR #BCCBBB

HEX: #BCCBBB
RGB: (188,203,187)

Color info

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

RGB color model

#BCCBBB color RGB value is (188,203,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 187 of 255 = 73%

188
203
187

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 187 = 578 (100%)
R 188 of 578 ~ 32.53%
G 203 of 578 ~ 35.12%
B 187 of 578 ~ 32.35%

%32.53
%35.12
%32.35

CMYK color model

#BCCBBB color CMYK value is (7,0,8,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(7,0,8,20)
C7M0Y8K20 
(7%,0%,8%,20%)
(0.07/0.00/0.08/0.20)	

CMYK percentages

%7.39
%0
%7.88
%20.39

Codes

Color #BCCBBB in popluar color models

BCCBBB
RGB188203187
HSL116°13.33%76.47%
HSB/HSV116°7.88%79.61%
CMYK7.39%0.00%7.88%
20.39%

Color #BCCBBB in popluar number systems.

HEXBCCBBB
Decimal188203187
Binary101111001100101110111011
Octal274313273

Shades and tints

Shades of #BCCBBB

#BCCBBB
(188,203,187)
#ABB9AA
(171,185,170)
#9AA799
(154,167,153)
#899588
(137,149,136)
#788377
(120,131,119)
#677166
(103,113,102)
#565F55
(86,95,85)
#454D44
(69,77,68)
#343B33
(52,59,51)
#232922
(35,41,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCCBBB

#BCCBBB
(188,203,187)
#C2CFC1
(194,207,193)
#C8D3C7
(200,211,199)
#CED7CD
(206,215,205)
#D4DBD3
(212,219,211)
#DADFD9
(218,223,217)
#E0E3DF
(224,227,223)
#E6E7E5
(230,231,229)
#ECEBEB
(236,235,235)
#F2EFF1
(242,239,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBBB; }

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

This text font color is #BCCBBB.


Background Color

.myBgColor { background-color: #BCCBBB; }

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

This div background color is #BCCBBB.


Border color

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

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

This div border color is #BCCBBB.


Opacity

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

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

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

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

This text has shadow with #BCCBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBBB on black background.


Color preview on white background

This text has color #BCCBBB on white background.



Black color preview on #BCCBBB background

This text has black color on #BCCBBB background.


White color preview on #BCCBBB background

This text has white color on #BCCBBB background.