#BA91BD

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

Shades of Lilac #BA91BD

Tints of Lilac #BA91BD

Color information

#BA91BD (or 0xBA91BD) is unknown color: approx Lilac. HEX triplet: BA, 91 and BD. RGB value is (186,145,189). Sum of RGB (Red+Green+Blue) = 186+145+189=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BD is #456E42. Grayscale: #A2A2A2. Windows color (decimal): -4550211 or 12423610. OLE color: 12423610.

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

Color convert

RGB186145189-
CMYK0.020.2300.26
HSL295.91º25%65.49%-
HSV(B)295.91º23.28%74.12%-
XYZ39.5634.3652.69-
YUV162.27143.08144.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=35.77%
G=27.88%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861451890.020.2300.26295.912565.49
HexBA91BD21701A1281941
Octal27222127522703245031101
Binary1011101010010001101111011010111011010100101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91BD; }

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

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

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

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

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

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

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

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