COLOR #BB86AF

HEX: #BB86AF
RGB: (187,134,175)

Color info

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

RGB color model

#BB86AF color RGB value is (187,134,175).

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

RGB channels and saturation

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

187
134
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 175 = 496 (100%)
R 187 of 496 ~ 37.7%
G 134 of 496 ~ 27.02%
B 175 of 496 ~ 35.28%

%37.7
%27.02
%35.28

CMYK color model

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

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

Codes

Color #BB86AF in popluar color models

BB86AF
RGB187134175
HSL314°28.04%62.94%
HSB/HSV314°28.34%73.33%
CMYK0.00%28.34%6.42%
26.67%

Color #BB86AF in popluar number systems.

HEXBB86AF
Decimal187134175
Binary101110111000011010101111
Octal273206257

Shades and tints

Shades of #BB86AF

#BB86AF
(187,134,175)
#AA7AA0
(170,122,160)
#996E91
(153,110,145)
#886282
(136,98,130)
#775673
(119,86,115)
#664A64
(102,74,100)
#553E55
(85,62,85)
#443246
(68,50,70)
#332637
(51,38,55)
#221A28
(34,26,40)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #BB86AF

#BB86AF
(187,134,175)
#C191B6
(193,145,182)
#C79CBD
(199,156,189)
#CDA7C4
(205,167,196)
#D3B2CB
(211,178,203)
#D9BDD2
(217,189,210)
#DFC8D9
(223,200,217)
#E5D3E0
(229,211,224)
#EBDEE7
(235,222,231)
#F1E9EE
(241,233,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB86AF; }

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

This text font color is #BB86AF.


Background Color

.myBgColor { background-color: #BB86AF; }

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

This div background color is #BB86AF.


Border color

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

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

This div border color is #BB86AF.


Opacity

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

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

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

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

This text has shadow with #BB86AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB86AF on black background.


Color preview on white background

This text has color #BB86AF on white background.



Black color preview on #BB86AF background

This text has black color on #BB86AF background.


White color preview on #BB86AF background

This text has white color on #BB86AF background.