#BA93BE

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

Shades of Lilac #BA93BE

Tints of Lilac #BA93BE

Color information

#BA93BE (or 0xBA93BE) is unknown color: approx Lilac. HEX triplet: BA, 93 and BE. RGB value is (186,147,190). Sum of RGB (Red+Green+Blue) = 186+147+190=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BE is #456C41. Grayscale: #A3A3A3. Windows color (decimal): -4549698 or 12489658. OLE color: 12489658.

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

Color convert

RGB186147190-
CMYK0.020.2300.25
HSL294.42º24.86%66.08%-
HSV(B)294.42º22.63%74.51%-
XYZ39.9835.0253.37-
YUV163.56142.92144-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=35.56%
G=28.11%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861471900.020.2300.25294.4224.8666.08
HexBA93BE2170191261942
Octal27222327622703144631102
Binary1011101010010011101111101010111011001100100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93BE; }

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

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

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

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

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

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

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

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