#BA9FAE

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

Shades of Lily #BA9FAE

Tints of Lily #BA9FAE

Color information

#BA9FAE (or 0xBA9FAE) is unknown color: approx Lily. HEX triplet: BA, 9F and AE. RGB value is (186,159,174). Sum of RGB (Red+Green+Blue) = 186+159+174=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAE is #456051. Grayscale: #A8A8A8. Windows color (decimal): -4546642 or 11444154. OLE color: 11444154.

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

Color convert

RGB186159174-
CMYK00.150.060.27
HSL326.67º16.36%67.65%-
HSV(B)326.67º14.52%72.94%-
XYZ40.2938.2945.31-
YUV168.78130.95140.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=35.84%
G=30.64%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615917400.150.060.27326.6716.3667.65
HexBA9FAE0F61B1471044
Octal27223725601763350720104
Binary1011101010011111101011100111111011011101000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FAE; }

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

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

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

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

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

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

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

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