COLOR #BCCCB8

HEX: #BCCCB8
RGB: (188,204,184)

Color info

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

RGB color model

#BCCCB8 color RGB value is (188,204,184).

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

RGB channels and saturation

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

188
204
184

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 184 = 576 (100%)
R 188 of 576 ~ 32.64%
G 204 of 576 ~ 35.42%
B 184 of 576 ~ 31.94%

%32.64
%35.42
%31.94

CMYK color model

#BCCCB8 color CMYK value is (8,0,10,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(8,0,10,20)
C8M0Y10K20 
(8%,0%,10%,20%)
(0.08/0.00/0.10/0.20)	

CMYK percentages

%7.84
%0
%9.8
%20

Codes

Color #BCCCB8 in popluar color models

BCCCB8
RGB188204184
HSL108°16.39%76.08%
HSB/HSV108°9.80%80.00%
CMYK7.84%0.00%9.80%
20.00%

Color #BCCCB8 in popluar number systems.

HEXBCCCB8
Decimal188204184
Binary101111001100110010111000
Octal274314270

Shades and tints

Shades of #BCCCB8

#BCCCB8
(188,204,184)
#ABBAA8
(171,186,168)
#9AA898
(154,168,152)
#899688
(137,150,136)
#788478
(120,132,120)
#677268
(103,114,104)
#566058
(86,96,88)
#454E48
(69,78,72)
#343C38
(52,60,56)
#232A28
(35,42,40)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCCCB8

#BCCCB8
(188,204,184)
#C2D0BE
(194,208,190)
#C8D4C4
(200,212,196)
#CED8CA
(206,216,202)
#D4DCD0
(212,220,208)
#DAE0D6
(218,224,214)
#E0E4DC
(224,228,220)
#E6E8E2
(230,232,226)
#ECECE8
(236,236,232)
#F2F0EE
(242,240,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCB8; }

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

This text font color is #BCCCB8.


Background Color

.myBgColor { background-color: #BCCCB8; }

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

This div background color is #BCCCB8.


Border color

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

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

This div border color is #BCCCB8.


Opacity

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

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

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

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

This text has shadow with #BCCCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCB8 on black background.


Color preview on white background

This text has color #BCCCB8 on white background.



Black color preview on #BCCCB8 background

This text has black color on #BCCCB8 background.


White color preview on #BCCCB8 background

This text has white color on #BCCCB8 background.