COLOR #BC8BB6

HEX: #BC8BB6 RGB: (188,139,182)

Color info

#BC8BB6 contains red, green and blue colors in about the same proportion. Web safe color of #BC8BB6 is #CC99CC (or #C9C).

RGB color model

#BC8BB6 color RGB value is (188,139,182).

RGB: (188,139,182) (74%, 55%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 182 of 255 = 71%

188
139
182

R + G + B ~ 67%. #BC8BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 182 = 509 (100%)
R 188 of 509 ~ 36.94%
G 139 of 509 ~ 27.31%
B 182 of 509 ~ 35.76'%

%36.94
%27.31
%35.76

CMYK color model

#BC8BB6 color CMYK value is (0,26,3,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 3.19%
  • key color value is 26.27%

CMYK: (0,26,3,26)
C0M26Y3K26 (0%, 26%, 3%, 26%)
(0.00 / 0.26 / 0.03 / 0.26)

CMYK percentages

%0
%26.06
%3.19
%26.27

Codes

Color #BC8BB6 in popluar color models

BC 8B B6
RGB 188 139 182
HSL 307° 26.78% 64.12%
HSB/HSV 307° 26.06% 73.73%
CMYK 0.00% 26.06% 3.19%
26.27%

Color #BC8BB6 in popluar number systems.

HEX BC 8B B6
Decimal 188 139 182
Binary 10111100 10001011 10110110
Octal 274 213 266

Shades and tints

Shades of #BC8BB6

#BC8BB6
(188,139,182)
#AB7FA6
(171,127,166)
#9A7396
(154,115,150)
#896786
(137,103,134)
#785B76
(120,91,118)
#674F66
(103,79,102)
#564356
(86,67,86)
#453746
(69,55,70)
#342B36
(52,43,54)
#231F26
(35,31,38)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BC8BB6

#BC8BB6
(188,139,182)
#C295BC
(194,149,188)
#C89FC2
(200,159,194)
#CEA9C8
(206,169,200)
#D4B3CE
(212,179,206)
#DABDD4
(218,189,212)
#E0C7DA
(224,199,218)
#E6D1E0
(230,209,224)
#ECDBE6
(236,219,230)
#F2E5EC
(242,229,236)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8BB6 color. Also use rgb(188,139,182) instead hex code.

Text Font Color

.myTextColor { color: #BC8BB6; }

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

This text font color is #BC8BB6.

Background Color

.myBgColor { background-color: #BC8BB6; }

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

This div background color is #BC8BB6.

Border color

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

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

This div border color is #BC8BB6.

Opacity

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

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

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

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

This text has shadow with #BC8BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8BB6.

Preview

Color preview on black background

This text has color #BC8BB6 on black background.


Color preview on white background

This text has color #BC8BB6 on white background.


Black color preview on #BC8BB6 background

This text has black color on #BC8BB6 background.


White color preview on #BC8BB6 background

This text has white color on #BC8BB6 background.


Related colors

Complementary color

Complementary color for #hex is #437449.


I love getcolorcode.com

Triadic colors

1 #B6BC8B and #8BB6BC with #BC8BB6 are triadic colors.

2 #B68BBC and #8BBCB6 with #BC8BB6 are triadic colors.