COLOR #BCBABB

HEX: #BCBABB
RGB: (188,186,187)

Color info

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

RGB color model

#BCBABB color RGB value is (188,186,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 187 of 255 = 73%

188
186
187

R + G + B ~ 73%. #BCBABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 187 = 561 (100%)
R 188 of 561 ~ 33.51%
G 186 of 561 ~ 33.16%
B 187 of 561 ~ 33.33%

%33.51
%33.16
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(0,1,1,26)
C0M1Y1K26 
(0%,1%,1%,26%)
(0.00/0.01/0.01/0.26)	

CMYK percentages

%0
%1.06
%0.53
%26.27

Codes

Color #BCBABB in popluar color models

BCBABB
RGB188186187
HSL330°1.47%73.33%
HSB/HSV330°1.06%73.73%
CMYK0.00%1.06%0.53%
26.27%

Color #BCBABB in popluar number systems.

HEXBCBABB
Decimal188186187
Binary101111001011101010111011
Octal274272273

Shades and tints

Shades of #BCBABB

#BCBABB
(188,186,187)
#ABAAAA
(171,170,170)
#9A9A99
(154,154,153)
#898A88
(137,138,136)
#787A77
(120,122,119)
#676A66
(103,106,102)
#565A55
(86,90,85)
#454A44
(69,74,68)
#343A33
(52,58,51)
#232A22
(35,42,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #BCBABB

#BCBABB
(188,186,187)
#C2C0C1
(194,192,193)
#C8C6C7
(200,198,199)
#CECCCD
(206,204,205)
#D4D2D3
(212,210,211)
#DAD8D9
(218,216,217)
#E0DEDF
(224,222,223)
#E6E4E5
(230,228,229)
#ECEAEB
(236,234,235)
#F2F0F1
(242,240,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBABB; }

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

This text font color is #BCBABB.


Background Color

.myBgColor { background-color: #BCBABB; }

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

This div background color is #BCBABB.


Border color

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

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

This div border color is #BCBABB.


Opacity

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

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

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

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

This text has shadow with #BCBABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBABB on black background.


Color preview on white background

This text has color #BCBABB on white background.



Black color preview on #BCBABB background

This text has black color on #BCBABB background.


White color preview on #BCBABB background

This text has white color on #BCBABB background.