#BE94C0

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

Shades of Lilac #BE94C0

Tints of Lilac #BE94C0

Color information

#BE94C0 (or 0xBE94C0) is unknown color: approx Lilac. HEX triplet: BE, 94 and C0. RGB value is (190,148,192). Sum of RGB (Red+Green+Blue) = 190+148+192=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C0 is #416B3F. Grayscale: #A5A5A5. Windows color (decimal): -4287296 or 12620990. OLE color: 12620990.

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

Color convert

RGB190148192-
CMYK0.010.2300.25
HSL297.27º25.88%66.67%-
HSV(B)297.27º22.92%75.29%-
XYZ41.3435.9354.63-
YUV165.57142.91145.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=35.85%
G=27.92%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901481920.010.2300.25297.2725.8866.67
HexBE94C01170191291a43
Octal27622430012703145132103
Binary101111101001010011000000110111011001100101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94C0; }

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

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

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

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

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

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

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

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