#BA8CAA

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

Shades of Lily #BA8CAA

Tints of Lily #BA8CAA

Color information

#BA8CAA (or 0xBA8CAA) is unknown color: approx Lily. HEX triplet: BA, 8C and AA. RGB value is (186,140,170). Sum of RGB (Red+Green+Blue) = 186+140+170=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAA is #457355. Grayscale: #9D9D9D. Windows color (decimal): -4551510 or 11177146. OLE color: 11177146.

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

Color convert

RGB186140170-
CMYK00.250.090.27
HSL320.87º25%63.92%-
HSV(B)320.87º24.73%72.94%-
XYZ36.8832.142.28-
YUV157.17135.24148.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=37.5%
G=28.23%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614017000.250.090.27320.872563.92
HexBA8CAA01991B1411940
Octal272214252031113350131100
Binary101110101000110010101010011001100111011101000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CAA; }

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

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

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

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

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

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

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

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