#BA99AB

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

Shades of Lily #BA99AB

Tints of Lily #BA99AB

Color information

#BA99AB (or 0xBA99AB) is unknown color: approx Lily. HEX triplet: BA, 99 and AB. RGB value is (186,153,171). Sum of RGB (Red+Green+Blue) = 186+153+171=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AB is #456654. Grayscale: #A4A4A4. Windows color (decimal): -4548181 or 11246010. OLE color: 11246010.

HSL color Cylindrical-coordinate representation of color #BA99AB: hue angle of 327.27º 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 #BA99AB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186153171-
CMYK00.180.080.27
HSL327.27º19.3%66.47%-
HSV(B)327.27º17.74%72.94%-
XYZ38.9936.1643.45-
YUV164.92131.43143.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=36.47%
G=30%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317100.180.080.27327.2719.366.47
HexBA99AB01281B1471342
Octal272231253022103350723102
Binary101110101001100110101011010010100011011101000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99AB; }

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

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

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

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

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

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

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

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