#BE9EC0

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

Shades of Lilac #BE9EC0

Tints of Lilac #BE9EC0

Color information

#BE9EC0 (or 0xBE9EC0) is unknown color: approx Lilac. HEX triplet: BE, 9E and C0. RGB value is (190,158,192). Sum of RGB (Red+Green+Blue) = 190+158+192=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC0 is #41613F. Grayscale: #ABABAB. Windows color (decimal): -4284736 or 12623550. OLE color: 12623550.

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

Color convert

RGB190158192-
CMYK0.010.1800.25
HSL296.47º21.25%68.63%-
HSV(B)296.47º17.71%75.29%-
XYZ42.9839.2155.17-
YUV171.44139.6141.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=35.19%
G=29.26%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901581920.010.1800.25296.4721.2568.63
HexBE9EC01120191281545
Octal27623630012203145025105
Binary101111101001111011000000110010011001100101000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EC0; }

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

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

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

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

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

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

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

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