COLOR #BC9EDC

HEX: #BC9EDC RGB: (188,158,220)

Color info

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

RGB color model

#BC9EDC color RGB value is (188,158,220).

RGB: (188,158,220) (74%, 62%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 220 of 255 = 86%

188
158
220

R + G + B ~ 74%. #BC9EDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 158 + 220 = 566 (100%)
R 188 of 566 ~ 33.22%
G 158 of 566 ~ 27.92%
B 220 of 566 ~ 38.87'%

%33.22
%27.92
%38.87

CMYK color model

#BC9EDC color CMYK value is (15,28,0,14).

  • cyan value is 14.55%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,28,0,14)
C15M28Y0K14 (15%, 28%, 0%, 14%)
(0.15 / 0.28 / 0.00 / 0.14)

CMYK percentages

%14.55
%28.18
%0
%13.73

Codes

Color #BC9EDC in popluar color models

BC 9E DC
RGB 188 158 220
HSL 269° 46.97% 74.12%
HSB/HSV 269° 28.18% 86.27%
CMYK 14.55% 28.18% 0.00%
13.73%

Color #BC9EDC in popluar number systems.

HEX BC 9E DC
Decimal 188 158 220
Binary 10111100 10011110 11011100
Octal 274 236 334

Shades and tints

Shades of #BC9EDC

#BC9EDC
(188,158,220)
#AB90C8
(171,144,200)
#9A82B4
(154,130,180)
#8974A0
(137,116,160)
#78668C
(120,102,140)
#675878
(103,88,120)
#564A64
(86,74,100)
#453C50
(69,60,80)
#342E3C
(52,46,60)
#232028
(35,32,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BC9EDC

#BC9EDC
(188,158,220)
#C2A6DF
(194,166,223)
#C8AEE2
(200,174,226)
#CEB6E5
(206,182,229)
#D4BEE8
(212,190,232)
#DAC6EB
(218,198,235)
#E0CEEE
(224,206,238)
#E6D6F1
(230,214,241)
#ECDEF4
(236,222,244)
#F2E6F7
(242,230,247)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9EDC color. Also use rgb(188,158,220) instead hex code.

Text Font Color

.myTextColor { color: #BC9EDC; }

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

This text font color is #BC9EDC.

Background Color

.myBgColor { background-color: #BC9EDC; }

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

This div background color is #BC9EDC.

Border color

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

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

This div border color is #BC9EDC.

Opacity

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

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

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

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

This text has shadow with #BC9EDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9EDC.

Preview

Color preview on black background

This text has color #BC9EDC on black background.


Color preview on white background

This text has color #BC9EDC on white background.


Black color preview on #BC9EDC background

This text has black color on #BC9EDC background.


White color preview on #BC9EDC background

This text has white color on #BC9EDC background.


Related colors

Complementary color

Complementary color for #hex is #436123.


I love getcolorcode.com

Triadic colors

1 #DCBC9E and #9EDCBC with #BC9EDC are triadic colors.

2 #DC9EBC and #9EBCDC with #BC9EDC are triadic colors.