#BA9FA9

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

Shades of Lily #BA9FA9

Tints of Lily #BA9FA9

Color information

#BA9FA9 (or 0xBA9FA9) is unknown color: approx Lily. HEX triplet: BA, 9F and A9. RGB value is (186,159,169). Sum of RGB (Red+Green+Blue) = 186+159+169=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FA9 is #456056. Grayscale: #A8A8A8. Windows color (decimal): -4546647 or 11116474. OLE color: 11116474.

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

Color convert

RGB186159169-
CMYK00.150.090.27
HSL337.78º16.36%67.65%-
HSV(B)337.78º14.52%72.94%-
XYZ39.8138.142.79-
YUV168.21128.45140.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=36.19%
G=30.93%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615916900.150.090.27337.7816.3667.65
HexBA9FA90F91B1521044
Octal272237251017113352220104
Binary10111010100111111010100101111100111011101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FA9; }

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

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

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

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

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

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

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

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