COLOR #BB99B3

HEX: #BB99B3 RGB: (187,153,179)

Color info

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

RGB color model

#BB99B3 color RGB value is (187,153,179).

RGB: (187,153,179) (73%, 60%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 179 of 255 = 70%

187
153
179

R + G + B ~ 68%. #BB99B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 179 = 519 (100%)
R 187 of 519 ~ 36.03%
G 153 of 519 ~ 29.48%
B 179 of 519 ~ 34.49'%

%36.03
%29.48
%34.49

CMYK color model

#BB99B3 color CMYK value is (0,18,4,27).

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

CMYK: (0,18,4,27)
C0M18Y4K27 (0%, 18%, 4%, 27%)
(0.00 / 0.18 / 0.04 / 0.27)

CMYK percentages

%0
%18.18
%4.28
%26.67

Codes

Color #BB99B3 in popluar color models

BB 99 B3
RGB 187 153 179
HSL 314° 20.00% 66.67%
HSB/HSV 314° 18.18% 73.33%
CMYK 0.00% 18.18% 4.28%
26.67%

Color #BB99B3 in popluar number systems.

HEX BB 99 B3
Decimal 187 153 179
Binary 10111011 10011001 10110011
Octal 273 231 263

Shades and tints

Shades of #BB99B3

#BB99B3
(187,153,179)
#AA8CA3
(170,140,163)
#997F93
(153,127,147)
#887283
(136,114,131)
#776573
(119,101,115)
#665863
(102,88,99)
#554B53
(85,75,83)
#443E43
(68,62,67)
#333133
(51,49,51)
#222423
(34,36,35)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BB99B3

#BB99B3
(187,153,179)
#C1A2B9
(193,162,185)
#C7ABBF
(199,171,191)
#CDB4C5
(205,180,197)
#D3BDCB
(211,189,203)
#D9C6D1
(217,198,209)
#DFCFD7
(223,207,215)
#E5D8DD
(229,216,221)
#EBE1E3
(235,225,227)
#F1EAE9
(241,234,233)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB99B3; }

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

This text font color is #BB99B3.

Background Color

.myBgColor { background-color: #BB99B3; }

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

This div background color is #BB99B3.

Border color

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

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

This div border color is #BB99B3.

Opacity

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

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

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

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

This text has shadow with #BB99B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB99B3.

Preview

Color preview on black background

This text has color #BB99B3 on black background.


Color preview on white background

This text has color #BB99B3 on white background.


Black color preview on #BB99B3 background

This text has black color on #BB99B3 background.


White color preview on #BB99B3 background

This text has white color on #BB99B3 background.


Related colors

Complementary color

Complementary color for #hex is #44664C.


I love getcolorcode.com

Triadic colors

1 #B3BB99 and #99B3BB with #BB99B3 are triadic colors.

2 #B399BB and #99BBB3 with #BB99B3 are triadic colors.