COLOR #BB96B4

HEX: #BB96B4
RGB: (187,150,180)

Color info

#BB96B4 contains red, green and blue colors in about the same proportion. Web safe color of #BB96B4 is #CC99CC (or #C9C).

RGB color model

#BB96B4 color RGB value is (187,150,180).

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

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 180 of 255 = 71%

187
150
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 180 = 517 (100%)
R 187 of 517 ~ 36.17%
G 150 of 517 ~ 29.01%
B 180 of 517 ~ 34.82%

%36.17
%29.01
%34.82

CMYK color model

#BB96B4 color CMYK value is (0,20,4,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,20,4,27)
C0M20Y4K27 
(0%,20%,4%,27%)
(0.00/0.20/0.04/0.27)	

CMYK percentages

%0
%19.79
%3.74
%26.67

Codes

Color #BB96B4 in popluar color models

BB96B4
RGB187150180
HSL311°21.39%66.08%
HSB/HSV311°19.79%73.33%
CMYK0.00%19.79%3.74%
26.67%

Color #BB96B4 in popluar number systems.

HEXBB96B4
Decimal187150180
Binary101110111001011010110100
Octal273226264

Shades and tints

Shades of #BB96B4

#BB96B4
(187,150,180)
#AA89A4
(170,137,164)
#997C94
(153,124,148)
#886F84
(136,111,132)
#776274
(119,98,116)
#665564
(102,85,100)
#554854
(85,72,84)
#443B44
(68,59,68)
#332E34
(51,46,52)
#222124
(34,33,36)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BB96B4

#BB96B4
(187,150,180)
#C19FBA
(193,159,186)
#C7A8C0
(199,168,192)
#CDB1C6
(205,177,198)
#D3BACC
(211,186,204)
#D9C3D2
(217,195,210)
#DFCCD8
(223,204,216)
#E5D5DE
(229,213,222)
#EBDEE4
(235,222,228)
#F1E7EA
(241,231,234)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB96B4; }

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

This text font color is #BB96B4.


Background Color

.myBgColor { background-color: #BB96B4; }

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

This div background color is #BB96B4.


Border color

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

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

This div border color is #BB96B4.


Opacity

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

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

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

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

This text has shadow with #BB96B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB96B4 on black background.


Color preview on white background

This text has color #BB96B4 on white background.



Black color preview on #BB96B4 background

This text has black color on #BB96B4 background.


White color preview on #BB96B4 background

This text has white color on #BB96B4 background.