COLOR #BCB5BB

HEX: #BCB5BB RGB: (188,181,187)

Color info

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

RGB color model

#BCB5BB color RGB value is (188,181,187).

RGB: (188,181,187) (74%, 71%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 187 of 255 = 73%

188
181
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 187 = 556 (100%)
R 188 of 556 ~ 33.81%
G 181 of 556 ~ 32.55%
B 187 of 556 ~ 33.63'%

%33.81
%32.55
%33.63

CMYK color model

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

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

CMYK: (0,4,1,26)
C0M4Y1K26 (0%, 4%, 1%, 26%)
(0.00 / 0.04 / 0.01 / 0.26)

CMYK percentages

%0
%3.72
%0.53
%26.27

Codes

Color #BCB5BB in popluar color models

BC B5 BB
RGB 188 181 187
HSL 309° 4.96% 72.35%
HSB/HSV 309° 3.72% 73.73%
CMYK 0.00% 3.72% 0.53%
26.27%

Color #BCB5BB in popluar number systems.

HEX BC B5 BB
Decimal 188 181 187
Binary 10111100 10110101 10111011
Octal 274 265 273

Shades and tints

Shades of #BCB5BB

#BCB5BB
(188,181,187)
#ABA5AA
(171,165,170)
#9A9599
(154,149,153)
#898588
(137,133,136)
#787577
(120,117,119)
#676566
(103,101,102)
#565555
(86,85,85)
#454544
(69,69,68)
#343533
(52,53,51)
#232522
(35,37,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCB5BB

#BCB5BB
(188,181,187)
#C2BBC1
(194,187,193)
#C8C1C7
(200,193,199)
#CEC7CD
(206,199,205)
#D4CDD3
(212,205,211)
#DAD3D9
(218,211,217)
#E0D9DF
(224,217,223)
#E6DFE5
(230,223,229)
#ECE5EB
(236,229,235)
#F2EBF1
(242,235,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5BB; }

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

This text font color is #BCB5BB.

Background Color

.myBgColor { background-color: #BCB5BB; }

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

This div background color is #BCB5BB.

Border color

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

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

This div border color is #BCB5BB.

Opacity

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

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

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

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

This text has shadow with #BCB5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5BB.

Preview

Color preview on black background

This text has color #BCB5BB on black background.


Color preview on white background

This text has color #BCB5BB on white background.


Black color preview on #BCB5BB background

This text has black color on #BCB5BB background.


White color preview on #BCB5BB background

This text has white color on #BCB5BB background.


Related colors

Complementary color

Complementary color for #hex is #434A44.


I love getcolorcode.com

Triadic colors

1 #BBBCB5 and #B5BBBC with #BCB5BB are triadic colors.

2 #BBB5BC and #B5BCBB with #BCB5BB are triadic colors.