#BE91CA

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

Shades of Lilac #BE91CA

Tints of Lilac #BE91CA

Color information

#BE91CA (or 0xBE91CA) is unknown color: approx Lilac. HEX triplet: BE, 91 and CA. RGB value is (190,145,202). Sum of RGB (Red+Green+Blue) = 190+145+202=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CA is #416E35. Grayscale: #A4A4A4. Windows color (decimal): -4288054 or 13275582. OLE color: 13275582.

HSL color Cylindrical-coordinate representation of color #BE91CA: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE91CA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190145202-
CMYK0.060.2800.21
HSL287.37º34.97%68.04%-
HSV(B)287.37º28.22%79.22%-
XYZ42.0235.4660.51-
YUV164.95148.91145.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=35.38%
G=27.00%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901452020.060.2800.21287.3734.9768.04
HexBE91CA61C01511f2344
Octal27622131263402543743104
Binary101111101001000111001010110111000101011000111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91CA; }

 p { color: rgb(190,145,202); }

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

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

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

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

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

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

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