#BAA2AF

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

Shades of Lily #BAA2AF

Tints of Lily #BAA2AF

Color information

#BAA2AF (or 0xBAA2AF) is unknown color: approx Lily. HEX triplet: BA, A2 and AF. RGB value is (186,162,175). Sum of RGB (Red+Green+Blue) = 186+162+175=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AF is #455D50. Grayscale: #AAAAAA. Windows color (decimal): -4545873 or 11510458. OLE color: 11510458.

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

Color convert

RGB186162175-
CMYK00.130.060.27
HSL327.5º14.81%68.24%-
HSV(B)327.5º12.9%72.94%-
XYZ40.9139.3746-
YUV170.66130.45138.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=35.56%
G=30.98%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616217500.130.060.27327.514.8168.24
HexBAA2AF0D61B148f44
Octal27224225701563351017104
Binary101110101010001010101111011011101101110100100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2AF; }

 p { color: rgb(186,162,175); }

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

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

 a { background-color: rgb(186,162,175); }

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

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

 span { border-color: rgb(186,162,175); }

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