COLOR #BBB9B4

HEX: #BBB9B4 RGB: (187,185,180)

Color info

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

RGB color model

#BBB9B4 color RGB value is (187,185,180).

RGB: (187,185,180) (73%, 73%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 180 of 255 = 71%

187
185
180

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

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 180 = 552 (100%)
R 187 of 552 ~ 33.88%
G 185 of 552 ~ 33.51%
B 180 of 552 ~ 32.61'%

%33.88
%33.51
%32.61

CMYK color model

#BBB9B4 color CMYK value is (0,1,4,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 3.74%
  • key color value is 26.67%

CMYK: (0,1,4,27)
C0M1Y4K27 (0%, 1%, 4%, 27%)
(0.00 / 0.01 / 0.04 / 0.27)

CMYK percentages

%0
%1.07
%3.74
%26.67

Codes

Color #BBB9B4 in popluar color models

BB B9 B4
RGB 187 185 180
HSL 43° 4.90% 71.96%
HSB/HSV 43° 3.74% 73.33%
CMYK 0.00% 1.07% 3.74%
26.67%

Color #BBB9B4 in popluar number systems.

HEX BB B9 B4
Decimal 187 185 180
Binary 10111011 10111001 10110100
Octal 273 271 264

Shades and tints

Shades of #BBB9B4

#BBB9B4
(187,185,180)
#AAA9A4
(170,169,164)
#999994
(153,153,148)
#888984
(136,137,132)
#777974
(119,121,116)
#666964
(102,105,100)
#555954
(85,89,84)
#444944
(68,73,68)
#333934
(51,57,52)
#222924
(34,41,36)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBB9B4

#BBB9B4
(187,185,180)
#C1BFBA
(193,191,186)
#C7C5C0
(199,197,192)
#CDCBC6
(205,203,198)
#D3D1CC
(211,209,204)
#D9D7D2
(217,215,210)
#DFDDD8
(223,221,216)
#E5E3DE
(229,227,222)
#EBE9E4
(235,233,228)
#F1EFEA
(241,239,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9B4; }

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

This text font color is #BBB9B4.

Background Color

.myBgColor { background-color: #BBB9B4; }

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

This div background color is #BBB9B4.

Border color

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

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

This div border color is #BBB9B4.

Opacity

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

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

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

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

This text has shadow with #BBB9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB9B4.

Preview

Color preview on black background

This text has color #BBB9B4 on black background.


Color preview on white background

This text has color #BBB9B4 on white background.


Black color preview on #BBB9B4 background

This text has black color on #BBB9B4 background.


White color preview on #BBB9B4 background

This text has white color on #BBB9B4 background.


Related colors

Complementary color

Complementary color for #hex is #44464B.


I love getcolorcode.com

Triadic colors

1 #B4BBB9 and #B9B4BB with #BBB9B4 are triadic colors.

2 #B4B9BB and #B9BBB4 with #BBB9B4 are triadic colors.