#BA99AA

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

Shades of Lily #BA99AA

Tints of Lily #BA99AA

Color information

#BA99AA (or 0xBA99AA) is unknown color: approx Lily. HEX triplet: BA, 99 and AA. RGB value is (186,153,170). Sum of RGB (Red+Green+Blue) = 186+153+170=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AA is #456655. Grayscale: #A4A4A4. Windows color (decimal): -4548182 or 11180474. OLE color: 11180474.

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

Color convert

RGB186153170-
CMYK00.180.090.27
HSL329.09º19.3%66.47%-
HSV(B)329.09º17.74%72.94%-
XYZ38.936.1242.95-
YUV164.8130.93143.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=36.54%
G=30.06%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317000.180.090.27329.0919.366.47
HexBA99AA01291B1491342
Octal272231252022113351123102
Binary101110101001100110101010010010100111011101001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99AA; }

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

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

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

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

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

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

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

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