COLOR #B4B2BD

HEX: #B4B2BD RGB: (180,178,189)

Color info

#B4B2BD contains red, green and blue colors in about the same proportion. Web safe color of #B4B2BD is #CC99CC (or #C9C).

RGB color model

#B4B2BD color RGB value is (180,178,189).

RGB: (180,178,189) (71%, 70%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 189 of 255 = 74%

180
178
189

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

Portions of RGB colors in percentages

R + G + B = 180 + 178 + 189 = 547 (100%)
R 180 of 547 ~ 32.91%
G 178 of 547 ~ 32.54%
B 189 of 547 ~ 34.55'%

%32.91
%32.54
%34.55

CMYK color model

#B4B2BD color CMYK value is (5,6,0,26).

  • cyan value is 4.76%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (5,6,0,26)
C5M6Y0K26 (5%, 6%, 0%, 26%)
(0.05 / 0.06 / 0.00 / 0.26)

CMYK percentages

%4.76
%5.82
%0
%25.88

Codes

Color #B4B2BD in popluar color models

B4 B2 BD
RGB 180 178 189
HSL 251° 7.69% 71.96%
HSB/HSV 251° 5.82% 74.12%
CMYK 4.76% 5.82% 0.00%
25.88%

Color #B4B2BD in popluar number systems.

HEX B4 B2 BD
Decimal 180 178 189
Binary 10110100 10110010 10111101
Octal 264 262 275

Shades and tints

Shades of #B4B2BD

#B4B2BD
(180,178,189)
#A4A2AC
(164,162,172)
#94929B
(148,146,155)
#84828A
(132,130,138)
#747279
(116,114,121)
#646268
(100,98,104)
#545257
(84,82,87)
#444246
(68,66,70)
#343235
(52,50,53)
#242224
(36,34,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B4B2BD

#B4B2BD
(180,178,189)
#BAB9C3
(186,185,195)
#C0C0C9
(192,192,201)
#C6C7CF
(198,199,207)
#CCCED5
(204,206,213)
#D2D5DB
(210,213,219)
#D8DCE1
(216,220,225)
#DEE3E7
(222,227,231)
#E4EAED
(228,234,237)
#EAF1F3
(234,241,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B2BD color. Also use rgb(180,178,189) instead hex code.

Text Font Color

.myTextColor { color: #B4B2BD; }

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

This text font color is #B4B2BD.

Background Color

.myBgColor { background-color: #B4B2BD; }

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

This div background color is #B4B2BD.

Border color

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

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

This div border color is #B4B2BD.

Opacity

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

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

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

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

This text has shadow with #B4B2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B2BD.

Preview

Color preview on black background

This text has color #B4B2BD on black background.


Color preview on white background

This text has color #B4B2BD on white background.


Black color preview on #B4B2BD background

This text has black color on #B4B2BD background.


White color preview on #B4B2BD background

This text has white color on #B4B2BD background.


Related colors

Complementary color

Complementary color for #hex is #4B4D42.


I love getcolorcode.com

Triadic colors

1 #BDB4B2 and #B2BDB4 with #B4B2BD are triadic colors.

2 #BDB2B4 and #B2B4BD with #B4B2BD are triadic colors.