COLOR #BB98A9

HEX: #BB98A9 RGB: (187,152,169)

Color info

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

RGB color model

#BB98A9 color RGB value is (187,152,169).

RGB: (187,152,169) (73%, 60%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 169 of 255 = 66%

187
152
169

R + G + B ~ 66%. #BB98A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 152 + 169 = 508 (100%)
R 187 of 508 ~ 36.81%
G 152 of 508 ~ 29.92%
B 169 of 508 ~ 33.27'%

%36.81
%29.92
%33.27

CMYK color model

#BB98A9 color CMYK value is (0,19,10,27).

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

CMYK: (0,19,10,27)
C0M19Y10K27 (0%, 19%, 10%, 27%)
(0.00 / 0.19 / 0.10 / 0.27)

CMYK percentages

%0
%18.72
%9.63
%26.67

Codes

Color #BB98A9 in popluar color models

BB 98 A9
RGB 187 152 169
HSL 331° 20.47% 66.47%
HSB/HSV 331° 18.72% 73.33%
CMYK 0.00% 18.72% 9.63%
26.67%

Color #BB98A9 in popluar number systems.

HEX BB 98 A9
Decimal 187 152 169
Binary 10111011 10011000 10101001
Octal 273 230 251

Shades and tints

Shades of #BB98A9

#BB98A9
(187,152,169)
#AA8B9A
(170,139,154)
#997E8B
(153,126,139)
#88717C
(136,113,124)
#77646D
(119,100,109)
#66575E
(102,87,94)
#554A4F
(85,74,79)
#443D40
(68,61,64)
#333031
(51,48,49)
#222322
(34,35,34)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BB98A9

#BB98A9
(187,152,169)
#C1A1B0
(193,161,176)
#C7AAB7
(199,170,183)
#CDB3BE
(205,179,190)
#D3BCC5
(211,188,197)
#D9C5CC
(217,197,204)
#DFCED3
(223,206,211)
#E5D7DA
(229,215,218)
#EBE0E1
(235,224,225)
#F1E9E8
(241,233,232)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB98A9; }

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

This text font color is #BB98A9.

Background Color

.myBgColor { background-color: #BB98A9; }

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

This div background color is #BB98A9.

Border color

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

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

This div border color is #BB98A9.

Opacity

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

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

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

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

This text has shadow with #BB98A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB98A9.

Preview

Color preview on black background

This text has color #BB98A9 on black background.


Color preview on white background

This text has color #BB98A9 on white background.


Black color preview on #BB98A9 background

This text has black color on #BB98A9 background.


White color preview on #BB98A9 background

This text has white color on #BB98A9 background.


Related colors

Complementary color

Complementary color for #hex is #446756.


I love getcolorcode.com

Triadic colors

1 #A9BB98 and #98A9BB with #BB98A9 are triadic colors.

2 #A998BB and #98BBA9 with #BB98A9 are triadic colors.