#BC8EC0

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

Shades of Lilac #BC8EC0

Tints of Lilac #BC8EC0

Color information

#BC8EC0 (or 0xBC8EC0) is unknown color: approx Lilac. HEX triplet: BC, 8E and C0. RGB value is (188,142,192). Sum of RGB (Red+Green+Blue) = 188+142+192=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC0 is #43713F. Grayscale: #A1A1A1. Windows color (decimal): -4419904 or 12619452. OLE color: 12619452.

HSL color Cylindrical-coordinate representation of color #BC8EC0: hue angle of 295.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8EC0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188142192-
CMYK0.020.2600.25
HSL295.2º28.41%65.49%-
HSV(B)295.2º26.04%75.29%-
XYZ39.9333.8454.3-
YUV161.45145.24146.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=36.02%
G=27.20%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881421920.020.2600.25295.228.4165.49
HexBC8EC021A0191271c41
Octal27421630023203144734101
Binary1011110010001110110000001011010011001100100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EC0; }

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

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

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

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

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

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

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

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