COLOR #BCB4B6

HEX: #BCB4B6
RGB: (188,180,182)

Color info

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

RGB color model

#BCB4B6 color RGB value is (188,180,182).

  • red value is 188;
  • green value is 180;
  • blue value is 182.
RGB:
(188,180,182)
(74%,71%,71%)

RGB channels and saturation

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

188
180
182

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 182 = 550 (100%)
R 188 of 550 ~ 34.18%
G 180 of 550 ~ 32.73%
B 182 of 550 ~ 33.09%

%34.18
%32.73
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(0,4,3,26)
C0M4Y3K26 
(0%,4%,3%,26%)
(0.00/0.04/0.03/0.26)	

CMYK percentages

%0
%4.26
%3.19
%26.27

Codes

Color #BCB4B6 in popluar color models

BCB4B6
RGB188180182
HSL345°5.63%72.16%
HSB/HSV345°4.26%73.73%
CMYK0.00%4.26%3.19%
26.27%

Color #BCB4B6 in popluar number systems.

HEXBCB4B6
Decimal188180182
Binary101111001011010010110110
Octal274264266

Shades and tints

Shades of #BCB4B6

#BCB4B6
(188,180,182)
#ABA4A6
(171,164,166)
#9A9496
(154,148,150)
#898486
(137,132,134)
#787476
(120,116,118)
#676466
(103,100,102)
#565456
(86,84,86)
#454446
(69,68,70)
#343436
(52,52,54)
#232426
(35,36,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCB4B6

#BCB4B6
(188,180,182)
#C2BABC
(194,186,188)
#C8C0C2
(200,192,194)
#CEC6C8
(206,198,200)
#D4CCCE
(212,204,206)
#DAD2D4
(218,210,212)
#E0D8DA
(224,216,218)
#E6DEE0
(230,222,224)
#ECE4E6
(236,228,230)
#F2EAEC
(242,234,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4B6; }

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

This text font color is #BCB4B6.


Background Color

.myBgColor { background-color: #BCB4B6; }

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

This div background color is #BCB4B6.


Border color

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

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

This div border color is #BCB4B6.


Opacity

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

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

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

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

This text has shadow with #BCB4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4B6 on black background.


Color preview on white background

This text has color #BCB4B6 on white background.



Black color preview on #BCB4B6 background

This text has black color on #BCB4B6 background.


White color preview on #BCB4B6 background

This text has white color on #BCB4B6 background.