COLOR #BCBAB8

HEX: #BCBAB8 RGB: (188,186,184)

Color info

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

RGB color model

#BCBAB8 color RGB value is (188,186,184).

RGB: (188,186,184) (74%, 73%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 184 of 255 = 72%

188
186
184

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

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 184 = 558 (100%)
R 188 of 558 ~ 33.69%
G 186 of 558 ~ 33.33%
B 184 of 558 ~ 32.97'%

%33.69
%33.33
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 2.13%
  • 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
%2.13
%26.27

Codes

Color #BCBAB8 in popluar color models

BC BA B8
RGB 188 186 184
HSL 30° 2.90% 72.94%
HSB/HSV 30° 2.13% 73.73%
CMYK 0.00% 1.06% 2.13%
26.27%

Color #BCBAB8 in popluar number systems.

HEX BC BA B8
Decimal 188 186 184
Binary 10111100 10111010 10111000
Octal 274 272 270

Shades and tints

Shades of #BCBAB8

#BCBAB8
(188,186,184)
#ABAAA8
(171,170,168)
#9A9A98
(154,154,152)
#898A88
(137,138,136)
#787A78
(120,122,120)
#676A68
(103,106,104)
#565A58
(86,90,88)
#454A48
(69,74,72)
#343A38
(52,58,56)
#232A28
(35,42,40)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCBAB8

#BCBAB8
(188,186,184)
#C2C0BE
(194,192,190)
#C8C6C4
(200,198,196)
#CECCCA
(206,204,202)
#D4D2D0
(212,210,208)
#DAD8D6
(218,216,214)
#E0DEDC
(224,222,220)
#E6E4E2
(230,228,226)
#ECEAE8
(236,234,232)
#F2F0EE
(242,240,238)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAB8; }

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

This text font color is #BCBAB8.

Background Color

.myBgColor { background-color: #BCBAB8; }

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

This div background color is #BCBAB8.

Border color

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

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

This div border color is #BCBAB8.

Opacity

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

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

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

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

This text has shadow with #BCBAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAB8.

Preview

Color preview on black background

This text has color #BCBAB8 on black background.


Color preview on white background

This text has color #BCBAB8 on white background.


Black color preview on #BCBAB8 background

This text has black color on #BCBAB8 background.


White color preview on #BCBAB8 background

This text has white color on #BCBAB8 background.


Related colors

Complementary color

Complementary color for #hex is #434547.


I love getcolorcode.com

Triadic colors

1 #B8BCBA and #BAB8BC with #BCBAB8 are triadic colors.

2 #B8BABC and #BABCB8 with #BCBAB8 are triadic colors.