#BE93BC

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

Shades of Lilac #BE93BC

Tints of Lilac #BE93BC

Color information

#BE93BC (or 0xBE93BC) is unknown color: approx Lilac. HEX triplet: BE, 93 and BC. RGB value is (190,147,188). Sum of RGB (Red+Green+Blue) = 190+147+188=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BC is #416C43. Grayscale: #A4A4A4. Windows color (decimal): -4287556 or 12358590. OLE color: 12358590.

HSL color Cylindrical-coordinate representation of color #BE93BC: hue angle of 302.79º 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 #BE93BC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190147188-
CMYK00.230.010.25
HSL302.79º24.86%66.08%-
HSV(B)302.79º22.63%74.51%-
XYZ40.7535.4552.27-
YUV164.53141.25146.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=36.19%
G=28%
B=35.81%

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
Decimal19014718800.230.010.25302.7924.8666.08
HexBE93BC01711912f1942
Octal27622327402713145731102
Binary101111101001001110111100010111111001100101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93BC; }

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

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

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

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

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

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

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

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