#BA9AAF

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

Shades of Lily #BA9AAF

Tints of Lily #BA9AAF

Color information

#BA9AAF (or 0xBA9AAF) is unknown color: approx Lily. HEX triplet: BA, 9A and AF. RGB value is (186,154,175). Sum of RGB (Red+Green+Blue) = 186+154+175=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAF is #456550. Grayscale: #A5A5A5. Windows color (decimal): -4547921 or 11508410. OLE color: 11508410.

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

Color convert

RGB186154175-
CMYK00.170.060.27
HSL320.62º18.82%66.67%-
HSV(B)320.62º17.2%72.94%-
XYZ39.5436.6545.55-
YUV165.96133.1142.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=36.12%
G=29.90%
B=33.98%

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
Decimal18615417500.170.060.27320.6218.8266.67
HexBA9AAF01161B1411343
Octal27223225702163350123103
Binary10111010100110101010111101000111011011101000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AAF; }

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

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

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

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

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

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

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

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