#BA9EAB

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

Shades of Lily #BA9EAB

Tints of Lily #BA9EAB

Color information

#BA9EAB (or 0xBA9EAB) is unknown color: approx Lily. HEX triplet: BA, 9E and AB. RGB value is (186,158,171). Sum of RGB (Red+Green+Blue) = 186+158+171=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAB is #456154. Grayscale: #A7A7A7. Windows color (decimal): -4546901 or 11247290. OLE color: 11247290.

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

Color convert

RGB186158171-
CMYK00.150.080.27
HSL332.14º16.87%67.45%-
HSV(B)332.14º15.05%72.94%-
XYZ39.8337.8343.73-
YUV167.85129.78140.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=36.12%
G=30.68%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615817100.150.080.27332.1416.8767.45
HexBA9EAB0F81B14c1143
Octal272236253017103351421103
Binary10111010100111101010101101111100011011101001100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EAB; }

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

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

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

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

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

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

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

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