#BA93A7

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

Shades of Lily #BA93A7

Tints of Lily #BA93A7

Color information

#BA93A7 (or 0xBA93A7) is unknown color: approx Lily. HEX triplet: BA, 93 and A7. RGB value is (186,147,167). Sum of RGB (Red+Green+Blue) = 186+147+167=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A7 is #456C58. Grayscale: #A0A0A0. Windows color (decimal): -4549721 or 10982330. OLE color: 10982330.

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

Color convert

RGB186147167-
CMYK00.210.100.27
HSL329.23º22.03%65.29%-
HSV(B)329.23º20.97%72.94%-
XYZ37.6634.141.16-
YUV160.94131.42145.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=37.2%
G=29.4%
B=33.4%

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
Decimal18614716700.210.100.27329.2322.0365.29
HexBA93A7015A1B1491641
Octal272223247025123351126101
Binary101110101001001110100111010101101011011101001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93A7; }

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

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

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

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

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

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

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

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