#BA90A9

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

Shades of Lily #BA90A9

Tints of Lily #BA90A9

Color information

#BA90A9 (or 0xBA90A9) is unknown color: approx Lily. HEX triplet: BA, 90 and A9. RGB value is (186,144,169). Sum of RGB (Red+Green+Blue) = 186+144+169=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90A9 is #456F56. Grayscale: #9F9F9F. Windows color (decimal): -4550487 or 11112634. OLE color: 11112634.

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

Color convert

RGB186144169-
CMYK00.230.090.27
HSL324.29º23.33%64.71%-
HSV(B)324.29º22.58%72.94%-
XYZ37.3833.2541.98-
YUV159.41133.41146.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=37.27%
G=28.86%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614416900.230.090.27324.2923.3364.71
HexBA90A901791B1441741
Octal272220251027113350427101
Binary101110101001000010101001010111100111011101000100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90A9; }

 p { color: rgb(186,144,169); }

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

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

 a { background-color: rgb(186,144,169); }

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

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

 span { border-color: rgb(186,144,169); }

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