#BA94AF

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

Shades of Lily #BA94AF

Tints of Lily #BA94AF

Color information

#BA94AF (or 0xBA94AF) is unknown color: approx Lily. HEX triplet: BA, 94 and AF. RGB value is (186,148,175). Sum of RGB (Red+Green+Blue) = 186+148+175=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94AF is #456B50. Grayscale: #A2A2A2. Windows color (decimal): -4549457 or 11506874. OLE color: 11506874.

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

Color convert

RGB186148175-
CMYK00.200.060.27
HSL317.37º21.59%65.49%-
HSV(B)317.37º20.43%72.94%-
XYZ38.5834.7145.22-
YUV162.44135.09144.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=36.54%
G=29.08%
B=34.38%

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
Decimal18614817500.200.060.27317.3721.5965.49
HexBA94AF01461B13d1641
Octal27222425702463347526101
Binary10111010100101001010111101010011011011100111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94AF; }

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

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

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

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

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

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

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

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