COLOR #BBB9B5

HEX: #BBB9B5 RGB: (187,185,181)

Color info

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

RGB color model

#BBB9B5 color RGB value is (187,185,181).

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

RGB channels and saturation

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

187
185
181

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

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 181 = 553 (100%)
R 187 of 553 ~ 33.82%
G 185 of 553 ~ 33.45%
B 181 of 553 ~ 32.73'%

%33.82
%33.45
%32.73

CMYK color model

#BBB9B5 color CMYK value is (0,1,3,27).

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

CMYK: (0,1,3,27)
C0M1Y3K27 (0%, 1%, 3%, 27%)
(0.00 / 0.01 / 0.03 / 0.27)

CMYK percentages

%0
%1.07
%3.21
%26.67

Codes

Color #BBB9B5 in popluar color models

BB B9 B5
RGB 187 185 181
HSL 40° 4.23% 72.16%
HSB/HSV 40° 3.21% 73.33%
CMYK 0.00% 1.07% 3.21%
26.67%

Color #BBB9B5 in popluar number systems.

HEX BB B9 B5
Decimal 187 185 181
Binary 10111011 10111001 10110101
Octal 273 271 265

Shades and tints

Shades of #BBB9B5

#BBB9B5
(187,185,181)
#AAA9A5
(170,169,165)
#999995
(153,153,149)
#888985
(136,137,133)
#777975
(119,121,117)
#666965
(102,105,101)
#555955
(85,89,85)
#444945
(68,73,69)
#333935
(51,57,53)
#222925
(34,41,37)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBB9B5

#BBB9B5
(187,185,181)
#C1BFBB
(193,191,187)
#C7C5C1
(199,197,193)
#CDCBC7
(205,203,199)
#D3D1CD
(211,209,205)
#D9D7D3
(217,215,211)
#DFDDD9
(223,221,217)
#E5E3DF
(229,227,223)
#EBE9E5
(235,233,229)
#F1EFEB
(241,239,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9B5; }

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

This text font color is #BBB9B5.

Background Color

.myBgColor { background-color: #BBB9B5; }

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

This div background color is #BBB9B5.

Border color

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

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

This div border color is #BBB9B5.

Opacity

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

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

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

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

This text has shadow with #BBB9B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB9B5.

Preview

Color preview on black background

This text has color #BBB9B5 on black background.


Color preview on white background

This text has color #BBB9B5 on white background.


Black color preview on #BBB9B5 background

This text has black color on #BBB9B5 background.


White color preview on #BBB9B5 background

This text has white color on #BBB9B5 background.


Related colors

Complementary color

Complementary color for #hex is #44464A.


I love getcolorcode.com

Triadic colors

1 #B5BBB9 and #B9B5BB with #BBB9B5 are triadic colors.

2 #B5B9BB and #B9BBB5 with #BBB9B5 are triadic colors.