#BE8FC2

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

Shades of Lilac #BE8FC2

Tints of Lilac #BE8FC2

Color information

#BE8FC2 (or 0xBE8FC2) is unknown color: approx Lilac. HEX triplet: BE, 8F and C2. RGB value is (190,143,194). Sum of RGB (Red+Green+Blue) = 190+143+194=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE8FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FC2 is #41703D. Grayscale: #A2A2A2. Windows color (decimal): -4288574 or 12750782. OLE color: 12750782.

HSL color Cylindrical-coordinate representation of color #BE8FC2: hue angle of 295.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8FC2 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190143194-
CMYK0.020.2600.24
HSL295.29º29.48%66.08%-
HSV(B)295.29º26.29%76.08%-
XYZ40.834.4955.55-
YUV162.87145.57147.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=36.05%
G=27.13%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901431940.020.2600.24295.2929.4866.08
HexBE8FC221A0181271d42
Octal27621730223203044735102
Binary1011111010001111110000101011010011000100100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FC2; }

 p { color: rgb(190,143,194); }

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

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

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

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

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

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

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