COLOR #BB9AA3

HEX: #BB9AA3 RGB: (187,154,163)

Color info

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

RGB color model

#BB9AA3 color RGB value is (187,154,163).

RGB: (187,154,163) (73%, 60%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 163 of 255 = 64%

187
154
163

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

Portions of RGB colors in percentages

R + G + B = 187 + 154 + 163 = 504 (100%)
R 187 of 504 ~ 37.1%
G 154 of 504 ~ 30.56%
B 163 of 504 ~ 32.34'%

%37.1
%30.56
%32.34

CMYK color model

#BB9AA3 color CMYK value is (0,18,13,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 12.83%
  • key color value is 26.67%

CMYK: (0,18,13,27)
C0M18Y13K27 (0%, 18%, 13%, 27%)
(0.00 / 0.18 / 0.13 / 0.27)

CMYK percentages

%0
%17.65
%12.83
%26.67

Codes

Color #BB9AA3 in popluar color models

BB 9A A3
RGB 187 154 163
HSL 344° 19.53% 66.86%
HSB/HSV 344° 17.65% 73.33%
CMYK 0.00% 17.65% 12.83%
26.67%

Color #BB9AA3 in popluar number systems.

HEX BB 9A A3
Decimal 187 154 163
Binary 10111011 10011010 10100011
Octal 273 232 243

Shades and tints

Shades of #BB9AA3

#BB9AA3
(187,154,163)
#AA8C95
(170,140,149)
#997E87
(153,126,135)
#887079
(136,112,121)
#77626B
(119,98,107)
#66545D
(102,84,93)
#55464F
(85,70,79)
#443841
(68,56,65)
#332A33
(51,42,51)
#221C25
(34,28,37)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #BB9AA3

#BB9AA3
(187,154,163)
#C1A3AB
(193,163,171)
#C7ACB3
(199,172,179)
#CDB5BB
(205,181,187)
#D3BEC3
(211,190,195)
#D9C7CB
(217,199,203)
#DFD0D3
(223,208,211)
#E5D9DB
(229,217,219)
#EBE2E3
(235,226,227)
#F1EBEB
(241,235,235)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9AA3; }

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

This text font color is #BB9AA3.

Background Color

.myBgColor { background-color: #BB9AA3; }

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

This div background color is #BB9AA3.

Border color

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

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

This div border color is #BB9AA3.

Opacity

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

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

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

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

This text has shadow with #BB9AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9AA3.

Preview

Color preview on black background

This text has color #BB9AA3 on black background.


Color preview on white background

This text has color #BB9AA3 on white background.


Black color preview on #BB9AA3 background

This text has black color on #BB9AA3 background.


White color preview on #BB9AA3 background

This text has white color on #BB9AA3 background.


Related colors

Complementary color

Complementary color for #hex is #44655C.


I love getcolorcode.com

Triadic colors

1 #A3BB9A and #9AA3BB with #BB9AA3 are triadic colors.

2 #A39ABB and #9ABBA3 with #BB9AA3 are triadic colors.