#BA9AAC

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

Shades of Lily #BA9AAC

Tints of Lily #BA9AAC

Color information

#BA9AAC (or 0xBA9AAC) is unknown color: approx Lily. HEX triplet: BA, 9A and AC. RGB value is (186,154,172). Sum of RGB (Red+Green+Blue) = 186+154+172=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAC is #456553. Grayscale: #A5A5A5. Windows color (decimal): -4547924 or 11311802. OLE color: 11311802.

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

Color convert

RGB186154172-
CMYK00.170.080.27
HSL326.25º18.82%66.67%-
HSV(B)326.25º17.2%72.94%-
XYZ39.2536.5344.01-
YUV165.62131.6142.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=36.33%
G=30.08%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615417200.170.080.27326.2518.8266.67
HexBA9AAC01181B1461343
Octal272232254021103350623103
Binary101110101001101010101100010001100011011101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AAC; }

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

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

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

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

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

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

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

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