#BA90AA

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

Shades of Lily #BA90AA

Tints of Lily #BA90AA

Color information

#BA90AA (or 0xBA90AA) is unknown color: approx Lily. HEX triplet: BA, 90 and AA. RGB value is (186,144,170). Sum of RGB (Red+Green+Blue) = 186+144+170=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90AA is #456F55. Grayscale: #9F9F9F. Windows color (decimal): -4550486 or 11178170. OLE color: 11178170.

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

Color convert

RGB186144170-
CMYK00.230.090.27
HSL322.86º23.33%64.71%-
HSV(B)322.86º22.58%72.94%-
XYZ37.4833.2942.48-
YUV159.52133.91146.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=37.2%
G=28.8%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614417000.230.090.27322.8623.3364.71
HexBA90AA01791B1431741
Octal272220252027113350327101
Binary101110101001000010101010010111100111011101000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90AA; }

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

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

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

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

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

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

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

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