#BA93C0

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

Shades of Lilac #BA93C0

Tints of Lilac #BA93C0

Color information

#BA93C0 (or 0xBA93C0) is unknown color: approx Lilac. HEX triplet: BA, 93 and C0. RGB value is (186,147,192). Sum of RGB (Red+Green+Blue) = 186+147+192=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93C0 is #456C3F. Grayscale: #A3A3A3. Windows color (decimal): -4549696 or 12620730. OLE color: 12620730.

HSL color Cylindrical-coordinate representation of color #BA93C0: hue angle of 292º degrees, saturation: 0.26, 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 #BA93C0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186147192-
CMYK0.030.2300.25
HSL292º26.32%66.47%-
HSV(B)292º23.44%75.29%-
XYZ40.235.1154.53-
YUV163.79143.92143.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=35.43%
G=28%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861471920.030.2300.2529226.3266.47
HexBA93C03170191241a42
Octal27222330032703144432102
Binary1011101010010011110000001110111011001100100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93C0; }

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

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

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

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

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

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

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

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