#BE92C1

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

Shades of Lilac #BE92C1

Tints of Lilac #BE92C1

Color information

#BE92C1 (or 0xBE92C1) is unknown color: approx Lilac. HEX triplet: BE, 92 and C1. RGB value is (190,146,193). Sum of RGB (Red+Green+Blue) = 190+146+193=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92C1 is #416D3E. Grayscale: #A4A4A4. Windows color (decimal): -4287807 or 12686014. OLE color: 12686014.

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

Color convert

RGB190146193-
CMYK0.020.2400.24
HSL296.17º27.49%66.47%-
HSV(B)296.17º24.35%75.69%-
XYZ41.1435.3655.11-
YUV164.51144.08146.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=35.92%
G=27.60%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901461930.020.2400.24296.1727.4966.47
HexBE92C12180181281b42
Octal27622230123003045033102
Binary1011111010010010110000011011000011000100101000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92C1; }

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

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

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

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

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

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

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

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