#BA9FAA

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

Shades of Lily #BA9FAA

Tints of Lily #BA9FAA

Color information

#BA9FAA (or 0xBA9FAA) is unknown color: approx Lily. HEX triplet: BA, 9F and AA. RGB value is (186,159,170). Sum of RGB (Red+Green+Blue) = 186+159+170=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAA is #456055. Grayscale: #A8A8A8. Windows color (decimal): -4546646 or 11182010. OLE color: 11182010.

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

Color convert

RGB186159170-
CMYK00.150.090.27
HSL335.56º16.36%67.65%-
HSV(B)335.56º14.52%72.94%-
XYZ39.938.1443.29-
YUV168.33128.95140.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=36.12%
G=30.87%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615917000.150.090.27335.5616.3667.65
HexBA9FAA0F91B1501044
Octal272237252017113352020104
Binary10111010100111111010101001111100111011101010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FAA; }

 p { color: rgb(186,159,170); }

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

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

 a { background-color: rgb(186,159,170); }

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

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

 span { border-color: rgb(186,159,170); }

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