COLOR #BC87A9

HEX: #BC87A9 RGB: (188,135,169)

Color info

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

RGB color model

#BC87A9 color RGB value is (188,135,169).

RGB: (188,135,169) (74%, 53%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 169 of 255 = 66%

188
135
169

R + G + B ~ 64%. #BC87A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 135 + 169 = 492 (100%)
R 188 of 492 ~ 38.21%
G 135 of 492 ~ 27.44%
B 169 of 492 ~ 34.35'%

%38.21
%27.44
%34.35

CMYK color model

#BC87A9 color CMYK value is (0,28,10,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK: (0,28,10,26) C0M28Y10K26 (0%,28%,10%,26%) (0.00/0.28/0.10/0.26) 

CMYK percentages

%0
%28.19
%10.11
%26.27

Codes

Color #BC87A9 in popluar color models

BC 87 A9
RGB 188 135 169
HSL 322° 28.34% 63.33%
HSB/HSV 322° 28.19% 73.73%
CMYK 0.00% 28.19% 10.11%
26.27%

Color #BC87A9 in popluar number systems.

HEX BC 87 A9
Decimal 188 135 169
Binary 10111100 10000111 10101001
Octal 274 207 251

Shades and tints

Shades of #BC87A9

#BC87A9
(188,135,169)
#AB7B9A
(171,123,154)
#9A6F8B
(154,111,139)
#89637C
(137,99,124)
#78576D
(120,87,109)
#674B5E
(103,75,94)
#563F4F
(86,63,79)
#453340
(69,51,64)
#342731
(52,39,49)
#231B22
(35,27,34)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC87A9

#BC87A9
(188,135,169)
#C291B0
(194,145,176)
#C89BB7
(200,155,183)
#CEA5BE
(206,165,190)
#D4AFC5
(212,175,197)
#DAB9CC
(218,185,204)
#E0C3D3
(224,195,211)
#E6CDDA
(230,205,218)
#ECD7E1
(236,215,225)
#F2E1E8
(242,225,232)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC87A9; }

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

This text font color is #BC87A9.

Background Color

.myBgColor { background-color: #BC87A9; }

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

This div background color is #BC87A9.

Border color

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

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

This div border color is #BC87A9.

Opacity

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

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

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

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

This text has shadow with #BC87A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC87A9.

Preview

Color preview on black background

This text has color #BC87A9 on black background.


Color preview on white background

This text has color #BC87A9 on white background.


Black color preview on #BC87A9 background

This text has black color on #BC87A9 background.


White color preview on #BC87A9 background

This text has white color on #BC87A9 background.


Related colors

Complementary color

Complementary color for #hex is #437856.


I love getcolorcode.com

Triadic colors

1 #A9BC87 and #87A9BC with #BC87A9 are triadic colors.

2 #A987BC and #87BCA9 with #BC87A9 are triadic colors.