#BA8DBF

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

Shades of Lilac #BA8DBF

Tints of Lilac #BA8DBF

Color information

#BA8DBF (or 0xBA8DBF) is unknown color: approx Lilac. HEX triplet: BA, 8D and BF. RGB value is (186,141,191). Sum of RGB (Red+Green+Blue) = 186+141+191=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DBF is #457240. Grayscale: #A0A0A0. Windows color (decimal): -4551233 or 12553658. OLE color: 12553658.

HSL color Cylindrical-coordinate representation of color #BA8DBF: hue angle of 294º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8DBF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186141191-
CMYK0.030.2600.25
HSL294º28.09%65.1%-
HSV(B)294º26.18%74.9%-
XYZ39.1833.2553.64-
YUV160.16145.41146.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 191 (75% from 255) = 36.87%
R=35.91%
G=27.22%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861411910.030.2600.2529428.0965.1
HexBA8DBF31A0191261c41
Octal27221527733203144634101
Binary1011101010001101101111111111010011001100100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DBF; }

 p { color: rgb(186,141,191); }

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

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

 a { background-color: rgb(186,141,191); }

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

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

 span { border-color: rgb(186,141,191); }

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