COLOR #BCBAB9

HEX: #BCBAB9
RGB: (188,186,185)

Color info

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

RGB color model

#BCBAB9 color RGB value is (188,186,185).

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

RGB channels and saturation

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

188
186
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 185 = 559 (100%)
R 188 of 559 ~ 33.63%
G 186 of 559 ~ 33.27%
B 185 of 559 ~ 33.09%

%33.63
%33.27
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(0,1,2,26)
C0M1Y2K26 
(0%,1%,2%,26%)
(0.00/0.01/0.02/0.26)	

CMYK percentages

%0
%1.06
%1.6
%26.27

Codes

Color #BCBAB9 in popluar color models

BCBAB9
RGB188186185
HSL20°2.19%73.14%
HSB/HSV20°1.60%73.73%
CMYK0.00%1.06%1.60%
26.27%

Color #BCBAB9 in popluar number systems.

HEXBCBAB9
Decimal188186185
Binary101111001011101010111001
Octal274272271

Shades and tints

Shades of #BCBAB9

#BCBAB9
(188,186,185)
#ABAAA9
(171,170,169)
#9A9A99
(154,154,153)
#898A89
(137,138,137)
#787A79
(120,122,121)
#676A69
(103,106,105)
#565A59
(86,90,89)
#454A49
(69,74,73)
#343A39
(52,58,57)
#232A29
(35,42,41)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCBAB9

#BCBAB9
(188,186,185)
#C2C0BF
(194,192,191)
#C8C6C5
(200,198,197)
#CECCCB
(206,204,203)
#D4D2D1
(212,210,209)
#DAD8D7
(218,216,215)
#E0DEDD
(224,222,221)
#E6E4E3
(230,228,227)
#ECEAE9
(236,234,233)
#F2F0EF
(242,240,239)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAB9; }

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

This text font color is #BCBAB9.


Background Color

.myBgColor { background-color: #BCBAB9; }

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

This div background color is #BCBAB9.


Border color

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

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

This div border color is #BCBAB9.


Opacity

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

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

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

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

This text has shadow with #BCBAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBAB9 on black background.


Color preview on white background

This text has color #BCBAB9 on white background.



Black color preview on #BCBAB9 background

This text has black color on #BCBAB9 background.


White color preview on #BCBAB9 background

This text has white color on #BCBAB9 background.