COLOR #BB86B0

HEX: #BB86B0
RGB: (187,134,176)

Color info

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

RGB color model

#BB86B0 color RGB value is (187,134,176).

  • red value is 187;
  • green value is 134;
  • blue value is 176.
RGB:
(187,134,176)
(73%,53%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 176 of 255 = 69%

187
134
176

R + G + B ~ 65%. #BB86B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 176 = 497 (100%)
R 187 of 497 ~ 37.63%
G 134 of 497 ~ 26.96%
B 176 of 497 ~ 35.41%

%37.63
%26.96
%35.41

CMYK color model

#BB86B0 color CMYK value is (0,28,6,27).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,28,6,27)
C0M28Y6K27 
(0%,28%,6%,27%)
(0.00/0.28/0.06/0.27)	

CMYK percentages

%0
%28.34
%5.88
%26.67

Codes

Color #BB86B0 in popluar color models

BB86B0
RGB187134176
HSL312°28.04%62.94%
HSB/HSV312°28.34%73.33%
CMYK0.00%28.34%5.88%
26.67%

Color #BB86B0 in popluar number systems.

HEXBB86B0
Decimal187134176
Binary101110111000011010110000
Octal273206260

Shades and tints

Shades of #BB86B0

#BB86B0
(187,134,176)
#AA7AA0
(170,122,160)
#996E90
(153,110,144)
#886280
(136,98,128)
#775670
(119,86,112)
#664A60
(102,74,96)
#553E50
(85,62,80)
#443240
(68,50,64)
#332630
(51,38,48)
#221A20
(34,26,32)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB86B0

#BB86B0
(187,134,176)
#C191B7
(193,145,183)
#C79CBE
(199,156,190)
#CDA7C5
(205,167,197)
#D3B2CC
(211,178,204)
#D9BDD3
(217,189,211)
#DFC8DA
(223,200,218)
#E5D3E1
(229,211,225)
#EBDEE8
(235,222,232)
#F1E9EF
(241,233,239)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB86B0 color. Also use rgb(187,134,176) instead hex code.

Text Font Color

.myTextColor { color: #BB86B0; }

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

This text font color is #BB86B0.


Background Color

.myBgColor { background-color: #BB86B0; }

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

This div background color is #BB86B0.


Border color

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

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

This div border color is #BB86B0.


Opacity

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

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

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

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

This text has shadow with #BB86B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB86B0 on black background.


Color preview on white background

This text has color #BB86B0 on white background.



Black color preview on #BB86B0 background

This text has black color on #BB86B0 background.


White color preview on #BB86B0 background

This text has white color on #BB86B0 background.