COLOR #BB9AAE

HEX: #BB9AAE
RGB: (187,154,174)

Color info

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

RGB color model

#BB9AAE color RGB value is (187,154,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 174 of 255 = 68%

187
154
174

R + G + B ~ 67%. #BB9AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 174 = 515 (100%)
R 187 of 515 ~ 36.31%
G 154 of 515 ~ 29.9%
B 174 of 515 ~ 33.79%

%36.31
%29.9
%33.79

CMYK color model

#BB9AAE color CMYK value is (0,18,7,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(0,18,7,27)
C0M18Y7K27 
(0%,18%,7%,27%)
(0.00/0.18/0.07/0.27)	

CMYK percentages

%0
%17.65
%6.95
%26.67

Codes

Color #BB9AAE in popluar color models

BB9AAE
RGB187154174
HSL324°19.53%66.86%
HSB/HSV324°17.65%73.33%
CMYK0.00%17.65%6.95%
26.67%

Color #BB9AAE in popluar number systems.

HEXBB9AAE
Decimal187154174
Binary101110111001101010101110
Octal273232256

Shades and tints

Shades of #BB9AAE

#BB9AAE
(187,154,174)
#AA8C9F
(170,140,159)
#997E90
(153,126,144)
#887081
(136,112,129)
#776272
(119,98,114)
#665463
(102,84,99)
#554654
(85,70,84)
#443845
(68,56,69)
#332A36
(51,42,54)
#221C27
(34,28,39)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #BB9AAE

#BB9AAE
(187,154,174)
#C1A3B5
(193,163,181)
#C7ACBC
(199,172,188)
#CDB5C3
(205,181,195)
#D3BECA
(211,190,202)
#D9C7D1
(217,199,209)
#DFD0D8
(223,208,216)
#E5D9DF
(229,217,223)
#EBE2E6
(235,226,230)
#F1EBED
(241,235,237)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9AAE; }

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

This text font color is #BB9AAE.


Background Color

.myBgColor { background-color: #BB9AAE; }

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

This div background color is #BB9AAE.


Border color

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

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

This div border color is #BB9AAE.


Opacity

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

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

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

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

This text has shadow with #BB9AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9AAE on black background.


Color preview on white background

This text has color #BB9AAE on white background.



Black color preview on #BB9AAE background

This text has black color on #BB9AAE background.


White color preview on #BB9AAE background

This text has white color on #BB9AAE background.