#BA91BF

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

Shades of Lilac #BA91BF

Tints of Lilac #BA91BF

Color information

#BA91BF (or 0xBA91BF) is unknown color: approx Lilac. HEX triplet: BA, 91 and BF. RGB value is (186,145,191). Sum of RGB (Red+Green+Blue) = 186+145+191=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA91BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BF is #456E40. Grayscale: #A2A2A2. Windows color (decimal): -4550209 or 12554682. OLE color: 12554682.

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

Color convert

RGB186145191-
CMYK0.030.2400.25
HSL293.48º26.44%65.88%-
HSV(B)293.48º24.08%74.9%-
XYZ39.7834.4553.84-
YUV162.5144.08144.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 191 (75% from 255) = 36.59%
R=35.63%
G=27.78%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861451910.030.2400.25293.4826.4465.88
HexBA91BF3180191251a42
Octal27222127733003144532102
Binary1011101010010001101111111111000011001100100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91BF; }

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

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

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

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

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

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

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

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