COLOR #BB9DAA

HEX: #BB9DAA RGB: (187,157,170)

Color info

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

RGB color model

#BB9DAA color RGB value is (187,157,170).

RGB: (187,157,170) (73%, 62%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 170 of 255 = 67%

187
157
170

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

Portions of RGB colors in percentages

R + G + B = 187 + 157 + 170 = 514 (100%)
R 187 of 514 ~ 36.38%
G 157 of 514 ~ 30.54%
B 170 of 514 ~ 33.07'%

%36.38
%30.54
%33.07

CMYK color model

#BB9DAA color CMYK value is (0,16,9,27).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK: (0,16,9,27) C0M16Y9K27 (0%,16%,9%,27%) (0.00/0.16/0.09/0.27) 

CMYK percentages

%0
%16.04
%9.09
%26.67

Codes

Color #BB9DAA in popluar color models

BB 9D AA
RGB 187 157 170
HSL 334° 18.07% 67.45%
HSB/HSV 334° 16.04% 73.33%
CMYK 0.00% 16.04% 9.09%
26.67%

Color #BB9DAA in popluar number systems.

HEX BB 9D AA
Decimal 187 157 170
Binary 10111011 10011101 10101010
Octal 273 235 252

Shades and tints

Shades of #BB9DAA

#BB9DAA
(187,157,170)
#AA8F9B
(170,143,155)
#99818C
(153,129,140)
#88737D
(136,115,125)
#77656E
(119,101,110)
#66575F
(102,87,95)
#554950
(85,73,80)
#443B41
(68,59,65)
#332D32
(51,45,50)
#221F23
(34,31,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #BB9DAA

#BB9DAA
(187,157,170)
#C1A5B1
(193,165,177)
#C7ADB8
(199,173,184)
#CDB5BF
(205,181,191)
#D3BDC6
(211,189,198)
#D9C5CD
(217,197,205)
#DFCDD4
(223,205,212)
#E5D5DB
(229,213,219)
#EBDDE2
(235,221,226)
#F1E5E9
(241,229,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9DAA; }

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

This text font color is #BB9DAA.

Background Color

.myBgColor { background-color: #BB9DAA; }

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

This div background color is #BB9DAA.

Border color

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

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

This div border color is #BB9DAA.

Opacity

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

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

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

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

This text has shadow with #BB9DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9DAA.

Preview

Color preview on black background

This text has color #BB9DAA on black background.


Color preview on white background

This text has color #BB9DAA on white background.


Black color preview on #BB9DAA background

This text has black color on #BB9DAA background.


White color preview on #BB9DAA background

This text has white color on #BB9DAA background.


Related colors

Complementary color

Complementary color for #hex is #446255.


I love getcolorcode.com

Triadic colors

1 #AABB9D and #9DAABB with #BB9DAA are triadic colors.

2 #AA9DBB and #9DBBAA with #BB9DAA are triadic colors.