#BA93A6

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

Shades of Lily #BA93A6

Tints of Lily #BA93A6

Color information

#BA93A6 (or 0xBA93A6) is unknown color: approx Lily. HEX triplet: BA, 93 and A6. RGB value is (186,147,166). Sum of RGB (Red+Green+Blue) = 186+147+166=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A6 is #456C59. Grayscale: #A0A0A0. Windows color (decimal): -4549722 or 10916794. OLE color: 10916794.

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

Color convert

RGB186147166-
CMYK00.210.110.27
HSL330.77º22.03%65.29%-
HSV(B)330.77º20.97%72.94%-
XYZ37.5734.0640.67-
YUV160.83130.92145.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=37.27%
G=29.46%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614716600.210.110.27330.7722.0365.29
HexBA93A6015B1B14b1641
Octal272223246025133351326101
Binary101110101001001110100110010101101111011101001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93A6; }

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

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

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

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

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

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

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

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