#BA90BF

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

Shades of Lilac #BA90BF

Tints of Lilac #BA90BF

Color information

#BA90BF (or 0xBA90BF) is unknown color: approx Lilac. HEX triplet: BA, 90 and BF. RGB value is (186,144,191). Sum of RGB (Red+Green+Blue) = 186+144+191=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BF is #456F40. Grayscale: #A1A1A1. Windows color (decimal): -4550465 or 12554426. OLE color: 12554426.

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

Color convert

RGB186144191-
CMYK0.030.2500.25
HSL293.62º26.86%65.69%-
HSV(B)293.62º24.61%74.9%-
XYZ39.6334.1553.79-
YUV161.92144.41145.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 191 (75% from 255) = 36.66%
R=35.70%
G=27.64%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861441910.030.2500.25293.6226.8665.69
HexBA90BF3190191261b42
Octal27222027733103144633102
Binary1011101010010000101111111111001011001100100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90BF; }

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

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

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

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

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

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

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

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