#BA93C1

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

Shades of Lilac #BA93C1

Tints of Lilac #BA93C1

Color information

#BA93C1 (or 0xBA93C1) is unknown color: approx Lilac. HEX triplet: BA, 93 and C1. RGB value is (186,147,193). Sum of RGB (Red+Green+Blue) = 186+147+193=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93C1 is #456C3E. Grayscale: #A3A3A3. Windows color (decimal): -4549695 or 12686266. OLE color: 12686266.

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

Color convert

RGB186147193-
CMYK0.040.2400.24
HSL290.87º27.06%66.67%-
HSV(B)290.87º23.83%75.69%-
XYZ40.3135.1655.11-
YUV163.9144.42143.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=35.36%
G=27.95%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861471930.040.2400.24290.8727.0666.67
HexBA93C14180181231b43
Octal27222330143003044333103
Binary10111010100100111100000110011000011000100100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93C1; }

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

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

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

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

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

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

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

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