#BC8EC2

Color #BC8EC2 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BC8EC2

Tints of Lilac #BC8EC2

Color information

#BC8EC2 (or 0xBC8EC2) is unknown color: approx Lilac. HEX triplet: BC, 8E and C2. RGB value is (188,142,194). Sum of RGB (Red+Green+Blue) = 188+142+194=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC2 is #43713D. Grayscale: #A1A1A1. Windows color (decimal): -4419902 or 12750524. OLE color: 12750524.

HSL color Cylindrical-coordinate representation of color #BC8EC2: hue angle of 293.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8EC2 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188142194-
CMYK0.030.2700.24
HSL293.08º29.89%65.88%-
HSV(B)293.08º26.8%76.08%-
XYZ40.1533.9355.47-
YUV161.68146.24146.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=35.88%
G=27.10%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881421940.030.2700.24293.0829.8965.88
HexBC8EC231B0181251e42
Octal27421630233303044536102
Binary1011110010001110110000101111011011000100100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EC2; }

 p { color: rgb(188,142,194); }

 H1.HeaderClassName
 {
   color: #BC8EC2;
 }
 .AnyTagClassName
 {
   color: #BC8EC2;
 }
</style>
background-color css

<style>
 a { background-color: #BC8EC2; }

 a { background-color: rgb(188,142,194); }

 div.DivClassName
 {
   background-color: #BC8EC2;
 }
 .BgClassName
 {
   background-color: #BC8EC2;
 }
</style>
border-color css

<style>
 span { border-color: #BC8EC2; }

 span { border-color: rgb(188,142,194); }

 td.TdClassName
 {
   border-color: #BC8EC2;
 }
 .TagClassName
 {
   border-color: #BC8EC2;
 }
</style>