#BAA0AE

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

Shades of Lily #BAA0AE

Tints of Lily #BAA0AE

Color information

#BAA0AE (or 0xBAA0AE) is unknown color: approx Lily. HEX triplet: BA, A0 and AE. RGB value is (186,160,174). Sum of RGB (Red+Green+Blue) = 186+160+174=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AE is #455F51. Grayscale: #A9A9A9. Windows color (decimal): -4546386 or 11444410. OLE color: 11444410.

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

Color convert

RGB186160174-
CMYK00.140.060.27
HSL327.69º15.85%67.84%-
HSV(B)327.69º13.98%72.94%-
XYZ40.4638.6445.37-
YUV169.37130.61139.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=35.77%
G=30.77%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616017400.140.060.27327.6915.8567.84
HexBAA0AE0E61B1481044
Octal27224025601663351020104
Binary1011101010100000101011100111011011011101001000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0AE; }

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

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

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

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

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

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

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

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