#BA91AC

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

Shades of Lily #BA91AC

Tints of Lily #BA91AC

Color information

#BA91AC (or 0xBA91AC) is unknown color: approx Lily. HEX triplet: BA, 91 and AC. RGB value is (186,145,172). Sum of RGB (Red+Green+Blue) = 186+145+172=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AC is #456E53. Grayscale: #A0A0A0. Windows color (decimal): -4550228 or 11309498. OLE color: 11309498.

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

Color convert

RGB186145172-
CMYK00.220.080.27
HSL320.49º22.91%64.9%-
HSV(B)320.49º22.04%72.94%-
XYZ37.8233.6743.53-
YUV160.34134.58146.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=36.98%
G=28.83%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614517200.220.080.27320.4922.9164.9
HexBA91AC01681B1401741
Octal272221254026103350027101
Binary101110101001000110101100010110100011011101000000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91AC; }

 p { color: rgb(186,145,172); }

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

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

 a { background-color: rgb(186,145,172); }

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

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

 span { border-color: rgb(186,145,172); }

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