#BE92BE

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

Shades of Lilac #BE92BE

Tints of Lilac #BE92BE

Color information

#BE92BE (or 0xBE92BE) is unknown color: approx Lilac. HEX triplet: BE, 92 and BE. RGB value is (190,146,190). Sum of RGB (Red+Green+Blue) = 190+146+190=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92BE is #416D41. Grayscale: #A4A4A4. Windows color (decimal): -4287810 or 12489406. OLE color: 12489406.

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

Color convert

RGB190146190-
CMYK00.2300.25
HSL300º25.29%65.88%-
HSV(B)300º23.16%74.51%-
XYZ40.8135.2253.36-
YUV164.17142.58146.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=36.12%
G=27.76%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014619000.2300.2530025.2965.88
HexBE92BE01701912c1942
Octal27622227602703145431102
Binary101111101001001010111110010111011001100101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92BE; }

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

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

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

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

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

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

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

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