#BA93AF

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

Shades of Lily #BA93AF

Tints of Lily #BA93AF

Color information

#BA93AF (or 0xBA93AF) is unknown color: approx Lily. HEX triplet: BA, 93 and AF. RGB value is (186,147,175). Sum of RGB (Red+Green+Blue) = 186+147+175=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AF is #456C50. Grayscale: #A1A1A1. Windows color (decimal): -4549713 or 11506618. OLE color: 11506618.

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

Color convert

RGB186147175-
CMYK00.210.060.27
HSL316.92º22.03%65.29%-
HSV(B)316.92º20.97%72.94%-
XYZ38.4234.445.17-
YUV161.85135.42145.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=36.61%
G=28.94%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614717500.210.060.27316.9222.0365.29
HexBA93AF01561B13d1641
Octal27222325702563347526101
Binary10111010100100111010111101010111011011100111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93AF; }

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

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

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

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

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

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

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

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