COLOR #BCB4BB

HEX: #BCB4BB RGB: (188,180,187)

Color info

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

RGB color model

#BCB4BB color RGB value is (188,180,187).

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

RGB channels and saturation

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

188
180
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 187 = 555 (100%)
R 188 of 555 ~ 33.87%
G 180 of 555 ~ 32.43%
B 187 of 555 ~ 33.69'%

%33.87
%32.43
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • 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
%4.26
%0.53
%26.27

Codes

Color #BCB4BB in popluar color models

BC B4 BB
RGB 188 180 187
HSL 308° 5.63% 72.16%
HSB/HSV 308° 4.26% 73.73%
CMYK 0.00% 4.26% 0.53%
26.27%

Color #BCB4BB in popluar number systems.

HEX BC B4 BB
Decimal 188 180 187
Binary 10111100 10110100 10111011
Octal 274 264 273

Shades and tints

Shades of #BCB4BB

#BCB4BB
(188,180,187)
#ABA4AA
(171,164,170)
#9A9499
(154,148,153)
#898488
(137,132,136)
#787477
(120,116,119)
#676466
(103,100,102)
#565455
(86,84,85)
#454444
(69,68,68)
#343433
(52,52,51)
#232422
(35,36,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BCB4BB

#BCB4BB
(188,180,187)
#C2BAC1
(194,186,193)
#C8C0C7
(200,192,199)
#CEC6CD
(206,198,205)
#D4CCD3
(212,204,211)
#DAD2D9
(218,210,217)
#E0D8DF
(224,216,223)
#E6DEE5
(230,222,229)
#ECE4EB
(236,228,235)
#F2EAF1
(242,234,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4BB; }

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

This text font color is #BCB4BB.

Background Color

.myBgColor { background-color: #BCB4BB; }

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

This div background color is #BCB4BB.

Border color

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

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

This div border color is #BCB4BB.

Opacity

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

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

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

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

This text has shadow with #BCB4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4BB.

Preview

Color preview on black background

This text has color #BCB4BB on black background.


Color preview on white background

This text has color #BCB4BB on white background.


Black color preview on #BCB4BB background

This text has black color on #BCB4BB background.


White color preview on #BCB4BB background

This text has white color on #BCB4BB background.


Related colors

Complementary color

Complementary color for #hex is #434B44.


I love getcolorcode.com

Triadic colors

1 #BBBCB4 and #B4BBBC with #BCB4BB are triadic colors.

2 #BBB4BC and #B4BCBB with #BCB4BB are triadic colors.