#BA91AD

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

Shades of Lily #BA91AD

Tints of Lily #BA91AD

Color information

#BA91AD (or 0xBA91AD) is unknown color: approx Lily. HEX triplet: BA, 91 and AD. RGB value is (186,145,173). Sum of RGB (Red+Green+Blue) = 186+145+173=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AD is #456E52. Grayscale: #A0A0A0. Windows color (decimal): -4550227 or 11375034. OLE color: 11375034.

HSL color Cylindrical-coordinate representation of color #BA91AD: hue angle of 319.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91AD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186145173-
CMYK00.220.070.27
HSL319.02º22.91%64.9%-
HSV(B)319.02º22.04%72.94%-
XYZ37.9233.7144.04-
YUV160.45135.08146.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=36.90%
G=28.77%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614517300.220.070.27319.0222.9164.9
HexBA91AD01671B13f1741
Octal27222125502673347727101
Binary10111010100100011010110101011011111011100111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91AD; }

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

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

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

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

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

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

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

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