COLOR #BB999D

HEX: #BB999D RGB: (187,153,157)

Color info

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

RGB color model

#BB999D color RGB value is (187,153,157).

RGB: (187,153,157) (73%, 60%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 157 of 255 = 62%

187
153
157

R + G + B ~ 65%. #BB999D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 157 = 497 (100%)
R 187 of 497 ~ 37.63%
G 153 of 497 ~ 30.78%
B 157 of 497 ~ 31.59'%

%37.63
%30.78
%31.59

CMYK color model

#BB999D color CMYK value is (0,18,16,27).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK: (0,18,16,27) C0M18Y16K27 (0%,18%,16%,27%) (0.00/0.18/0.16/0.27) 

CMYK percentages

%0
%18.18
%16.04
%26.67

Codes

Color #BB999D in popluar color models

BB 99 9D
RGB 187 153 157
HSL 353° 20.00% 66.67%
HSB/HSV 353° 18.18% 73.33%
CMYK 0.00% 18.18% 16.04%
26.67%

Color #BB999D in popluar number systems.

HEX BB 99 9D
Decimal 187 153 157
Binary 10111011 10011001 10011101
Octal 273 231 235

Shades and tints

Shades of #BB999D

#BB999D
(187,153,157)
#AA8C8F
(170,140,143)
#997F81
(153,127,129)
#887273
(136,114,115)
#776565
(119,101,101)
#665857
(102,88,87)
#554B49
(85,75,73)
#443E3B
(68,62,59)
#33312D
(51,49,45)
#22241F
(34,36,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BB999D

#BB999D
(187,153,157)
#C1A2A5
(193,162,165)
#C7ABAD
(199,171,173)
#CDB4B5
(205,180,181)
#D3BDBD
(211,189,189)
#D9C6C5
(217,198,197)
#DFCFCD
(223,207,205)
#E5D8D5
(229,216,213)
#EBE1DD
(235,225,221)
#F1EAE5
(241,234,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB999D; }

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

This text font color is #BB999D.

Background Color

.myBgColor { background-color: #BB999D; }

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

This div background color is #BB999D.

Border color

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

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

This div border color is #BB999D.

Opacity

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

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

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

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

This text has shadow with #BB999D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB999D.

Preview

Color preview on black background

This text has color #BB999D on black background.


Color preview on white background

This text has color #BB999D on white background.


Black color preview on #BB999D background

This text has black color on #BB999D background.


White color preview on #BB999D background

This text has white color on #BB999D background.


Related colors

Complementary color

Complementary color for #hex is #446662.


I love getcolorcode.com

Triadic colors

1 #9DBB99 and #999DBB with #BB999D are triadic colors.

2 #9D99BB and #99BB9D with #BB999D are triadic colors.