#BA9EAD

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

Shades of Lily #BA9EAD

Tints of Lily #BA9EAD

Color information

#BA9EAD (or 0xBA9EAD) is unknown color: approx Lily. HEX triplet: BA, 9E and AD. RGB value is (186,158,173). Sum of RGB (Red+Green+Blue) = 186+158+173=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAD is #456152. Grayscale: #A8A8A8. Windows color (decimal): -4546899 or 11378362. OLE color: 11378362.

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

Color convert

RGB186158173-
CMYK00.150.070.27
HSL327.86º16.87%67.45%-
HSV(B)327.86º15.05%72.94%-
XYZ40.0237.9144.74-
YUV168.08130.78140.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=35.98%
G=30.56%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615817300.150.070.27327.8616.8767.45
HexBA9EAD0F71B1481143
Octal27223625501773351021103
Binary1011101010011110101011010111111111011101001000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EAD; }

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

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

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

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

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

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

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

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