#BA94AE

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

Shades of Lily #BA94AE

Tints of Lily #BA94AE

Color information

#BA94AE (or 0xBA94AE) is unknown color: approx Lily. HEX triplet: BA, 94 and AE. RGB value is (186,148,174). Sum of RGB (Red+Green+Blue) = 186+148+174=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94AE is #456B51. Grayscale: #A2A2A2. Windows color (decimal): -4549458 or 11441338. OLE color: 11441338.

HSL color Cylindrical-coordinate representation of color #BA94AE: hue angle of 318.95º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94AE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186148174-
CMYK00.200.060.27
HSL318.95º21.59%65.49%-
HSV(B)318.95º20.43%72.94%-
XYZ38.4834.6744.71-
YUV162.33134.59144.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=36.61%
G=29.13%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614817400.200.060.27318.9521.5965.49
HexBA94AE01461B13f1641
Octal27222425602463347726101
Binary10111010100101001010111001010011011011100111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94AE; }

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

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

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

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

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

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

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

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