#BA8FC0

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

Shades of Lilac #BA8FC0

Tints of Lilac #BA8FC0

Color information

#BA8FC0 (or 0xBA8FC0) is unknown color: approx Lilac. HEX triplet: BA, 8F and C0. RGB value is (186,143,192). Sum of RGB (Red+Green+Blue) = 186+143+192=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FC0 is #45703F. Grayscale: #A1A1A1. Windows color (decimal): -4550720 or 12619706. OLE color: 12619706.

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

Color convert

RGB186143192-
CMYK0.030.2600.25
HSL292.65º28%65.69%-
HSV(B)292.65º25.52%75.29%-
XYZ39.5933.8954.32-
YUV161.44145.25145.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=35.70%
G=27.45%
B=36.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861431920.030.2600.25292.652865.69
HexBA8FC031A0191251c42
Octal27221730033203144534102
Binary1011101010001111110000001111010011001100100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FC0; }

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

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

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

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

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

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

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

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