COLOR #BC86D9

HEX: #BC86D9 RGB: (188,134,217)

Color info

#BC86D9 contains mainly red and blue colors. Web safe color of #BC86D9 is #CC99CC (or #C9C).

RGB color model

#BC86D9 color RGB value is (188,134,217).

RGB: (188,134,217) (74%, 53%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 134 of 255 = 53%
B 217 of 255 = 85%

188
134
217

R + G + B ~ 71%. #BC86D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 134 + 217 = 539 (100%)
R 188 of 539 ~ 34.88%
G 134 of 539 ~ 24.86%
B 217 of 539 ~ 40.26'%

%34.88
%24.86
%40.26

CMYK color model

#BC86D9 color CMYK value is (13,38,0,15).

  • cyan value is 13.36%
  • magenta value is 38.25%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,38,0,15)
C13M38Y0K15 (13%, 38%, 0%, 15%)
(0.13 / 0.38 / 0.00 / 0.15)

CMYK percentages

%13.36
%38.25
%0
%14.9

Codes

Color #BC86D9 in popluar color models

BC 86 D9
RGB 188 134 217
HSL 279° 52.20% 68.82%
HSB/HSV 279° 38.25% 85.10%
CMYK 13.36% 38.25% 0.00%
14.90%

Color #BC86D9 in popluar number systems.

HEX BC 86 D9
Decimal 188 134 217
Binary 10111100 10000110 11011001
Octal 274 206 331

Shades and tints

Shades of #BC86D9

#BC86D9
(188,134,217)
#AB7AC6
(171,122,198)
#9A6EB3
(154,110,179)
#8962A0
(137,98,160)
#78568D
(120,86,141)
#674A7A
(103,74,122)
#563E67
(86,62,103)
#453254
(69,50,84)
#342641
(52,38,65)
#231A2E
(35,26,46)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #BC86D9

#BC86D9
(188,134,217)
#C291DC
(194,145,220)
#C89CDF
(200,156,223)
#CEA7E2
(206,167,226)
#D4B2E5
(212,178,229)
#DABDE8
(218,189,232)
#E0C8EB
(224,200,235)
#E6D3EE
(230,211,238)
#ECDEF1
(236,222,241)
#F2E9F4
(242,233,244)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC86D9; }

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

This text font color is #BC86D9.

Background Color

.myBgColor { background-color: #BC86D9; }

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

This div background color is #BC86D9.

Border color

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

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

This div border color is #BC86D9.

Opacity

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

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

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

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

This text has shadow with #BC86D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC86D9.

Preview

Color preview on black background

This text has color #BC86D9 on black background.


Color preview on white background

This text has color #BC86D9 on white background.


Black color preview on #BC86D9 background

This text has black color on #BC86D9 background.


White color preview on #BC86D9 background

This text has white color on #BC86D9 background.


Related colors

Complementary color

Complementary color for #hex is #437926.


I love getcolorcode.com

Triadic colors

1 #D9BC86 and #86D9BC with #BC86D9 are triadic colors.

2 #D986BC and #86BCD9 with #BC86D9 are triadic colors.