#BA8FBF

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

Shades of Lilac #BA8FBF

Tints of Lilac #BA8FBF

Color information

#BA8FBF (or 0xBA8FBF) is unknown color: approx Lilac. HEX triplet: BA, 8F and BF. RGB value is (186,143,191). Sum of RGB (Red+Green+Blue) = 186+143+191=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBF is #457040. Grayscale: #A1A1A1. Windows color (decimal): -4550721 or 12554170. OLE color: 12554170.

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

Color convert

RGB186143191-
CMYK0.030.2500.25
HSL293.75º27.27%65.49%-
HSV(B)293.75º25.13%74.9%-
XYZ39.4833.8553.74-
YUV161.33144.75145.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 191 (75% from 255) = 36.73%
R=35.77%
G=27.5%
B=36.73%

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
Decimal1861431910.030.2500.25293.7527.2765.49
HexBA8FBF3190191261b41
Octal27221727733103144633101
Binary1011101010001111101111111111001011001100100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FBF; }

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

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

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

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

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

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

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

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