COLOR #BC9CCE

HEX: #BC9CCE
RGB: (188,156,206)

Color info

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

RGB color model

#BC9CCE color RGB value is (188,156,206).

  • red value is 188;
  • green value is 156;
  • blue value is 206.
RGB:
(188,156,206)
(74%,61%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 206 of 255 = 81%

188
156
206

R + G + B ~ 72%. #BC9CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 156 + 206 = 550 (100%)
R 188 of 550 ~ 34.18%
G 156 of 550 ~ 28.36%
B 206 of 550 ~ 37.45%

%34.18
%28.36
%37.45

CMYK color model

#BC9CCE color CMYK value is (9,24,0,19).

  • cyan value is 8.74%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,24,0,19)
C9M24Y0K19 
(9%,24%,0%,19%)
(0.09/0.24/0.00/0.19)	

CMYK percentages

%8.74
%24.27
%0
%19.22

Codes

Color #BC9CCE in popluar color models

BC9CCE
RGB188156206
HSL278°33.78%70.98%
HSB/HSV278°24.27%80.78%
CMYK8.74%24.27%0.00%
19.22%

Color #BC9CCE in popluar number systems.

HEXBC9CCE
Decimal188156206
Binary101111001001110011001110
Octal274234316

Shades and tints

Shades of #BC9CCE

#BC9CCE
(188,156,206)
#AB8EBC
(171,142,188)
#9A80AA
(154,128,170)
#897298
(137,114,152)
#786486
(120,100,134)
#675674
(103,86,116)
#564862
(86,72,98)
#453A50
(69,58,80)
#342C3E
(52,44,62)
#231E2C
(35,30,44)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #BC9CCE

#BC9CCE
(188,156,206)
#C2A5D2
(194,165,210)
#C8AED6
(200,174,214)
#CEB7DA
(206,183,218)
#D4C0DE
(212,192,222)
#DAC9E2
(218,201,226)
#E0D2E6
(224,210,230)
#E6DBEA
(230,219,234)
#ECE4EE
(236,228,238)
#F2EDF2
(242,237,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9CCE color. Also use rgb(188,156,206) instead hex code.

Text Font Color

.myTextColor { color: #BC9CCE; }

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

This text font color is #BC9CCE.


Background Color

.myBgColor { background-color: #BC9CCE; }

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

This div background color is #BC9CCE.


Border color

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

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

This div border color is #BC9CCE.


Opacity

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

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

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

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

This text has shadow with #BC9CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9CCE on black background.


Color preview on white background

This text has color #BC9CCE on white background.



Black color preview on #BC9CCE background

This text has black color on #BC9CCE background.


White color preview on #BC9CCE background

This text has white color on #BC9CCE background.