#BA94C1

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

Shades of Lilac #BA94C1

Tints of Lilac #BA94C1

Color information

#BA94C1 (or 0xBA94C1) is unknown color: approx Lilac. HEX triplet: BA, 94 and C1. RGB value is (186,148,193). Sum of RGB (Red+Green+Blue) = 186+148+193=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94C1 is #456B3E. Grayscale: #A4A4A4. Windows color (decimal): -4549439 or 12686522. OLE color: 12686522.

HSL color Cylindrical-coordinate representation of color #BA94C1: hue angle of 290.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA94C1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186148193-
CMYK0.040.2300.24
HSL290.67º26.63%66.86%-
HSV(B)290.67º23.32%75.69%-
XYZ40.4735.4755.17-
YUV164.49144.09143.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=35.29%
G=28.08%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861481930.040.2300.24290.6726.6366.86
HexBA94C14170181231b43
Octal27222430142703044333103
Binary10111010100101001100000110010111011000100100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94C1; }

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

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

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

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

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

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

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

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