#BA8EA9

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

Shades of Lily #BA8EA9

Tints of Lily #BA8EA9

Color information

#BA8EA9 (or 0xBA8EA9) is unknown color: approx Lily. HEX triplet: BA, 8E and A9. RGB value is (186,142,169). Sum of RGB (Red+Green+Blue) = 186+142+169=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA9 is #457156. Grayscale: #9E9E9E. Windows color (decimal): -4550999 or 11112122. OLE color: 11112122.

HSL color Cylindrical-coordinate representation of color #BA8EA9: hue angle of 323.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8EA9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186142169-
CMYK00.240.090.27
HSL323.18º24.18%64.31%-
HSV(B)323.18º23.66%72.94%-
XYZ37.0832.6541.88-
YUV158.23134.08147.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=37.42%
G=28.57%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614216900.240.090.27323.1824.1864.31
HexBA8EA901891B1431840
Octal272216251030113350330100
Binary101110101000111010101001011000100111011101000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EA9; }

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

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

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

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

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

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

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

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