#BA94BE

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

Shades of Lilac #BA94BE

Tints of Lilac #BA94BE

Color information

#BA94BE (or 0xBA94BE) is unknown color: approx Lilac. HEX triplet: BA, 94 and BE. RGB value is (186,148,190). Sum of RGB (Red+Green+Blue) = 186+148+190=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BE is #456B41. Grayscale: #A4A4A4. Windows color (decimal): -4549442 or 12489914. OLE color: 12489914.

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

Color convert

RGB186148190-
CMYK0.020.2200.25
HSL294.29º24.42%66.27%-
HSV(B)294.29º22.11%74.51%-
XYZ40.1335.3453.42-
YUV164.15142.59143.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=35.50%
G=28.24%
B=36.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861481900.020.2200.25294.2924.4266.27
HexBA94BE2160191261842
Octal27222427622603144630102
Binary1011101010010100101111101010110011001100100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94BE; }

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

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

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

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

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

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

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

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