#BA8DA9

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

Shades of Lily #BA8DA9

Tints of Lily #BA8DA9

Color information

#BA8DA9 (or 0xBA8DA9) is unknown color: approx Lily. HEX triplet: BA, 8D and A9. RGB value is (186,141,169). Sum of RGB (Red+Green+Blue) = 186+141+169=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DA9 is #457256. Grayscale: #9D9D9D. Windows color (decimal): -4551255 or 11111866. OLE color: 11111866.

HSL color Cylindrical-coordinate representation of color #BA8DA9: hue angle of 322.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DA9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186141169-
CMYK00.240.090.27
HSL322.67º24.59%64.12%-
HSV(B)322.67º24.19%72.94%-
XYZ36.9432.3541.83-
YUV157.65134.41148.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=37.5%
G=28.43%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614116900.240.090.27322.6724.5964.12
HexBA8DA901891B1431940
Octal272215251030113350331100
Binary101110101000110110101001011000100111011101000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DA9; }

 p { color: rgb(186,141,169); }

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

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

 a { background-color: rgb(186,141,169); }

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

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

 span { border-color: rgb(186,141,169); }

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