COLOR #BC87AF

HEX: #BC87AF
RGB: (188,135,175)

Color info

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

RGB color model

#BC87AF color RGB value is (188,135,175).

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

RGB channels and saturation

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

188
135
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 135 + 175 = 498 (100%)
R 188 of 498 ~ 37.75%
G 135 of 498 ~ 27.11%
B 175 of 498 ~ 35.14%

%37.75
%27.11
%35.14

CMYK color model

#BC87AF color CMYK value is (0,28,7,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,28,7,26)
C0M28Y7K26 
(0%,28%,7%,26%)
(0.00/0.28/0.07/0.26)	

CMYK percentages

%0
%28.19
%6.91
%26.27

Codes

Color #BC87AF in popluar color models

BC87AF
RGB188135175
HSL315°28.34%63.33%
HSB/HSV315°28.19%73.73%
CMYK0.00%28.19%6.91%
26.27%

Color #BC87AF in popluar number systems.

HEXBC87AF
Decimal188135175
Binary101111001000011110101111
Octal274207257

Shades and tints

Shades of #BC87AF

#BC87AF
(188,135,175)
#AB7BA0
(171,123,160)
#9A6F91
(154,111,145)
#896382
(137,99,130)
#785773
(120,87,115)
#674B64
(103,75,100)
#563F55
(86,63,85)
#453346
(69,51,70)
#342737
(52,39,55)
#231B28
(35,27,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #BC87AF

#BC87AF
(188,135,175)
#C291B6
(194,145,182)
#C89BBD
(200,155,189)
#CEA5C4
(206,165,196)
#D4AFCB
(212,175,203)
#DAB9D2
(218,185,210)
#E0C3D9
(224,195,217)
#E6CDE0
(230,205,224)
#ECD7E7
(236,215,231)
#F2E1EE
(242,225,238)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC87AF; }

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

This text font color is #BC87AF.


Background Color

.myBgColor { background-color: #BC87AF; }

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

This div background color is #BC87AF.


Border color

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

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

This div border color is #BC87AF.


Opacity

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

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

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

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

This text has shadow with #BC87AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC87AF on black background.


Color preview on white background

This text has color #BC87AF on white background.



Black color preview on #BC87AF background

This text has black color on #BC87AF background.


White color preview on #BC87AF background

This text has white color on #BC87AF background.