#BA96BD

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

Shades of Lilac #BA96BD

Tints of Lilac #BA96BD

Color information

#BA96BD (or 0xBA96BD) is unknown color: approx Lilac. HEX triplet: BA, 96 and BD. RGB value is (186,150,189). Sum of RGB (Red+Green+Blue) = 186+150+189=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BD is #456942. Grayscale: #A5A5A5. Windows color (decimal): -4548931 or 12424890. OLE color: 12424890.

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

Color convert

RGB186150189-
CMYK0.020.2100.26
HSL295.38º22.81%66.47%-
HSV(B)295.38º20.63%74.12%-
XYZ40.3435.9352.95-
YUV165.21141.43142.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 36%
R=35.43%
G=28.57%
B=36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861501890.020.2100.26295.3822.8166.47
HexBA96BD21501A1271742
Octal27222627522503244727102
Binary1011101010010110101111011010101011010100100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96BD; }

 p { color: rgb(186,150,189); }

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

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

 a { background-color: rgb(186,150,189); }

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

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

 span { border-color: rgb(186,150,189); }

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