#BA93BC

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

Shades of Lilac #BA93BC

Tints of Lilac #BA93BC

Color information

#BA93BC (or 0xBA93BC) is unknown color: approx Lilac. HEX triplet: BA, 93 and BC. RGB value is (186,147,188). Sum of RGB (Red+Green+Blue) = 186+147+188=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BC is #456C43. Grayscale: #A3A3A3. Windows color (decimal): -4549700 or 12358586. OLE color: 12358586.

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

Color convert

RGB186147188-
CMYK0.010.2200.26
HSL297.07º23.43%65.69%-
HSV(B)297.07º21.81%73.73%-
XYZ39.7634.9452.22-
YUV163.33141.92144.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=35.70%
G=28.21%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861471880.010.2200.26297.0723.4365.69
HexBA93BC11601A1291742
Octal27222327412603245127102
Binary101110101001001110111100110110011010100101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93BC; }

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

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

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

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

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

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

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

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