#BE9FC0

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

Shades of Lilac #BE9FC0

Tints of Lilac #BE9FC0

Color information

#BE9FC0 (or 0xBE9FC0) is unknown color: approx Lilac. HEX triplet: BE, 9F and C0. RGB value is (190,159,192). Sum of RGB (Red+Green+Blue) = 190+159+192=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FC0 is #41603F. Grayscale: #ABABAB. Windows color (decimal): -4284480 or 12623806. OLE color: 12623806.

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

Color convert

RGB190159192-
CMYK0.010.1700.25
HSL296.36º20.75%68.82%-
HSV(B)296.36º17.19%75.29%-
XYZ43.1539.5555.23-
YUV172.03139.27140.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=35.12%
G=29.39%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901591920.010.1700.25296.3620.7568.82
HexBE9FC01110191281545
Octal27623730012103145025105
Binary101111101001111111000000110001011001100101000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FC0; }

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

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

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

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

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

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

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

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