#BC8EC1

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

Shades of Lilac #BC8EC1

Tints of Lilac #BC8EC1

Color information

#BC8EC1 (or 0xBC8EC1) is unknown color: approx Lilac. HEX triplet: BC, 8E and C1. RGB value is (188,142,193). Sum of RGB (Red+Green+Blue) = 188+142+193=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC1 is #43713E. Grayscale: #A1A1A1. Windows color (decimal): -4419903 or 12684988. OLE color: 12684988.

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

Color convert

RGB188142193-
CMYK0.030.2600.24
HSL294.12º29.14%65.69%-
HSV(B)294.12º26.42%75.69%-
XYZ40.0433.8954.88-
YUV161.57145.74146.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=35.95%
G=27.15%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881421930.030.2600.24294.1229.1465.69
HexBC8EC131A0181261d42
Octal27421630133203044635102
Binary1011110010001110110000011111010011000100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EC1; }

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

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

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

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

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

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

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

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