COLOR #BB99AF

HEX: #BB99AF RGB: (187,153,175)

Color info

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

RGB color model

#BB99AF color RGB value is (187,153,175).

RGB: (187,153,175) (73%, 60%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 175 of 255 = 69%

187
153
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 175 = 515 (100%)
R 187 of 515 ~ 36.31%
G 153 of 515 ~ 29.71%
B 175 of 515 ~ 33.98'%

%36.31
%29.71
%33.98

CMYK color model

#BB99AF color CMYK value is (0,18,6,27).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 6.42%
  • key color value is 26.67%

CMYK: (0,18,6,27)
C0M18Y6K27 (0%, 18%, 6%, 27%)
(0.00 / 0.18 / 0.06 / 0.27)

CMYK percentages

%0
%18.18
%6.42
%26.67

Codes

Color #BB99AF in popluar color models

BB 99 AF
RGB 187 153 175
HSL 321° 20.00% 66.67%
HSB/HSV 321° 18.18% 73.33%
CMYK 0.00% 18.18% 6.42%
26.67%

Color #BB99AF in popluar number systems.

HEX BB 99 AF
Decimal 187 153 175
Binary 10111011 10011001 10101111
Octal 273 231 257

Shades and tints

Shades of #BB99AF

#BB99AF
(187,153,175)
#AA8CA0
(170,140,160)
#997F91
(153,127,145)
#887282
(136,114,130)
#776573
(119,101,115)
#665864
(102,88,100)
#554B55
(85,75,85)
#443E46
(68,62,70)
#333137
(51,49,55)
#222428
(34,36,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #BB99AF

#BB99AF
(187,153,175)
#C1A2B6
(193,162,182)
#C7ABBD
(199,171,189)
#CDB4C4
(205,180,196)
#D3BDCB
(211,189,203)
#D9C6D2
(217,198,210)
#DFCFD9
(223,207,217)
#E5D8E0
(229,216,224)
#EBE1E7
(235,225,231)
#F1EAEE
(241,234,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB99AF; }

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

This text font color is #BB99AF.

Background Color

.myBgColor { background-color: #BB99AF; }

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

This div background color is #BB99AF.

Border color

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

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

This div border color is #BB99AF.

Opacity

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

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

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

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

This text has shadow with #BB99AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB99AF.

Preview

Color preview on black background

This text has color #BB99AF on black background.


Color preview on white background

This text has color #BB99AF on white background.


Black color preview on #BB99AF background

This text has black color on #BB99AF background.


White color preview on #BB99AF background

This text has white color on #BB99AF background.


Related colors

Complementary color

Complementary color for #hex is #446650.


I love getcolorcode.com

Triadic colors

1 #AFBB99 and #99AFBB with #BB99AF are triadic colors.

2 #AF99BB and #99BBAF with #BB99AF are triadic colors.