#BE93BD

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

Shades of Lilac #BE93BD

Tints of Lilac #BE93BD

Color information

#BE93BD (or 0xBE93BD) is unknown color: approx Lilac. HEX triplet: BE, 93 and BD. RGB value is (190,147,189). Sum of RGB (Red+Green+Blue) = 190+147+189=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BD is #416C42. Grayscale: #A4A4A4. Windows color (decimal): -4287555 or 12424126. OLE color: 12424126.

HSL color Cylindrical-coordinate representation of color #BE93BD: hue angle of 301.4º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93BD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190147189-
CMYK00.230.010.25
HSL301.4º24.86%66.08%-
HSV(B)301.4º22.63%74.51%-
XYZ40.8535.4952.84-
YUV164.64141.75146.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=36.12%
G=27.95%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014718900.230.010.25301.424.8666.08
HexBE93BD01711912d1942
Octal27622327502713145531102
Binary101111101001001110111101010111111001100101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93BD; }

 p { color: rgb(190,147,189); }

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

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

 a { background-color: rgb(190,147,189); }

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

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

 span { border-color: rgb(190,147,189); }

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