COLOR #BB96A9

HEX: #BB96A9
RGB: (187,150,169)

Color info

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

RGB color model

#BB96A9 color RGB value is (187,150,169).

  • red value is 187;
  • green value is 150;
  • blue value is 169.
RGB:
(187,150,169)
(73%,59%,66%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 169 of 255 = 66%

187
150
169

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 169 = 506 (100%)
R 187 of 506 ~ 36.96%
G 150 of 506 ~ 29.64%
B 169 of 506 ~ 33.4%

%36.96
%29.64
%33.4

CMYK color model

#BB96A9 color CMYK value is (0,20,10,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(0,20,10,27)
C0M20Y10K27 
(0%,20%,10%,27%)
(0.00/0.20/0.10/0.27)	

CMYK percentages

%0
%19.79
%9.63
%26.67

Codes

Color #BB96A9 in popluar color models

BB96A9
RGB187150169
HSL329°21.39%66.08%
HSB/HSV329°19.79%73.33%
CMYK0.00%19.79%9.63%
26.67%

Color #BB96A9 in popluar number systems.

HEXBB96A9
Decimal187150169
Binary101110111001011010101001
Octal273226251

Shades and tints

Shades of #BB96A9

#BB96A9
(187,150,169)
#AA899A
(170,137,154)
#997C8B
(153,124,139)
#886F7C
(136,111,124)
#77626D
(119,98,109)
#66555E
(102,85,94)
#55484F
(85,72,79)
#443B40
(68,59,64)
#332E31
(51,46,49)
#222122
(34,33,34)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BB96A9

#BB96A9
(187,150,169)
#C19FB0
(193,159,176)
#C7A8B7
(199,168,183)
#CDB1BE
(205,177,190)
#D3BAC5
(211,186,197)
#D9C3CC
(217,195,204)
#DFCCD3
(223,204,211)
#E5D5DA
(229,213,218)
#EBDEE1
(235,222,225)
#F1E7E8
(241,231,232)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB96A9; }

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

This text font color is #BB96A9.


Background Color

.myBgColor { background-color: #BB96A9; }

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

This div background color is #BB96A9.


Border color

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

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

This div border color is #BB96A9.


Opacity

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

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

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

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

This text has shadow with #BB96A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB96A9 on black background.


Color preview on white background

This text has color #BB96A9 on white background.



Black color preview on #BB96A9 background

This text has black color on #BB96A9 background.


White color preview on #BB96A9 background

This text has white color on #BB96A9 background.