COLOR #BCB2BB

HEX: #BCB2BB
RGB: (188,178,187)

Color info

#BCB2BB contains red, green and blue colors in about the same proportion. Web safe color of #BCB2BB is #CC99CC (or #C9C).

RGB color model

#BCB2BB color RGB value is (188,178,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 187 of 255 = 73%

188
178
187

R + G + B ~ 72%. #BCB2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 187 = 553 (100%)
R 188 of 553 ~ 34%
G 178 of 553 ~ 32.19%
B 187 of 553 ~ 33.82%

%34
%32.19
%33.82

CMYK color model

#BCB2BB color CMYK value is (0,5,1,26).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(0,5,1,26)
C0M5Y1K26 
(0%,5%,1%,26%)
(0.00/0.05/0.01/0.26)	

CMYK percentages

%0
%5.32
%0.53
%26.27

Codes

Color #BCB2BB in popluar color models

BCB2BB
RGB188178187
HSL306°6.94%71.76%
HSB/HSV306°5.32%73.73%
CMYK0.00%5.32%0.53%
26.27%

Color #BCB2BB in popluar number systems.

HEXBCB2BB
Decimal188178187
Binary101111001011001010111011
Octal274262273

Shades and tints

Shades of #BCB2BB

#BCB2BB
(188,178,187)
#ABA2AA
(171,162,170)
#9A9299
(154,146,153)
#898288
(137,130,136)
#787277
(120,114,119)
#676266
(103,98,102)
#565255
(86,82,85)
#454244
(69,66,68)
#343233
(52,50,51)
#232222
(35,34,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCB2BB

#BCB2BB
(188,178,187)
#C2B9C1
(194,185,193)
#C8C0C7
(200,192,199)
#CEC7CD
(206,199,205)
#D4CED3
(212,206,211)
#DAD5D9
(218,213,217)
#E0DCDF
(224,220,223)
#E6E3E5
(230,227,229)
#ECEAEB
(236,234,235)
#F2F1F1
(242,241,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2BB; }

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

This text font color is #BCB2BB.


Background Color

.myBgColor { background-color: #BCB2BB; }

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

This div background color is #BCB2BB.


Border color

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

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

This div border color is #BCB2BB.


Opacity

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

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

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

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

This text has shadow with #BCB2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2BB on black background.


Color preview on white background

This text has color #BCB2BB on white background.



Black color preview on #BCB2BB background

This text has black color on #BCB2BB background.


White color preview on #BCB2BB background

This text has white color on #BCB2BB background.