#BA9AAE

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

Shades of Lily #BA9AAE

Tints of Lily #BA9AAE

Color information

#BA9AAE (or 0xBA9AAE) is unknown color: approx Lily. HEX triplet: BA, 9A and AE. RGB value is (186,154,174). Sum of RGB (Red+Green+Blue) = 186+154+174=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAE is #456551. Grayscale: #A5A5A5. Windows color (decimal): -4547922 or 11442874. OLE color: 11442874.

HSL color Cylindrical-coordinate representation of color #BA9AAE: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AAE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186154174-
CMYK00.170.060.27
HSL322.5º18.82%66.67%-
HSV(B)322.5º17.2%72.94%-
XYZ39.4536.6145.03-
YUV165.85132.6142.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=36.19%
G=29.96%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615417400.170.060.27322.518.8266.67
HexBA9AAE01161B1421343
Octal27223225602163350223103
Binary10111010100110101010111001000111011011101000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AAE; }

 p { color: rgb(186,154,174); }

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

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

 a { background-color: rgb(186,154,174); }

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

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

 span { border-color: rgb(186,154,174); }

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