#BA9AA9

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

Shades of Lily #BA9AA9

Tints of Lily #BA9AA9

Color information

#BA9AA9 (or 0xBA9AA9) is unknown color: approx Lily. HEX triplet: BA, 9A and A9. RGB value is (186,154,169). Sum of RGB (Red+Green+Blue) = 186+154+169=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AA9 is #456556. Grayscale: #A5A5A5. Windows color (decimal): -4547927 or 11115194. OLE color: 11115194.

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

Color convert

RGB186154169-
CMYK00.170.090.27
HSL331.88º18.82%66.67%-
HSV(B)331.88º17.2%72.94%-
XYZ38.9736.4142.51-
YUV165.28130.1142.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=36.54%
G=30.26%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615416900.170.090.27331.8818.8266.67
HexBA9AA901191B14c1343
Octal272232251021113351423103
Binary101110101001101010101001010001100111011101001100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AA9; }

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

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

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

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

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

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

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

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