#BA9DAD

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

Shades of Lily #BA9DAD

Tints of Lily #BA9DAD

Color information

#BA9DAD (or 0xBA9DAD) is unknown color: approx Lily. HEX triplet: BA, 9D and AD. RGB value is (186,157,173). Sum of RGB (Red+Green+Blue) = 186+157+173=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAD is #456252. Grayscale: #A7A7A7. Windows color (decimal): -4547155 or 11378106. OLE color: 11378106.

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

Color convert

RGB186157173-
CMYK00.160.070.27
HSL326.9º17.37%67.25%-
HSV(B)326.9º15.59%72.94%-
XYZ39.8537.5744.69-
YUV167.5131.11141.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=36.05%
G=30.43%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717300.160.070.27326.917.3767.25
HexBA9DAD01071B1471143
Octal27223525502073350721103
Binary10111010100111011010110101000011111011101000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DAD; }

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

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

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

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

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

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

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

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