COLOR #BBB5B0

HEX: #BBB5B0 RGB: (187,181,176)

Color info

#BBB5B0 contains red, green and blue colors in about the same proportion. Web safe color of #BBB5B0 is #CCCC99 (or #CC9).

RGB color model

#BBB5B0 color RGB value is (187,181,176).

RGB: (187,181,176) (73%, 71%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 176 of 255 = 69%

187
181
176

R + G + B ~ 71%. #BBB5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 176 = 544 (100%)
R 187 of 544 ~ 34.38%
G 181 of 544 ~ 33.27%
B 176 of 544 ~ 32.35'%

%34.38
%33.27
%32.35

CMYK color model

#BBB5B0 color CMYK value is (0,3,6,27).

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

CMYK: (0,3,6,27)
C0M3Y6K27 (0%, 3%, 6%, 27%)
(0.00 / 0.03 / 0.06 / 0.27)

CMYK percentages

%0
%3.21
%5.88
%26.67

Codes

Color #BBB5B0 in popluar color models

BB B5 B0
RGB 187 181 176
HSL 27° 7.48% 71.18%
HSB/HSV 27° 5.88% 73.33%
CMYK 0.00% 3.21% 5.88%
26.67%

Color #BBB5B0 in popluar number systems.

HEX BB B5 B0
Decimal 187 181 176
Binary 10111011 10110101 10110000
Octal 273 265 260

Shades and tints

Shades of #BBB5B0

#BBB5B0
(187,181,176)
#AAA5A0
(170,165,160)
#999590
(153,149,144)
#888580
(136,133,128)
#777570
(119,117,112)
#666560
(102,101,96)
#555550
(85,85,80)
#444540
(68,69,64)
#333530
(51,53,48)
#222520
(34,37,32)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #BBB5B0

#BBB5B0
(187,181,176)
#C1BBB7
(193,187,183)
#C7C1BE
(199,193,190)
#CDC7C5
(205,199,197)
#D3CDCC
(211,205,204)
#D9D3D3
(217,211,211)
#DFD9DA
(223,217,218)
#E5DFE1
(229,223,225)
#EBE5E8
(235,229,232)
#F1EBEF
(241,235,239)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5B0; }

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

This text font color is #BBB5B0.

Background Color

.myBgColor { background-color: #BBB5B0; }

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

This div background color is #BBB5B0.

Border color

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

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

This div border color is #BBB5B0.

Opacity

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

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

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

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

This text has shadow with #BBB5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB5B0.

Preview

Color preview on black background

This text has color #BBB5B0 on black background.


Color preview on white background

This text has color #BBB5B0 on white background.


Black color preview on #BBB5B0 background

This text has black color on #BBB5B0 background.


White color preview on #BBB5B0 background

This text has white color on #BBB5B0 background.


Related colors

Complementary color

Complementary color for #hex is #444A4F.


I love getcolorcode.com

Triadic colors

1 #B0BBB5 and #B5B0BB with #BBB5B0 are triadic colors.

2 #B0B5BB and #B5BBB0 with #BBB5B0 are triadic colors.