#BA91AA

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

Shades of Lily #BA91AA

Tints of Lily #BA91AA

Color information

#BA91AA (or 0xBA91AA) is unknown color: approx Lily. HEX triplet: BA, 91 and AA. RGB value is (186,145,170). Sum of RGB (Red+Green+Blue) = 186+145+170=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AA is #456E55. Grayscale: #A0A0A0. Windows color (decimal): -4550230 or 11178426. OLE color: 11178426.

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

Color convert

RGB186145170-
CMYK00.220.090.27
HSL323.41º22.91%64.9%-
HSV(B)323.41º22.04%72.94%-
XYZ37.6333.5942.53-
YUV160.11133.58146.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=37.13%
G=28.94%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614517000.220.090.27323.4122.9164.9
HexBA91AA01691B1431741
Octal272221252026113350327101
Binary101110101001000110101010010110100111011101000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91AA; }

 p { color: rgb(186,145,170); }

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

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

 a { background-color: rgb(186,145,170); }

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

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

 span { border-color: rgb(186,145,170); }

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