#BA99AE

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

Shades of Lily #BA99AE

Tints of Lily #BA99AE

Color information

#BA99AE (or 0xBA99AE) is unknown color: approx Lily. HEX triplet: BA, 99 and AE. RGB value is (186,153,174). Sum of RGB (Red+Green+Blue) = 186+153+174=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AE is #456651. Grayscale: #A5A5A5. Windows color (decimal): -4548178 or 11442618. OLE color: 11442618.

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

Color convert

RGB186153174-
CMYK00.180.060.27
HSL321.82º19.3%66.47%-
HSV(B)321.82º17.74%72.94%-
XYZ39.2836.2844.98-
YUV165.26132.93142.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=36.26%
G=29.82%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317400.180.060.27321.8219.366.47
HexBA99AE01261B1421342
Octal27223125602263350223102
Binary10111010100110011010111001001011011011101000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99AE; }

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

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

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

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

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

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

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

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