COLOR #BB9998

HEX: #BB9998 RGB: (187,153,152)

Color info

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

RGB color model

#BB9998 color RGB value is (187,153,152).

RGB: (187,153,152) (73%, 60%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 152 of 255 = 60%

187
153
152

R + G + B ~ 64%. #BB9998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 152 = 492 (100%)
R 187 of 492 ~ 38.01%
G 153 of 492 ~ 31.1%
B 152 of 492 ~ 30.89'%

%38.01
%31.1
%30.89

CMYK color model

#BB9998 color CMYK value is (0,18,19,27).

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

CMYK: (0,18,19,27)
C0M18Y19K27 (0%, 18%, 19%, 27%)
(0.00 / 0.18 / 0.19 / 0.27)

CMYK percentages

%0
%18.18
%18.72
%26.67

Codes

Color #BB9998 in popluar color models

BB 99 98
RGB 187 153 152
HSL 20.47% 66.47%
HSB/HSV 18.72% 73.33%
CMYK 0.00% 18.18% 18.72%
26.67%

Color #BB9998 in popluar number systems.

HEX BB 99 98
Decimal 187 153 152
Binary 10111011 10011001 10011000
Octal 273 231 230

Shades and tints

Shades of #BB9998

#BB9998
(187,153,152)
#AA8C8B
(170,140,139)
#997F7E
(153,127,126)
#887271
(136,114,113)
#776564
(119,101,100)
#665857
(102,88,87)
#554B4A
(85,75,74)
#443E3D
(68,62,61)
#333130
(51,49,48)
#222423
(34,36,35)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BB9998

#BB9998
(187,153,152)
#C1A2A1
(193,162,161)
#C7ABAA
(199,171,170)
#CDB4B3
(205,180,179)
#D3BDBC
(211,189,188)
#D9C6C5
(217,198,197)
#DFCFCE
(223,207,206)
#E5D8D7
(229,216,215)
#EBE1E0
(235,225,224)
#F1EAE9
(241,234,233)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9998; }

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

This text font color is #BB9998.

Background Color

.myBgColor { background-color: #BB9998; }

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

This div background color is #BB9998.

Border color

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

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

This div border color is #BB9998.

Opacity

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

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

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

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

This text has shadow with #BB9998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9998.

Preview

Color preview on black background

This text has color #BB9998 on black background.


Color preview on white background

This text has color #BB9998 on white background.


Black color preview on #BB9998 background

This text has black color on #BB9998 background.


White color preview on #BB9998 background

This text has white color on #BB9998 background.


Related colors

Complementary color

Complementary color for #hex is #446667.


I love getcolorcode.com

Triadic colors

1 #98BB99 and #9998BB with #BB9998 are triadic colors.

2 #9899BB and #99BB98 with #BB9998 are triadic colors.