COLOR #BB87AB

HEX: #BB87AB
RGB: (187,135,171)

Color info

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

RGB color model

#BB87AB color RGB value is (187,135,171).

  • red value is 187;
  • green value is 135;
  • blue value is 171.
RGB:
(187,135,171)
(73%,53%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 171 of 255 = 67%

187
135
171

R + G + B ~ 64%. #BB87AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 135 + 171 = 493 (100%)
R 187 of 493 ~ 37.93%
G 135 of 493 ~ 27.38%
B 171 of 493 ~ 34.69%

%37.93
%27.38
%34.69

CMYK color model

#BB87AB color CMYK value is (0,28,9,27).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(0,28,9,27)
C0M28Y9K27 
(0%,28%,9%,27%)
(0.00/0.28/0.09/0.27)	

CMYK percentages

%0
%27.81
%8.56
%26.67

Codes

Color #BB87AB in popluar color models

BB87AB
RGB187135171
HSL318°27.66%63.14%
HSB/HSV318°27.81%73.33%
CMYK0.00%27.81%8.56%
26.67%

Color #BB87AB in popluar number systems.

HEXBB87AB
Decimal187135171
Binary101110111000011110101011
Octal273207253

Shades and tints

Shades of #BB87AB

#BB87AB
(187,135,171)
#AA7B9C
(170,123,156)
#996F8D
(153,111,141)
#88637E
(136,99,126)
#77576F
(119,87,111)
#664B60
(102,75,96)
#553F51
(85,63,81)
#443342
(68,51,66)
#332733
(51,39,51)
#221B24
(34,27,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #BB87AB

#BB87AB
(187,135,171)
#C191B2
(193,145,178)
#C79BB9
(199,155,185)
#CDA5C0
(205,165,192)
#D3AFC7
(211,175,199)
#D9B9CE
(217,185,206)
#DFC3D5
(223,195,213)
#E5CDDC
(229,205,220)
#EBD7E3
(235,215,227)
#F1E1EA
(241,225,234)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB87AB color. Also use rgb(187,135,171) instead hex code.

Text Font Color

.myTextColor { color: #BB87AB; }

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

This text font color is #BB87AB.


Background Color

.myBgColor { background-color: #BB87AB; }

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

This div background color is #BB87AB.


Border color

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

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

This div border color is #BB87AB.


Opacity

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

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

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

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

This text has shadow with #BB87AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB87AB on black background.


Color preview on white background

This text has color #BB87AB on white background.



Black color preview on #BB87AB background

This text has black color on #BB87AB background.


White color preview on #BB87AB background

This text has white color on #BB87AB background.