#BA93AC

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

Shades of Lily #BA93AC

Tints of Lily #BA93AC

Color information

#BA93AC (or 0xBA93AC) is unknown color: approx Lily. HEX triplet: BA, 93 and AC. RGB value is (186,147,172). Sum of RGB (Red+Green+Blue) = 186+147+172=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AC is #456C53. Grayscale: #A1A1A1. Windows color (decimal): -4549716 or 11310010. OLE color: 11310010.

HSL color Cylindrical-coordinate representation of color #BA93AC: hue angle of 321.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93AC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186147172-
CMYK00.210.080.27
HSL321.54º22.03%65.29%-
HSV(B)321.54º20.97%72.94%-
XYZ38.1334.2943.64-
YUV161.51133.92145.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=36.83%
G=29.11%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614717200.210.080.27321.5422.0365.29
HexBA93AC01581B1421641
Octal272223254025103350226101
Binary101110101001001110101100010101100011011101000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93AC; }

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

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

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

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

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

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

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

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