#BA9DAF

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

Shades of Lily #BA9DAF

Tints of Lily #BA9DAF

Color information

#BA9DAF (or 0xBA9DAF) is unknown color: approx Lily. HEX triplet: BA, 9D and AF. RGB value is (186,157,175). Sum of RGB (Red+Green+Blue) = 186+157+175=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAF is #456250. Grayscale: #A7A7A7. Windows color (decimal): -4547153 or 11509178. OLE color: 11509178.

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

Color convert

RGB186157175-
CMYK00.160.060.27
HSL322.76º17.37%67.25%-
HSV(B)322.76º15.59%72.94%-
XYZ40.0437.6545.71-
YUV167.72132.11141.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=35.91%
G=30.31%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717500.160.060.27322.7617.3767.25
HexBA9DAF01061B1431143
Octal27223525702063350321103
Binary10111010100111011010111101000011011011101000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DAF; }

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

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

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

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

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

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

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

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