#BA93BD

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

Shades of Lilac #BA93BD

Tints of Lilac #BA93BD

Color information

#BA93BD (or 0xBA93BD) is unknown color: approx Lilac. HEX triplet: BA, 93 and BD. RGB value is (186,147,189). Sum of RGB (Red+Green+Blue) = 186+147+189=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BD is #456C42. Grayscale: #A3A3A3. Windows color (decimal): -4549699 or 12424122. OLE color: 12424122.

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

Color convert

RGB186147189-
CMYK0.020.2200.26
HSL295.71º24.14%65.88%-
HSV(B)295.71º22.22%74.12%-
XYZ39.8734.9852.79-
YUV163.45142.42144.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=35.63%
G=28.16%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861471890.020.2200.26295.7124.1465.88
HexBA93BD21601A1281842
Octal27222327522603245030102
Binary1011101010010011101111011010110011010100101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93BD; }

 p { color: rgb(186,147,189); }

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

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

 a { background-color: rgb(186,147,189); }

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

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

 span { border-color: rgb(186,147,189); }

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