#BAA7AE

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

Shades of Lily #BAA7AE

Tints of Lily #BAA7AE

Color information

#BAA7AE (or 0xBAA7AE) is unknown color: approx Lily. HEX triplet: BA, A7 and AE. RGB value is (186,167,174). Sum of RGB (Red+Green+Blue) = 186+167+174=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7AE is #455851. Grayscale: #ADADAD. Windows color (decimal): -4544594 or 11446202. OLE color: 11446202.

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

Color convert

RGB186167174-
CMYK00.100.060.27
HSL337.89º12.1%69.22%-
HSV(B)337.89º10.22%72.94%-
XYZ41.7141.1345.79-
YUV173.48128.29136.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=35.29%
G=31.69%
B=33.02%

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
Decimal18616717400.100.060.27337.8912.169.22
HexBAA7AE0A61B152c45
Octal27224725601263352214105
Binary101110101010011110101110010101101101110101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7AE; }

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

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

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

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

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

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

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

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