#BA97BC

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

Shades of Lilac #BA97BC

Tints of Lilac #BA97BC

Color information

#BA97BC (or 0xBA97BC) is unknown color: approx Lilac. HEX triplet: BA, 97 and BC. RGB value is (186,151,188). Sum of RGB (Red+Green+Blue) = 186+151+188=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BC is #456843. Grayscale: #A5A5A5. Windows color (decimal): -4548676 or 12359610. OLE color: 12359610.

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

Color convert

RGB186151188-
CMYK0.010.2000.26
HSL296.76º21.64%66.47%-
HSV(B)296.76º19.68%73.73%-
XYZ40.3936.252.44-
YUV165.68140.6142.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=35.43%
G=28.76%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861511880.010.2000.26296.7621.6466.47
HexBA97BC11401A1291642
Octal27222727412403245126102
Binary101110101001011110111100110100011010100101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97BC; }

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

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

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

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

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

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

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

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