#BE86C2

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

Shades of Lilac #BE86C2

Tints of Lilac #BE86C2

Color information

#BE86C2 (or 0xBE86C2) is unknown color: approx Lilac. HEX triplet: BE, 86 and C2. RGB value is (190,134,194). Sum of RGB (Red+Green+Blue) = 190+134+194=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86C2 is #41793D. Grayscale: #9D9D9D. Windows color (decimal): -4290878 or 12748478. OLE color: 12748478.

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

Color convert

RGB190134194-
CMYK0.020.3100.24
HSL296º32.97%64.31%-
HSV(B)296º30.93%76.08%-
XYZ39.531.8955.11-
YUV157.58148.55151.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=36.68%
G=25.87%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901341940.020.3100.2429632.9764.31
HexBE86C221F0181282140
Octal27620630223703045041100
Binary10111110100001101100001010111110110001001010001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86C2; }

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

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

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

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

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

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

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

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