COLOR #BC9ACE

HEX: #BC9ACE
RGB: (188,154,206)

Color info

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

RGB color model

#BC9ACE color RGB value is (188,154,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 206 of 255 = 81%

188
154
206

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

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 206 = 548 (100%)
R 188 of 548 ~ 34.31%
G 154 of 548 ~ 28.1%
B 206 of 548 ~ 37.59%

%34.31
%28.1
%37.59

CMYK color model

#BC9ACE color CMYK value is (9,25,0,19).

  • cyan value is 8.74%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,25,0,19)
C9M25Y0K19 
(9%,25%,0%,19%)
(0.09/0.25/0.00/0.19)	

CMYK percentages

%8.74
%25.24
%0
%19.22

Codes

Color #BC9ACE in popluar color models

BC9ACE
RGB188154206
HSL279°34.67%70.59%
HSB/HSV279°25.24%80.78%
CMYK8.74%25.24%0.00%
19.22%

Color #BC9ACE in popluar number systems.

HEXBC9ACE
Decimal188154206
Binary101111001001101011001110
Octal274232316

Shades and tints

Shades of #BC9ACE

#BC9ACE
(188,154,206)
#AB8CBC
(171,140,188)
#9A7EAA
(154,126,170)
#897098
(137,112,152)
#786286
(120,98,134)
#675474
(103,84,116)
#564662
(86,70,98)
#453850
(69,56,80)
#342A3E
(52,42,62)
#231C2C
(35,28,44)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #BC9ACE

#BC9ACE
(188,154,206)
#C2A3D2
(194,163,210)
#C8ACD6
(200,172,214)
#CEB5DA
(206,181,218)
#D4BEDE
(212,190,222)
#DAC7E2
(218,199,226)
#E0D0E6
(224,208,230)
#E6D9EA
(230,217,234)
#ECE2EE
(236,226,238)
#F2EBF2
(242,235,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9ACE; }

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

This text font color is #BC9ACE.


Background Color

.myBgColor { background-color: #BC9ACE; }

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

This div background color is #BC9ACE.


Border color

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

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

This div border color is #BC9ACE.


Opacity

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

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

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

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

This text has shadow with #BC9ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9ACE on black background.


Color preview on white background

This text has color #BC9ACE on white background.



Black color preview on #BC9ACE background

This text has black color on #BC9ACE background.


White color preview on #BC9ACE background

This text has white color on #BC9ACE background.