COLOR #BB9FA9

HEX: #BB9FA9 RGB: (187,159,169)

Color info

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

RGB color model

#BB9FA9 color RGB value is (187,159,169).

RGB: (187,159,169) (73%, 62%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 169 of 255 = 66%

187
159
169

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

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 169 = 515 (100%)
R 187 of 515 ~ 36.31%
G 159 of 515 ~ 30.87%
B 169 of 515 ~ 32.82'%

%36.31
%30.87
%32.82

CMYK color model

#BB9FA9 color CMYK value is (0,15,10,27).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (0,15,10,27)
C0M15Y10K27 (0%, 15%, 10%, 27%)
(0.00 / 0.15 / 0.10 / 0.27)

CMYK percentages

%0
%14.97
%9.63
%26.67

Codes

Color #BB9FA9 in popluar color models

BB 9F A9
RGB 187 159 169
HSL 339° 17.07% 67.84%
HSB/HSV 339° 14.97% 73.33%
CMYK 0.00% 14.97% 9.63%
26.67%

Color #BB9FA9 in popluar number systems.

HEX BB 9F A9
Decimal 187 159 169
Binary 10111011 10011111 10101001
Octal 273 237 251

Shades and tints

Shades of #BB9FA9

#BB9FA9
(187,159,169)
#AA919A
(170,145,154)
#99838B
(153,131,139)
#88757C
(136,117,124)
#77676D
(119,103,109)
#66595E
(102,89,94)
#554B4F
(85,75,79)
#443D40
(68,61,64)
#332F31
(51,47,49)
#222122
(34,33,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BB9FA9

#BB9FA9
(187,159,169)
#C1A7B0
(193,167,176)
#C7AFB7
(199,175,183)
#CDB7BE
(205,183,190)
#D3BFC5
(211,191,197)
#D9C7CC
(217,199,204)
#DFCFD3
(223,207,211)
#E5D7DA
(229,215,218)
#EBDFE1
(235,223,225)
#F1E7E8
(241,231,232)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9FA9 color. Also use rgb(187,159,169) instead hex code.

Text Font Color

.myTextColor { color: #BB9FA9; }

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

This text font color is #BB9FA9.

Background Color

.myBgColor { background-color: #BB9FA9; }

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

This div background color is #BB9FA9.

Border color

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

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

This div border color is #BB9FA9.

Opacity

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

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

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

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

This text has shadow with #BB9FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9FA9.

Preview

Color preview on black background

This text has color #BB9FA9 on black background.


Color preview on white background

This text has color #BB9FA9 on white background.


Black color preview on #BB9FA9 background

This text has black color on #BB9FA9 background.


White color preview on #BB9FA9 background

This text has white color on #BB9FA9 background.


Related colors

Complementary color

Complementary color for #hex is #446056.


I love getcolorcode.com

Triadic colors

1 #A9BB9F and #9FA9BB with #BB9FA9 are triadic colors.

2 #A99FBB and #9FBBA9 with #BB9FA9 are triadic colors.