COLOR #BBBBB9

HEX: #BBBBB9 RGB: (187,187,185)

Color info

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

RGB color model

#BBBBB9 color RGB value is (187,187,185).

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

RGB channels and saturation

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

187
187
185

R + G + B ~ 73%. #BBBBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 187 + 185 = 559 (100%)
R 187 of 559 ~ 33.45%
G 187 of 559 ~ 33.45%
B 185 of 559 ~ 33.09'%

%33.45
%33.45
%33.09

CMYK color model

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

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

CMYK: (0,0,1,27)
C0M0Y1K27 (0%, 0%, 1%, 27%)
(0.00 / 0.00 / 0.01 / 0.27)

CMYK percentages

%0
%0
%1.07
%26.67

Codes

Color #BBBBB9 in popluar color models

BB BB B9
RGB 187 187 185
HSL 60° 1.45% 72.94%
HSB/HSV 60° 1.07% 73.33%
CMYK 0.00% 0.00% 1.07%
26.67%

Color #BBBBB9 in popluar number systems.

HEX BB BB B9
Decimal 187 187 185
Binary 10111011 10111011 10111001
Octal 273 273 271

Shades and tints

Shades of #BBBBB9

#BBBBB9
(187,187,185)
#AAAAA9
(170,170,169)
#999999
(153,153,153)
#888889
(136,136,137)
#777779
(119,119,121)
#666669
(102,102,105)
#555559
(85,85,89)
#444449
(68,68,73)
#333339
(51,51,57)
#222229
(34,34,41)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #BBBBB9

#BBBBB9
(187,187,185)
#C1C1BF
(193,193,191)
#C7C7C5
(199,199,197)
#CDCDCB
(205,205,203)
#D3D3D1
(211,211,209)
#D9D9D7
(217,217,215)
#DFDFDD
(223,223,221)
#E5E5E3
(229,229,227)
#EBEBE9
(235,235,233)
#F1F1EF
(241,241,239)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBB9; }

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

This text font color is #BBBBB9.

Background Color

.myBgColor { background-color: #BBBBB9; }

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

This div background color is #BBBBB9.

Border color

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

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

This div border color is #BBBBB9.

Opacity

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

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

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

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

This text has shadow with #BBBBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBBB9.

Preview

Color preview on black background

This text has color #BBBBB9 on black background.


Color preview on white background

This text has color #BBBBB9 on white background.


Black color preview on #BBBBB9 background

This text has black color on #BBBBB9 background.


White color preview on #BBBBB9 background

This text has white color on #BBBBB9 background.


Related colors

Complementary color

Complementary color for #hex is #444446.


I love getcolorcode.com