COLOR #BC81A8

HEX: #BC81A8 RGB: (188,129,168)

Color info

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

RGB color model

#BC81A8 color RGB value is (188,129,168).

RGB: (188,129,168) (74%, 51%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 168 of 255 = 66%

188
129
168

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

Portions of RGB colors in percentages

R + G + B = 188 + 129 + 168 = 485 (100%)
R 188 of 485 ~ 38.76%
G 129 of 485 ~ 26.6%
B 168 of 485 ~ 34.64'%

%38.76
%26.6
%34.64

CMYK color model

#BC81A8 color CMYK value is (0,31,11,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 10.64%
  • key color value is 26.27%

CMYK: (0,31,11,26)
C0M31Y11K26 (0%, 31%, 11%, 26%)
(0.00 / 0.31 / 0.11 / 0.26)

CMYK percentages

%0
%31.38
%10.64
%26.27

Codes

Color #BC81A8 in popluar color models

BC 81 A8
RGB 188 129 168
HSL 320° 30.57% 62.16%
HSB/HSV 320° 31.38% 73.73%
CMYK 0.00% 31.38% 10.64%
26.27%

Color #BC81A8 in popluar number systems.

HEX BC 81 A8
Decimal 188 129 168
Binary 10111100 10000001 10101000
Octal 274 201 250

Shades and tints

Shades of #BC81A8

#BC81A8
(188,129,168)
#AB7699
(171,118,153)
#9A6B8A
(154,107,138)
#89607B
(137,96,123)
#78556C
(120,85,108)
#674A5D
(103,74,93)
#563F4E
(86,63,78)
#45343F
(69,52,63)
#342930
(52,41,48)
#231E21
(35,30,33)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BC81A8

#BC81A8
(188,129,168)
#C28CAF
(194,140,175)
#C897B6
(200,151,182)
#CEA2BD
(206,162,189)
#D4ADC4
(212,173,196)
#DAB8CB
(218,184,203)
#E0C3D2
(224,195,210)
#E6CED9
(230,206,217)
#ECD9E0
(236,217,224)
#F2E4E7
(242,228,231)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC81A8 color. Also use rgb(188,129,168) instead hex code.

Text Font Color

.myTextColor { color: #BC81A8; }

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

This text font color is #BC81A8.

Background Color

.myBgColor { background-color: #BC81A8; }

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

This div background color is #BC81A8.

Border color

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

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

This div border color is #BC81A8.

Opacity

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

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

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

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

This text has shadow with #BC81A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC81A8.

Preview

Color preview on black background

This text has color #BC81A8 on black background.


Color preview on white background

This text has color #BC81A8 on white background.


Black color preview on #BC81A8 background

This text has black color on #BC81A8 background.


White color preview on #BC81A8 background

This text has white color on #BC81A8 background.


Related colors

Complementary color

Complementary color for #hex is #437E57.


I love getcolorcode.com

Triadic colors

1 #A8BC81 and #81A8BC with #BC81A8 are triadic colors.

2 #A881BC and #81BCA8 with #BC81A8 are triadic colors.