COLOR #BBB5BB

HEX: #BBB5BB
RGB: (187,181,187)

Color info

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

RGB color model

#BBB5BB color RGB value is (187,181,187).

  • red value is 187;
  • green value is 181;
  • blue value is 187.
RGB:
(187,181,187)
(73%,71%,73%)

RGB channels and saturation

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

187
181
187

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 187 = 555 (100%)
R 187 of 555 ~ 33.69%
G 181 of 555 ~ 32.61%
B 187 of 555 ~ 33.69%

%33.69
%32.61
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(0,3,0,27)
C0M3Y0K27 
(0%,3%,0%,27%)
(0.00/0.03/0.00/0.27)	

CMYK percentages

%0
%3.21
%0
%26.67

Codes

Color #BBB5BB in popluar color models

BBB5BB
RGB187181187
HSL300°4.23%72.16%
HSB/HSV300°3.21%73.33%
CMYK0.00%3.21%0.00%
26.67%

Color #BBB5BB in popluar number systems.

HEXBBB5BB
Decimal187181187
Binary101110111011010110111011
Octal273265273

Shades and tints

Shades of #BBB5BB

#BBB5BB
(187,181,187)
#AAA5AA
(170,165,170)
#999599
(153,149,153)
#888588
(136,133,136)
#777577
(119,117,119)
#666566
(102,101,102)
#555555
(85,85,85)
#444544
(68,69,68)
#333533
(51,53,51)
#222522
(34,37,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BBB5BB

#BBB5BB
(187,181,187)
#C1BBC1
(193,187,193)
#C7C1C7
(199,193,199)
#CDC7CD
(205,199,205)
#D3CDD3
(211,205,211)
#D9D3D9
(217,211,217)
#DFD9DF
(223,217,223)
#E5DFE5
(229,223,229)
#EBE5EB
(235,229,235)
#F1EBF1
(241,235,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5BB; }

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

This text font color is #BBB5BB.


Background Color

.myBgColor { background-color: #BBB5BB; }

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

This div background color is #BBB5BB.


Border color

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

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

This div border color is #BBB5BB.


Opacity

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

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

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

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

This text has shadow with #BBB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5BB on black background.


Color preview on white background

This text has color #BBB5BB on white background.



Black color preview on #BBB5BB background

This text has black color on #BBB5BB background.


White color preview on #BBB5BB background

This text has white color on #BBB5BB background.