COLOR #BCB5B4

HEX: #BCB5B4 RGB: (188,181,180)

Color info

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

RGB color model

#BCB5B4 color RGB value is (188,181,180).

RGB: (188,181,180) (74%, 71%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 180 of 255 = 71%

188
181
180

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 180 = 549 (100%)
R 188 of 549 ~ 34.24%
G 181 of 549 ~ 32.97%
B 180 of 549 ~ 32.79'%

%34.24
%32.97
%32.79

CMYK color model

#BCB5B4 color CMYK value is (0,4,4,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 4.26%
  • key color value is 26.27%

CMYK: (0,4,4,26)
C0M4Y4K26 (0%, 4%, 4%, 26%)
(0.00 / 0.04 / 0.04 / 0.26)

CMYK percentages

%0
%3.72
%4.26
%26.27

Codes

Color #BCB5B4 in popluar color models

BC B5 B4
RGB 188 181 180
HSL 5.63% 72.16%
HSB/HSV 4.26% 73.73%
CMYK 0.00% 3.72% 4.26%
26.27%

Color #BCB5B4 in popluar number systems.

HEX BC B5 B4
Decimal 188 181 180
Binary 10111100 10110101 10110100
Octal 274 265 264

Shades and tints

Shades of #BCB5B4

#BCB5B4
(188,181,180)
#ABA5A4
(171,165,164)
#9A9594
(154,149,148)
#898584
(137,133,132)
#787574
(120,117,116)
#676564
(103,101,100)
#565554
(86,85,84)
#454544
(69,69,68)
#343534
(52,53,52)
#232524
(35,37,36)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCB5B4

#BCB5B4
(188,181,180)
#C2BBBA
(194,187,186)
#C8C1C0
(200,193,192)
#CEC7C6
(206,199,198)
#D4CDCC
(212,205,204)
#DAD3D2
(218,211,210)
#E0D9D8
(224,217,216)
#E6DFDE
(230,223,222)
#ECE5E4
(236,229,228)
#F2EBEA
(242,235,234)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB5B4 color. Also use rgb(188,181,180) instead hex code.

Text Font Color

.myTextColor { color: #BCB5B4; }

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

This text font color is #BCB5B4.

Background Color

.myBgColor { background-color: #BCB5B4; }

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

This div background color is #BCB5B4.

Border color

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

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

This div border color is #BCB5B4.

Opacity

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

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

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

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

This text has shadow with #BCB5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5B4.

Preview

Color preview on black background

This text has color #BCB5B4 on black background.


Color preview on white background

This text has color #BCB5B4 on white background.


Black color preview on #BCB5B4 background

This text has black color on #BCB5B4 background.


White color preview on #BCB5B4 background

This text has white color on #BCB5B4 background.


Related colors

Complementary color

Complementary color for #hex is #434A4B.


I love getcolorcode.com

Triadic colors

1 #B4BCB5 and #B5B4BC with #BCB5B4 are triadic colors.

2 #B4B5BC and #B5BCB4 with #BCB5B4 are triadic colors.