COLOR #BBAAAE

HEX: #BBAAAE
RGB: (187,170,174)

Color info

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

RGB color model

#BBAAAE color RGB value is (187,170,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 174 of 255 = 68%

187
170
174

R + G + B ~ 69%. #BBAAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 174 = 531 (100%)
R 187 of 531 ~ 35.22%
G 170 of 531 ~ 32.02%
B 174 of 531 ~ 32.77%

%35.22
%32.02
%32.77

CMYK color model

#BBAAAE color CMYK value is (0,9,7,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(0,9,7,27)
C0M9Y7K27 
(0%,9%,7%,27%)
(0.00/0.09/0.07/0.27)	

CMYK percentages

%0
%9.09
%6.95
%26.67

Codes

Color #BBAAAE in popluar color models

BBAAAE
RGB187170174
HSL346°11.11%70.00%
HSB/HSV346°9.09%73.33%
CMYK0.00%9.09%6.95%
26.67%

Color #BBAAAE in popluar number systems.

HEXBBAAAE
Decimal187170174
Binary101110111010101010101110
Octal273252256

Shades and tints

Shades of #BBAAAE

#BBAAAE
(187,170,174)
#AA9B9F
(170,155,159)
#998C90
(153,140,144)
#887D81
(136,125,129)
#776E72
(119,110,114)
#665F63
(102,95,99)
#555054
(85,80,84)
#444145
(68,65,69)
#333236
(51,50,54)
#222327
(34,35,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBAAAE

#BBAAAE
(187,170,174)
#C1B1B5
(193,177,181)
#C7B8BC
(199,184,188)
#CDBFC3
(205,191,195)
#D3C6CA
(211,198,202)
#D9CDD1
(217,205,209)
#DFD4D8
(223,212,216)
#E5DBDF
(229,219,223)
#EBE2E6
(235,226,230)
#F1E9ED
(241,233,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAAE; }

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

This text font color is #BBAAAE.


Background Color

.myBgColor { background-color: #BBAAAE; }

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

This div background color is #BBAAAE.


Border color

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

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

This div border color is #BBAAAE.


Opacity

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

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

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

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

This text has shadow with #BBAAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAAE on black background.


Color preview on white background

This text has color #BBAAAE on white background.



Black color preview on #BBAAAE background

This text has black color on #BBAAAE background.


White color preview on #BBAAAE background

This text has white color on #BBAAAE background.