COLOR #BB86B2

HEX: #BB86B2 RGB: (187,134,178)

Color info

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

RGB color model

#BB86B2 color RGB value is (187,134,178).

RGB: (187,134,178) (73%, 53%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 178 of 255 = 70%

187
134
178

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

Portions of RGB colors in percentages

R + G + B = 187 + 134 + 178 = 499 (100%)
R 187 of 499 ~ 37.47%
G 134 of 499 ~ 26.85%
B 178 of 499 ~ 35.67'%

%37.47
%26.85
%35.67

CMYK color model

#BB86B2 color CMYK value is (0,28,5,27).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 4.81%
  • key color value is 26.67%

CMYK: (0,28,5,27)
C0M28Y5K27 (0%, 28%, 5%, 27%)
(0.00 / 0.28 / 0.05 / 0.27)

CMYK percentages

%0
%28.34
%4.81
%26.67

Codes

Color #BB86B2 in popluar color models

BB 86 B2
RGB 187 134 178
HSL 310° 28.04% 62.94%
HSB/HSV 310° 28.34% 73.33%
CMYK 0.00% 28.34% 4.81%
26.67%

Color #BB86B2 in popluar number systems.

HEX BB 86 B2
Decimal 187 134 178
Binary 10111011 10000110 10110010
Octal 273 206 262

Shades and tints

Shades of #BB86B2

#BB86B2
(187,134,178)
#AA7AA2
(170,122,162)
#996E92
(153,110,146)
#886282
(136,98,130)
#775672
(119,86,114)
#664A62
(102,74,98)
#553E52
(85,62,82)
#443242
(68,50,66)
#332632
(51,38,50)
#221A22
(34,26,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB86B2

#BB86B2
(187,134,178)
#C191B9
(193,145,185)
#C79CC0
(199,156,192)
#CDA7C7
(205,167,199)
#D3B2CE
(211,178,206)
#D9BDD5
(217,189,213)
#DFC8DC
(223,200,220)
#E5D3E3
(229,211,227)
#EBDEEA
(235,222,234)
#F1E9F1
(241,233,241)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB86B2; }

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

This text font color is #BB86B2.

Background Color

.myBgColor { background-color: #BB86B2; }

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

This div background color is #BB86B2.

Border color

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

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

This div border color is #BB86B2.

Opacity

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

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

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

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

This text has shadow with #BB86B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB86B2.

Preview

Color preview on black background

This text has color #BB86B2 on black background.


Color preview on white background

This text has color #BB86B2 on white background.


Black color preview on #BB86B2 background

This text has black color on #BB86B2 background.


White color preview on #BB86B2 background

This text has white color on #BB86B2 background.


Related colors

Complementary color

Complementary color for #hex is #44794D.


I love getcolorcode.com

Triadic colors

1 #B2BB86 and #86B2BB with #BB86B2 are triadic colors.

2 #B286BB and #86BBB2 with #BB86B2 are triadic colors.