COLOR #BC86BB

HEX: #BC86BB RGB: (188,134,187)

Color info

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

RGB color model

#BC86BB color RGB value is (188,134,187).

RGB: (188,134,187) (74%, 53%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 134 of 255 = 53%
B 187 of 255 = 73%

188
134
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 134 + 187 = 509 (100%)
R 188 of 509 ~ 36.94%
G 134 of 509 ~ 26.33%
B 187 of 509 ~ 36.74'%

%36.94
%26.33
%36.74

CMYK color model

#BC86BB color CMYK value is (0,29,1,26).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 0.53%
  • key color value is 26.27%

CMYK: (0,29,1,26)
C0M29Y1K26 (0%, 29%, 1%, 26%)
(0.00 / 0.29 / 0.01 / 0.26)

CMYK percentages

%0
%28.72
%0.53
%26.27

Codes

Color #BC86BB in popluar color models

BC 86 BB
RGB 188 134 187
HSL 301° 28.72% 63.14%
HSB/HSV 301° 28.72% 73.73%
CMYK 0.00% 28.72% 0.53%
26.27%

Color #BC86BB in popluar number systems.

HEX BC 86 BB
Decimal 188 134 187
Binary 10111100 10000110 10111011
Octal 274 206 273

Shades and tints

Shades of #BC86BB

#BC86BB
(188,134,187)
#AB7AAA
(171,122,170)
#9A6E99
(154,110,153)
#896288
(137,98,136)
#785677
(120,86,119)
#674A66
(103,74,102)
#563E55
(86,62,85)
#453244
(69,50,68)
#342633
(52,38,51)
#231A22
(35,26,34)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #BC86BB

#BC86BB
(188,134,187)
#C291C1
(194,145,193)
#C89CC7
(200,156,199)
#CEA7CD
(206,167,205)
#D4B2D3
(212,178,211)
#DABDD9
(218,189,217)
#E0C8DF
(224,200,223)
#E6D3E5
(230,211,229)
#ECDEEB
(236,222,235)
#F2E9F1
(242,233,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC86BB; }

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

This text font color is #BC86BB.

Background Color

.myBgColor { background-color: #BC86BB; }

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

This div background color is #BC86BB.

Border color

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

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

This div border color is #BC86BB.

Opacity

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

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

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

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

This text has shadow with #BC86BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC86BB.

Preview

Color preview on black background

This text has color #BC86BB on black background.


Color preview on white background

This text has color #BC86BB on white background.


Black color preview on #BC86BB background

This text has black color on #BC86BB background.


White color preview on #BC86BB background

This text has white color on #BC86BB background.


Related colors

Complementary color

Complementary color for #hex is #437944.


I love getcolorcode.com

Triadic colors

1 #BBBC86 and #86BBBC with #BC86BB are triadic colors.

2 #BB86BC and #86BCBB with #BC86BB are triadic colors.