#BA9DAC

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

Shades of Lily #BA9DAC

Tints of Lily #BA9DAC

Color information

#BA9DAC (or 0xBA9DAC) is unknown color: approx Lily. HEX triplet: BA, 9D and AC. RGB value is (186,157,172). Sum of RGB (Red+Green+Blue) = 186+157+172=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAC is #456253. Grayscale: #A7A7A7. Windows color (decimal): -4547156 or 11312570. OLE color: 11312570.

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

Color convert

RGB186157172-
CMYK00.160.080.27
HSL328.97º17.37%67.25%-
HSV(B)328.97º15.59%72.94%-
XYZ39.7537.5344.18-
YUV167.38130.61141.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=36.12%
G=30.49%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717200.160.080.27328.9717.3767.25
HexBA9DAC01081B1491143
Octal272235254020103351121103
Binary101110101001110110101100010000100011011101001001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DAC; }

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

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

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

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

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

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

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

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