#BA95AE

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

Shades of Lily #BA95AE

Tints of Lily #BA95AE

Color information

#BA95AE (or 0xBA95AE) is unknown color: approx Lily. HEX triplet: BA, 95 and AE. RGB value is (186,149,174). Sum of RGB (Red+Green+Blue) = 186+149+174=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95AE is #456A51. Grayscale: #A2A2A2. Windows color (decimal): -4549202 or 11441594. OLE color: 11441594.

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

Color convert

RGB186149174-
CMYK00.200.060.27
HSL319.46º21.14%65.69%-
HSV(B)319.46º19.89%72.94%-
XYZ38.6434.9944.76-
YUV162.91134.26144.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=36.54%
G=29.27%
B=34.18%

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
Decimal18614917400.200.060.27319.4621.1465.69
HexBA95AE01461B13f1542
Octal27222525602463347725102
Binary10111010100101011010111001010011011011100111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95AE; }

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

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

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

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

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

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

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

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