#BA95BC

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

Shades of Lilac #BA95BC

Tints of Lilac #BA95BC

Color information

#BA95BC (or 0xBA95BC) is unknown color: approx Lilac. HEX triplet: BA, 95 and BC. RGB value is (186,149,188). Sum of RGB (Red+Green+Blue) = 186+149+188=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BC is #456A43. Grayscale: #A4A4A4. Windows color (decimal): -4549188 or 12359098. OLE color: 12359098.

HSL color Cylindrical-coordinate representation of color #BA95BC: hue angle of 296.92º 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 #BA95BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186149188-
CMYK0.010.2100.26
HSL296.92º22.54%66.08%-
HSV(B)296.92º20.74%73.73%-
XYZ40.0735.5652.33-
YUV164.51141.26143.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=35.56%
G=28.49%
B=35.95%

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
Decimal1861491880.010.2100.26296.9222.5466.08
HexBA95BC11501A1291742
Octal27222527412503245127102
Binary101110101001010110111100110101011010100101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95BC; }

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

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

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

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

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

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

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

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