#ba96bc

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

Shades of Lilac #BA96BC

Tints of Lilac #BA96BC

Color information

#BA96BC (or 0xBA96BC) is unknown color: approx Lilac. HEX triplet: BA, 96 and BC. RGB value is (186,150,188). Sum of RGB (Red+Green+Blue) = 186+150+188=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BC is #456943. Grayscale: #A4A4A4. Windows color (decimal): -4548932 or 12359354. OLE color: 12359354.

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

Color convert

RGB186150188-
CMYK0.010.2000.26
HSL296.84º22.09%66.27%-
HSV(B)296.84º20.21%73.73%-
XYZ40.2335.8852.38-
YUV165.1140.93142.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=35.50%
G=28.63%
B=35.88%

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
Decimal1861501880.010.2000.26296.8422.0966.27
HexBA96BC11401A1291642
Octal27222627412403245126102
Binary101110101001011010111100110100011010100101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba96bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba96bc; }

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

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

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

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

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

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

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

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