#BA90BE

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

Shades of Lilac #BA90BE

Tints of Lilac #BA90BE

Color information

#BA90BE (or 0xBA90BE) is unknown color: approx Lilac. HEX triplet: BA, 90 and BE. RGB value is (186,144,190). Sum of RGB (Red+Green+Blue) = 186+144+190=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BE is #456F41. Grayscale: #A1A1A1. Windows color (decimal): -4550466 or 12488890. OLE color: 12488890.

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

Color convert

RGB186144190-
CMYK0.020.2400.25
HSL294.78º26.14%65.49%-
HSV(B)294.78º24.21%74.51%-
XYZ39.5234.153.22-
YUV161.8143.91145.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=35.77%
G=27.69%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861441900.020.2400.25294.7826.1465.49
HexBA90BE2180191271a41
Octal27222027623003144732101
Binary1011101010010000101111101011000011001100100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90BE; }

 p { color: rgb(186,144,190); }

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

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

 a { background-color: rgb(186,144,190); }

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

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

 span { border-color: rgb(186,144,190); }

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