COLOR #BBAAB0

HEX: #BBAAB0
RGB: (187,170,176)

Color info

#BBAAB0 contains red, green and blue colors in about the same proportion. Web safe color of #BBAAB0 is #CC9999 (or #C99).

RGB color model

#BBAAB0 color RGB value is (187,170,176).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 176 of 255 = 69%

187
170
176

R + G + B ~ 70%. #BBAAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 176 = 533 (100%)
R 187 of 533 ~ 35.08%
G 170 of 533 ~ 31.89%
B 176 of 533 ~ 33.02%

%35.08
%31.89
%33.02

CMYK color model

#BBAAB0 color CMYK value is (0,9,6,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,9,6,27)
C0M9Y6K27 
(0%,9%,6%,27%)
(0.00/0.09/0.06/0.27)	

CMYK percentages

%0
%9.09
%5.88
%26.67

Codes

Color #BBAAB0 in popluar color models

BBAAB0
RGB187170176
HSL339°11.11%70.00%
HSB/HSV339°9.09%73.33%
CMYK0.00%9.09%5.88%
26.67%

Color #BBAAB0 in popluar number systems.

HEXBBAAB0
Decimal187170176
Binary101110111010101010110000
Octal273252260

Shades and tints

Shades of #BBAAB0

#BBAAB0
(187,170,176)
#AA9BA0
(170,155,160)
#998C90
(153,140,144)
#887D80
(136,125,128)
#776E70
(119,110,112)
#665F60
(102,95,96)
#555050
(85,80,80)
#444140
(68,65,64)
#333230
(51,50,48)
#222320
(34,35,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBAAB0

#BBAAB0
(187,170,176)
#C1B1B7
(193,177,183)
#C7B8BE
(199,184,190)
#CDBFC5
(205,191,197)
#D3C6CC
(211,198,204)
#D9CDD3
(217,205,211)
#DFD4DA
(223,212,218)
#E5DBE1
(229,219,225)
#EBE2E8
(235,226,232)
#F1E9EF
(241,233,239)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAB0; }

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

This text font color is #BBAAB0.


Background Color

.myBgColor { background-color: #BBAAB0; }

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

This div background color is #BBAAB0.


Border color

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

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

This div border color is #BBAAB0.


Opacity

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

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

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

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

This text has shadow with #BBAAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAB0 on black background.


Color preview on white background

This text has color #BBAAB0 on white background.



Black color preview on #BBAAB0 background

This text has black color on #BBAAB0 background.


White color preview on #BBAAB0 background

This text has white color on #BBAAB0 background.