COLOR #BBBAB0

HEX: #BBBAB0
RGB: (187,186,176)

Color info

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

RGB color model

#BBBAB0 color RGB value is (187,186,176).

  • red value is 187;
  • green value is 186;
  • blue value is 176.
RGB:
(187,186,176)
(73%,73%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 176 of 255 = 69%

187
186
176

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 176 = 549 (100%)
R 187 of 549 ~ 34.06%
G 186 of 549 ~ 33.88%
B 176 of 549 ~ 32.06%

%34.06
%33.88
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,1,6,27)
C0M1Y6K27 
(0%,1%,6%,27%)
(0.00/0.01/0.06/0.27)	

CMYK percentages

%0
%0.53
%5.88
%26.67

Codes

Color #BBBAB0 in popluar color models

BBBAB0
RGB187186176
HSL55°7.48%71.18%
HSB/HSV55°5.88%73.33%
CMYK0.00%0.53%5.88%
26.67%

Color #BBBAB0 in popluar number systems.

HEXBBBAB0
Decimal187186176
Binary101110111011101010110000
Octal273272260

Shades and tints

Shades of #BBBAB0

#BBBAB0
(187,186,176)
#AAAAA0
(170,170,160)
#999A90
(153,154,144)
#888A80
(136,138,128)
#777A70
(119,122,112)
#666A60
(102,106,96)
#555A50
(85,90,80)
#444A40
(68,74,64)
#333A30
(51,58,48)
#222A20
(34,42,32)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #BBBAB0

#BBBAB0
(187,186,176)
#C1C0B7
(193,192,183)
#C7C6BE
(199,198,190)
#CDCCC5
(205,204,197)
#D3D2CC
(211,210,204)
#D9D8D3
(217,216,211)
#DFDEDA
(223,222,218)
#E5E4E1
(229,228,225)
#EBEAE8
(235,234,232)
#F1F0EF
(241,240,239)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAB0; }

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

This text font color is #BBBAB0.


Background Color

.myBgColor { background-color: #BBBAB0; }

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

This div background color is #BBBAB0.


Border color

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

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

This div border color is #BBBAB0.


Opacity

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

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

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

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

This text has shadow with #BBBAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAB0 on black background.


Color preview on white background

This text has color #BBBAB0 on white background.



Black color preview on #BBBAB0 background

This text has black color on #BBBAB0 background.


White color preview on #BBBAB0 background

This text has white color on #BBBAB0 background.