#BA94BC

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

Shades of Lilac #BA94BC

Tints of Lilac #BA94BC

Color information

#BA94BC (or 0xBA94BC) is unknown color: approx Lilac. HEX triplet: BA, 94 and BC. RGB value is (186,148,188). Sum of RGB (Red+Green+Blue) = 186+148+188=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BC is #456B43. Grayscale: #A3A3A3. Windows color (decimal): -4549444 or 12358842. OLE color: 12358842.

HSL color Cylindrical-coordinate representation of color #BA94BC: hue angle of 297º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA94BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186148188-
CMYK0.010.2100.26
HSL297º22.99%65.88%-
HSV(B)297º21.28%73.73%-
XYZ39.9235.2552.28-
YUV163.92141.59143.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=35.63%
G=28.35%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861481880.010.2100.2629722.9965.88
HexBA94BC11501A1291742
Octal27222427412503245127102
Binary101110101001010010111100110101011010100101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94BC; }

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

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

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

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

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

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

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

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