COLOR #BB9AA6

HEX: #BB9AA6
RGB: (187,154,166)

Color info

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

RGB color model

#BB9AA6 color RGB value is (187,154,166).

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

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 166 of 255 = 65%

187
154
166

R + G + B ~ 66%. #BB9AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 166 = 507 (100%)
R 187 of 507 ~ 36.88%
G 154 of 507 ~ 30.37%
B 166 of 507 ~ 32.74%

%36.88
%30.37
%32.74

CMYK color model

#BB9AA6 color CMYK value is (0,18,11,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,18,11,27)
C0M18Y11K27 
(0%,18%,11%,27%)
(0.00/0.18/0.11/0.27)	

CMYK percentages

%0
%17.65
%11.23
%26.67

Codes

Color #BB9AA6 in popluar color models

BB9AA6
RGB187154166
HSL338°19.53%66.86%
HSB/HSV338°17.65%73.33%
CMYK0.00%17.65%11.23%
26.67%

Color #BB9AA6 in popluar number systems.

HEXBB9AA6
Decimal187154166
Binary101110111001101010100110
Octal273232246

Shades and tints

Shades of #BB9AA6

#BB9AA6
(187,154,166)
#AA8C97
(170,140,151)
#997E88
(153,126,136)
#887079
(136,112,121)
#77626A
(119,98,106)
#66545B
(102,84,91)
#55464C
(85,70,76)
#44383D
(68,56,61)
#332A2E
(51,42,46)
#221C1F
(34,28,31)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB9AA6

#BB9AA6
(187,154,166)
#C1A3AE
(193,163,174)
#C7ACB6
(199,172,182)
#CDB5BE
(205,181,190)
#D3BEC6
(211,190,198)
#D9C7CE
(217,199,206)
#DFD0D6
(223,208,214)
#E5D9DE
(229,217,222)
#EBE2E6
(235,226,230)
#F1EBEE
(241,235,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9AA6; }

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

This text font color is #BB9AA6.


Background Color

.myBgColor { background-color: #BB9AA6; }

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

This div background color is #BB9AA6.


Border color

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

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

This div border color is #BB9AA6.


Opacity

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

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

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

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

This text has shadow with #BB9AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9AA6 on black background.


Color preview on white background

This text has color #BB9AA6 on white background.



Black color preview on #BB9AA6 background

This text has black color on #BB9AA6 background.


White color preview on #BB9AA6 background

This text has white color on #BB9AA6 background.