#BAA7AF

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

Shades of Lily #BAA7AF

Tints of Lily #BAA7AF

Color information

#BAA7AF (or 0xBAA7AF) is unknown color: approx Lily. HEX triplet: BA, A7 and AF. RGB value is (186,167,175). Sum of RGB (Red+Green+Blue) = 186+167+175=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7AF is #455850. Grayscale: #ADADAD. Windows color (decimal): -4544593 or 11511738. OLE color: 11511738.

HSL color Cylindrical-coordinate representation of color #BAA7AF: hue angle of 334.74º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA7AF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186167175-
CMYK00.100.060.27
HSL334.74º12.1%69.22%-
HSV(B)334.74º10.22%72.94%-
XYZ41.8141.1746.3-
YUV173.59128.79136.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=35.23%
G=31.63%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616717500.100.060.27334.7412.169.22
HexBAA7AF0A61B14fc45
Octal27224725701263351714105
Binary101110101010011110101111010101101101110100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7AF; }

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

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

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

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

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

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

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

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