#BA9AAB

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

Shades of Lily #BA9AAB

Tints of Lily #BA9AAB

Color information

#BA9AAB (or 0xBA9AAB) is unknown color: approx Lily. HEX triplet: BA, 9A and AB. RGB value is (186,154,171). Sum of RGB (Red+Green+Blue) = 186+154+171=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAB is #456554. Grayscale: #A5A5A5. Windows color (decimal): -4547925 or 11246266. OLE color: 11246266.

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

Color convert

RGB186154171-
CMYK00.170.080.27
HSL328.12º18.82%66.67%-
HSV(B)328.12º17.2%72.94%-
XYZ39.1636.4943.51-
YUV165.51131.1142.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=36.40%
G=30.14%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615417100.170.080.27328.1218.8266.67
HexBA9AAB01181B1481343
Octal272232253021103351023103
Binary101110101001101010101011010001100011011101001000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AAB; }

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

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

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

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

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

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

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

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