COLOR #BC86AF

HEX: #BC86AF
RGB: (188,134,175)

Color info

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

RGB color model

#BC86AF color RGB value is (188,134,175).

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

RGB channels and saturation

R 188 of 255 = 74%
G 134 of 255 = 53%
B 175 of 255 = 69%

188
134
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 134 + 175 = 497 (100%)
R 188 of 497 ~ 37.83%
G 134 of 497 ~ 26.96%
B 175 of 497 ~ 35.21%

%37.83
%26.96
%35.21

CMYK color model

#BC86AF color CMYK value is (0,29,7,26).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,29,7,26)
C0M29Y7K26 
(0%,29%,7%,26%)
(0.00/0.29/0.07/0.26)	

CMYK percentages

%0
%28.72
%6.91
%26.27

Codes

Color #BC86AF in popluar color models

BC86AF
RGB188134175
HSL314°28.72%63.14%
HSB/HSV314°28.72%73.73%
CMYK0.00%28.72%6.91%
26.27%

Color #BC86AF in popluar number systems.

HEXBC86AF
Decimal188134175
Binary101111001000011010101111
Octal274206257

Shades and tints

Shades of #BC86AF

#BC86AF
(188,134,175)
#AB7AA0
(171,122,160)
#9A6E91
(154,110,145)
#896282
(137,98,130)
#785673
(120,86,115)
#674A64
(103,74,100)
#563E55
(86,62,85)
#453246
(69,50,70)
#342637
(52,38,55)
#231A28
(35,26,40)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #BC86AF

#BC86AF
(188,134,175)
#C291B6
(194,145,182)
#C89CBD
(200,156,189)
#CEA7C4
(206,167,196)
#D4B2CB
(212,178,203)
#DABDD2
(218,189,210)
#E0C8D9
(224,200,217)
#E6D3E0
(230,211,224)
#ECDEE7
(236,222,231)
#F2E9EE
(242,233,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC86AF; }

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

This text font color is #BC86AF.


Background Color

.myBgColor { background-color: #BC86AF; }

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

This div background color is #BC86AF.


Border color

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

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

This div border color is #BC86AF.


Opacity

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

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

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

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

This text has shadow with #BC86AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC86AF on black background.


Color preview on white background

This text has color #BC86AF on white background.



Black color preview on #BC86AF background

This text has black color on #BC86AF background.


White color preview on #BC86AF background

This text has white color on #BC86AF background.