COLOR #B4BCB6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

180
188
182

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

Portions of RGB colors in percentages

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

%32.73
%34.18
%33.09

CMYK color model

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

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

CMYK: (4,0,3,26)
C4M0Y3K26 (4%, 0%, 3%, 26%)
(0.04 / 0.00 / 0.03 / 0.26)

CMYK percentages

%4.26
%0
%3.19
%26.27

Codes

Color #B4BCB6 in popluar color models

B4 BC B6
RGB 180 188 182
HSL 135° 5.63% 72.16%
HSB/HSV 135° 4.26% 73.73%
CMYK 4.26% 0.00% 3.19%
26.27%

Color #B4BCB6 in popluar number systems.

HEX B4 BC B6
Decimal 180 188 182
Binary 10110100 10111100 10110110
Octal 264 274 266

Shades and tints

Shades of #B4BCB6

#B4BCB6
(180,188,182)
#A4ABA6
(164,171,166)
#949A96
(148,154,150)
#848986
(132,137,134)
#747876
(116,120,118)
#646766
(100,103,102)
#545656
(84,86,86)
#444546
(68,69,70)
#343436
(52,52,54)
#242326
(36,35,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B4BCB6

#B4BCB6
(180,188,182)
#BAC2BC
(186,194,188)
#C0C8C2
(192,200,194)
#C6CEC8
(198,206,200)
#CCD4CE
(204,212,206)
#D2DAD4
(210,218,212)
#D8E0DA
(216,224,218)
#DEE6E0
(222,230,224)
#E4ECE6
(228,236,230)
#EAF2EC
(234,242,236)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BCB6; }

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

This text font color is #B4BCB6.

Background Color

.myBgColor { background-color: #B4BCB6; }

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

This div background color is #B4BCB6.

Border color

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

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

This div border color is #B4BCB6.

Opacity

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

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

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

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

This text has shadow with #B4BCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BCB6.

Preview

Color preview on black background

This text has color #B4BCB6 on black background.


Color preview on white background

This text has color #B4BCB6 on white background.


Black color preview on #B4BCB6 background

This text has black color on #B4BCB6 background.


White color preview on #B4BCB6 background

This text has white color on #B4BCB6 background.


Related colors

Complementary color

Complementary color for #hex is #4B4349.


I love getcolorcode.com

Triadic colors

1 #B6B4BC and #BCB6B4 with #B4BCB6 are triadic colors.

2 #B6BCB4 and #BCB4B6 with #B4BCB6 are triadic colors.