COLOR #BB96A5

HEX: #BB96A5 RGB: (187,150,165)

Color info

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

RGB color model

#BB96A5 color RGB value is (187,150,165).

RGB: (187,150,165) (73%, 59%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 165 of 255 = 65%

187
150
165

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

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 165 = 502 (100%)
R 187 of 502 ~ 37.25%
G 150 of 502 ~ 29.88%
B 165 of 502 ~ 32.87'%

%37.25
%29.88
%32.87

CMYK color model

#BB96A5 color CMYK value is (0,20,12,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK: (0,20,12,27) C0M20Y12K27 (0%,20%,12%,27%) (0.00/0.20/0.12/0.27) 

CMYK percentages

%0
%19.79
%11.76
%26.67

Codes

Color #BB96A5 in popluar color models

BB 96 A5
RGB 187 150 165
HSL 336° 21.39% 66.08%
HSB/HSV 336° 19.79% 73.33%
CMYK 0.00% 19.79% 11.76%
26.67%

Color #BB96A5 in popluar number systems.

HEX BB 96 A5
Decimal 187 150 165
Binary 10111011 10010110 10100101
Octal 273 226 245

Shades and tints

Shades of #BB96A5

#BB96A5
(187,150,165)
#AA8996
(170,137,150)
#997C87
(153,124,135)
#886F78
(136,111,120)
#776269
(119,98,105)
#66555A
(102,85,90)
#55484B
(85,72,75)
#443B3C
(68,59,60)
#332E2D
(51,46,45)
#22211E
(34,33,30)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BB96A5

#BB96A5
(187,150,165)
#C19FAD
(193,159,173)
#C7A8B5
(199,168,181)
#CDB1BD
(205,177,189)
#D3BAC5
(211,186,197)
#D9C3CD
(217,195,205)
#DFCCD5
(223,204,213)
#E5D5DD
(229,213,221)
#EBDEE5
(235,222,229)
#F1E7ED
(241,231,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB96A5; }

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

This text font color is #BB96A5.

Background Color

.myBgColor { background-color: #BB96A5; }

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

This div background color is #BB96A5.

Border color

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

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

This div border color is #BB96A5.

Opacity

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

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

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

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

This text has shadow with #BB96A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB96A5.

Preview

Color preview on black background

This text has color #BB96A5 on black background.


Color preview on white background

This text has color #BB96A5 on white background.


Black color preview on #BB96A5 background

This text has black color on #BB96A5 background.


White color preview on #BB96A5 background

This text has white color on #BB96A5 background.


Related colors

Complementary color

Complementary color for #hex is #44695A.


I love getcolorcode.com

Triadic colors

1 #A5BB96 and #96A5BB with #BB96A5 are triadic colors.

2 #A596BB and #96BBA5 with #BB96A5 are triadic colors.