#BA93A8

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

Shades of Lily #BA93A8

Tints of Lily #BA93A8

Color information

#BA93A8 (or 0xBA93A8) is unknown color: approx Lily. HEX triplet: BA, 93 and A8. RGB value is (186,147,168). Sum of RGB (Red+Green+Blue) = 186+147+168=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A8 is #456C57. Grayscale: #A1A1A1. Windows color (decimal): -4549720 or 11047866. OLE color: 11047866.

HSL color Cylindrical-coordinate representation of color #BA93A8: hue angle of 327.69º 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 #BA93A8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186147168-
CMYK00.210.100.27
HSL327.69º22.03%65.29%-
HSV(B)327.69º20.97%72.94%-
XYZ37.7534.1341.64-
YUV161.06131.92145.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=37.13%
G=29.34%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614716800.210.100.27327.6922.0365.29
HexBA93A8015A1B1481641
Octal272223250025123351026101
Binary101110101001001110101000010101101011011101001000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93A8; }

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

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

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

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

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

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

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

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