#BE92CA

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

Shades of Lilac #BE92CA

Tints of Lilac #BE92CA

Color information

#BE92CA (or 0xBE92CA) is unknown color: approx Lilac. HEX triplet: BE, 92 and CA. RGB value is (190,146,202). Sum of RGB (Red+Green+Blue) = 190+146+202=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE92CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92CA is #416D35. Grayscale: #A5A5A5. Windows color (decimal): -4287798 or 13275838. OLE color: 13275838.

HSL color Cylindrical-coordinate representation of color #BE92CA: hue angle of 287.14º 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 #BE92CA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190146202-
CMYK0.060.2800.21
HSL287.14º34.57%68.24%-
HSV(B)287.14º27.72%79.22%-
XYZ42.1735.7760.56-
YUV165.54148.58145.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=35.32%
G=27.14%
B=37.55%

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
Decimal1901462020.060.2800.21287.1434.5768.24
HexBE92CA61C01511f2344
Octal27622231263402543743104
Binary101111101001001011001010110111000101011000111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92CA; }

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

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

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

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

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

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

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

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