COLOR #BB96A8

HEX: #BB96A8 RGB: (187,150,168)

Color info

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

RGB color model

#BB96A8 color RGB value is (187,150,168).

RGB: (187,150,168) (73%, 59%, 66%)

RGB channels and saturation

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

187
150
168

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

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 168 = 505 (100%)
R 187 of 505 ~ 37.03%
G 150 of 505 ~ 29.7%
B 168 of 505 ~ 33.27'%

%37.03
%29.7
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 10.16%
  • 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
%10.16
%26.67

Codes

Color #BB96A8 in popluar color models

BB 96 A8
RGB 187 150 168
HSL 331° 21.39% 66.08%
HSB/HSV 331° 19.79% 73.33%
CMYK 0.00% 19.79% 10.16%
26.67%

Color #BB96A8 in popluar number systems.

HEX BB 96 A8
Decimal 187 150 168
Binary 10111011 10010110 10101000
Octal 273 226 250

Shades and tints

Shades of #BB96A8

#BB96A8
(187,150,168)
#AA8999
(170,137,153)
#997C8A
(153,124,138)
#886F7B
(136,111,123)
#77626C
(119,98,108)
#66555D
(102,85,93)
#55484E
(85,72,78)
#443B3F
(68,59,63)
#332E30
(51,46,48)
#222121
(34,33,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BB96A8

#BB96A8
(187,150,168)
#C19FAF
(193,159,175)
#C7A8B6
(199,168,182)
#CDB1BD
(205,177,189)
#D3BAC4
(211,186,196)
#D9C3CB
(217,195,203)
#DFCCD2
(223,204,210)
#E5D5D9
(229,213,217)
#EBDEE0
(235,222,224)
#F1E7E7
(241,231,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB96A8; }

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

This text font color is #BB96A8.

Background Color

.myBgColor { background-color: #BB96A8; }

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

This div background color is #BB96A8.

Border color

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

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

This div border color is #BB96A8.

Opacity

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

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

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

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

This text has shadow with #BB96A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB96A8.

Preview

Color preview on black background

This text has color #BB96A8 on black background.


Color preview on white background

This text has color #BB96A8 on white background.


Black color preview on #BB96A8 background

This text has black color on #BB96A8 background.


White color preview on #BB96A8 background

This text has white color on #BB96A8 background.


Related colors

Complementary color

Complementary color for #hex is #446957.


I love getcolorcode.com

Triadic colors

1 #A8BB96 and #96A8BB with #BB96A8 are triadic colors.

2 #A896BB and #96BBA8 with #BB96A8 are triadic colors.