COLOR #BC9AEE

HEX: #BC9AEE
RGB: (188,154,238)

Color info

#BC9AEE contains mainly red and blue colors. Web safe color of #BC9AEE is #CC99FF (or #C9F).

RGB color model

#BC9AEE color RGB value is (188,154,238).

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

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 238 of 255 = 93%

188
154
238

R + G + B ~ 76%. #BC9AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 238 = 580 (100%)
R 188 of 580 ~ 32.41%
G 154 of 580 ~ 26.55%
B 238 of 580 ~ 41.03%

%32.41
%26.55
%41.03

CMYK color model

#BC9AEE color CMYK value is (21,35,0,7).

  • cyan value is 21.01%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,35,0,7)
C21M35Y0K7 
(21%,35%,0%,7%)
(0.21/0.35/0.00/0.07)	

CMYK percentages

%21.01
%35.29
%0
%6.67

Codes

Color #BC9AEE in popluar color models

BC9AEE
RGB188154238
HSL264°71.19%76.86%
HSB/HSV264°35.29%93.33%
CMYK21.01%35.29%0.00%
6.67%

Color #BC9AEE in popluar number systems.

HEXBC9AEE
Decimal188154238
Binary101111001001101011101110
Octal274232356

Shades and tints

Shades of #BC9AEE

#BC9AEE
(188,154,238)
#AB8CD9
(171,140,217)
#9A7EC4
(154,126,196)
#8970AF
(137,112,175)
#78629A
(120,98,154)
#675485
(103,84,133)
#564670
(86,70,112)
#45385B
(69,56,91)
#342A46
(52,42,70)
#231C31
(35,28,49)
#120E1C
(18,14,28)
#000000
(0,0,0)

Tints of #BC9AEE

#BC9AEE
(188,154,238)
#C2A3EF
(194,163,239)
#C8ACF0
(200,172,240)
#CEB5F1
(206,181,241)
#D4BEF2
(212,190,242)
#DAC7F3
(218,199,243)
#E0D0F4
(224,208,244)
#E6D9F5
(230,217,245)
#ECE2F6
(236,226,246)
#F2EBF7
(242,235,247)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9AEE; }

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

This text font color is #BC9AEE.


Background Color

.myBgColor { background-color: #BC9AEE; }

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

This div background color is #BC9AEE.


Border color

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

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

This div border color is #BC9AEE.


Opacity

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

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

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

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

This text has shadow with #BC9AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9AEE on black background.


Color preview on white background

This text has color #BC9AEE on white background.



Black color preview on #BC9AEE background

This text has black color on #BC9AEE background.


White color preview on #BC9AEE background

This text has white color on #BC9AEE background.