COLOR #BCBAB0

HEX: #BCBAB0 RGB: (188,186,176)

Color info

#BCBAB0 contains red, green and blue colors in about the same proportion. Web safe color of #BCBAB0 is #CCCC99 (or #CC9).

RGB color model

#BCBAB0 color RGB value is (188,186,176).

RGB: (188,186,176) (74%, 73%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 176 of 255 = 69%

188
186
176

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

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 176 = 550 (100%)
R 188 of 550 ~ 34.18%
G 186 of 550 ~ 33.82%
B 176 of 550 ~ 32'%

%34.18
%33.82
%32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 6.38%
  • key color value is 26.27%

CMYK: (0,1,6,26)
C0M1Y6K26 (0%, 1%, 6%, 26%)
(0.00 / 0.01 / 0.06 / 0.26)

CMYK percentages

%0
%1.06
%6.38
%26.27

Codes

Color #BCBAB0 in popluar color models

BC BA B0
RGB 188 186 176
HSL 50° 8.22% 71.37%
HSB/HSV 50° 6.38% 73.73%
CMYK 0.00% 1.06% 6.38%
26.27%

Color #BCBAB0 in popluar number systems.

HEX BC BA B0
Decimal 188 186 176
Binary 10111100 10111010 10110000
Octal 274 272 260

Shades and tints

Shades of #BCBAB0

#BCBAB0
(188,186,176)
#ABAAA0
(171,170,160)
#9A9A90
(154,154,144)
#898A80
(137,138,128)
#787A70
(120,122,112)
#676A60
(103,106,96)
#565A50
(86,90,80)
#454A40
(69,74,64)
#343A30
(52,58,48)
#232A20
(35,42,32)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #BCBAB0

#BCBAB0
(188,186,176)
#C2C0B7
(194,192,183)
#C8C6BE
(200,198,190)
#CECCC5
(206,204,197)
#D4D2CC
(212,210,204)
#DAD8D3
(218,216,211)
#E0DEDA
(224,222,218)
#E6E4E1
(230,228,225)
#ECEAE8
(236,234,232)
#F2F0EF
(242,240,239)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAB0; }

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

This text font color is #BCBAB0.

Background Color

.myBgColor { background-color: #BCBAB0; }

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

This div background color is #BCBAB0.

Border color

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

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

This div border color is #BCBAB0.

Opacity

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

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

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

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

This text has shadow with #BCBAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAB0.

Preview

Color preview on black background

This text has color #BCBAB0 on black background.


Color preview on white background

This text has color #BCBAB0 on white background.


Black color preview on #BCBAB0 background

This text has black color on #BCBAB0 background.


White color preview on #BCBAB0 background

This text has white color on #BCBAB0 background.


Related colors

Complementary color

Complementary color for #hex is #43454F.


I love getcolorcode.com

Triadic colors

1 #B0BCBA and #BAB0BC with #BCBAB0 are triadic colors.

2 #B0BABC and #BABCB0 with #BCBAB0 are triadic colors.