COLOR #BCCBB8

HEX: #BCCBB8
RGB: (188,203,184)

Color info

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

RGB color model

#BCCBB8 color RGB value is (188,203,184).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 184 of 255 = 72%

188
203
184

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 184 = 575 (100%)
R 188 of 575 ~ 32.7%
G 203 of 575 ~ 35.3%
B 184 of 575 ~ 32%

%32.7
%35.3
%32

CMYK color model

#BCCBB8 color CMYK value is (7,0,9,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 20.39%
CMYK:
(7,0,9,20)
C7M0Y9K20 
(7%,0%,9%,20%)
(0.07/0.00/0.09/0.20)	

CMYK percentages

%7.39
%0
%9.36
%20.39

Codes

Color #BCCBB8 in popluar color models

BCCBB8
RGB188203184
HSL107°15.45%75.88%
HSB/HSV107°9.36%79.61%
CMYK7.39%0.00%9.36%
20.39%

Color #BCCBB8 in popluar number systems.

HEXBCCBB8
Decimal188203184
Binary101111001100101110111000
Octal274313270

Shades and tints

Shades of #BCCBB8

#BCCBB8
(188,203,184)
#ABB9A8
(171,185,168)
#9AA798
(154,167,152)
#899588
(137,149,136)
#788378
(120,131,120)
#677168
(103,113,104)
#565F58
(86,95,88)
#454D48
(69,77,72)
#343B38
(52,59,56)
#232928
(35,41,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCCBB8

#BCCBB8
(188,203,184)
#C2CFBE
(194,207,190)
#C8D3C4
(200,211,196)
#CED7CA
(206,215,202)
#D4DBD0
(212,219,208)
#DADFD6
(218,223,214)
#E0E3DC
(224,227,220)
#E6E7E2
(230,231,226)
#ECEBE8
(236,235,232)
#F2EFEE
(242,239,238)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBB8; }

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

This text font color is #BCCBB8.


Background Color

.myBgColor { background-color: #BCCBB8; }

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

This div background color is #BCCBB8.


Border color

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

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

This div border color is #BCCBB8.


Opacity

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

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

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

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

This text has shadow with #BCCBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBB8 on black background.


Color preview on white background

This text has color #BCCBB8 on white background.



Black color preview on #BCCBB8 background

This text has black color on #BCCBB8 background.


White color preview on #BCCBB8 background

This text has white color on #BCCBB8 background.