#BA91BE

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

Shades of Lilac #BA91BE

Tints of Lilac #BA91BE

Color information

#BA91BE (or 0xBA91BE) is unknown color: approx Lilac. HEX triplet: BA, 91 and BE. RGB value is (186,145,190). Sum of RGB (Red+Green+Blue) = 186+145+190=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BE is #456E41. Grayscale: #A2A2A2. Windows color (decimal): -4550210 or 12489146. OLE color: 12489146.

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

Color convert

RGB186145190-
CMYK0.020.2400.25
HSL294.67º25.71%65.69%-
HSV(B)294.67º23.68%74.51%-
XYZ39.6734.4153.27-
YUV162.39143.58144.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=35.70%
G=27.83%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861451900.020.2400.25294.6725.7165.69
HexBA91BE2180191271a42
Octal27222127623003144732102
Binary1011101010010001101111101011000011001100100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91BE; }

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

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

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

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

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

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

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

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