#BE94BE

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

Shades of Lilac #BE94BE

Tints of Lilac #BE94BE

Color information

#BE94BE (or 0xBE94BE) is unknown color: approx Lilac. HEX triplet: BE, 94 and BE. RGB value is (190,148,190). Sum of RGB (Red+Green+Blue) = 190+148+190=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94BE is #416B41. Grayscale: #A5A5A5. Windows color (decimal): -4287298 or 12489918. OLE color: 12489918.

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

Color convert

RGB190148190-
CMYK00.2200.25
HSL300º24.42%66.27%-
HSV(B)300º22.11%74.51%-
XYZ41.1235.8453.47-
YUV165.35141.91145.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=35.98%
G=28.03%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014819000.2200.2530024.4266.27
HexBE94BE01601912c1842
Octal27622427602603145430102
Binary101111101001010010111110010110011001100101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94BE; }

 p { color: rgb(190,148,190); }

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

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

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

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

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

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

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