#BA9DA9

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

Shades of Lily #BA9DA9

Tints of Lily #BA9DA9

Color information

#BA9DA9 (or 0xBA9DA9) is unknown color: approx Lily. HEX triplet: BA, 9D and A9. RGB value is (186,157,169). Sum of RGB (Red+Green+Blue) = 186+157+169=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA9 is #456256. Grayscale: #A7A7A7. Windows color (decimal): -4547159 or 11115962. OLE color: 11115962.

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

Color convert

RGB186157169-
CMYK00.160.090.27
HSL335.17º17.37%67.25%-
HSV(B)335.17º15.59%72.94%-
XYZ39.4737.4242.68-
YUV167.04129.11141.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=36.33%
G=30.66%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615716900.160.090.27335.1717.3767.25
HexBA9DA901091B14f1143
Octal272235251020113351721103
Binary101110101001110110101001010000100111011101001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DA9; }

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

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

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

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

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

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

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

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