#BA9DAE

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

Shades of Lily #BA9DAE

Tints of Lily #BA9DAE

Color information

#BA9DAE (or 0xBA9DAE) is unknown color: approx Lily. HEX triplet: BA, 9D and AE. RGB value is (186,157,174). Sum of RGB (Red+Green+Blue) = 186+157+174=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAE is #456251. Grayscale: #A7A7A7. Windows color (decimal): -4547154 or 11443642. OLE color: 11443642.

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

Color convert

RGB186157174-
CMYK00.160.060.27
HSL324.83º17.37%67.25%-
HSV(B)324.83º15.59%72.94%-
XYZ39.9537.6145.2-
YUV167.61131.61141.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=35.98%
G=30.37%
B=33.66%

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
Decimal18615717400.160.060.27324.8317.3767.25
HexBA9DAE01061B1451143
Octal27223525602063350521103
Binary10111010100111011010111001000011011011101000101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DAE; }

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

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

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

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

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

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

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

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