#BA93AA

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

Shades of Lily #BA93AA

Tints of Lily #BA93AA

Color information

#BA93AA (or 0xBA93AA) is unknown color: approx Lily. HEX triplet: BA, 93 and AA. RGB value is (186,147,170). Sum of RGB (Red+Green+Blue) = 186+147+170=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AA is #456C55. Grayscale: #A1A1A1. Windows color (decimal): -4549718 or 11178938. OLE color: 11178938.

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

Color convert

RGB186147170-
CMYK00.210.090.27
HSL324.62º22.03%65.29%-
HSV(B)324.62º20.97%72.94%-
XYZ37.9434.2142.63-
YUV161.28132.92145.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=36.98%
G=29.22%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614717000.210.090.27324.6222.0365.29
HexBA93AA01591B1451641
Octal272223252025113350526101
Binary101110101001001110101010010101100111011101000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93AA; }

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

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

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

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

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

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

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

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