#BA8EBE

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

Shades of Lilac #BA8EBE

Tints of Lilac #BA8EBE

Color information

#BA8EBE (or 0xBA8EBE) is unknown color: approx Lilac. HEX triplet: BA, 8E and BE. RGB value is (186,142,190). Sum of RGB (Red+Green+Blue) = 186+142+190=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBE is #457141. Grayscale: #A0A0A0. Windows color (decimal): -4550978 or 12488378. OLE color: 12488378.

HSL color Cylindrical-coordinate representation of color #BA8EBE: hue angle of 295º 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 #BA8EBE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186142190-
CMYK0.020.2500.25
HSL295º26.97%65.1%-
HSV(B)295º25.26%74.51%-
XYZ39.2233.553.11-
YUV160.63144.58146.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=35.91%
G=27.41%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861421900.020.2500.2529526.9765.1
HexBA8EBE2190191271b41
Octal27221627623103144733101
Binary1011101010001110101111101011001011001100100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EBE; }

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

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

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

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

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

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

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

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