#BA99BA

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

Shades of Lilac #BA99BA

Tints of Lilac #BA99BA

Color information

#BA99BA (or 0xBA99BA) is unknown color: approx Lilac. HEX triplet: BA, 99 and BA. RGB value is (186,153,186). Sum of RGB (Red+Green+Blue) = 186+153+186=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BA is #456645. Grayscale: #A6A6A6. Windows color (decimal): -4548166 or 12229050. OLE color: 12229050.

HSL color Cylindrical-coordinate representation of color #BA99BA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA99BA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186153186-
CMYK00.1800.27
HSL300º19.3%66.47%-
HSV(B)300º17.74%72.94%-
XYZ40.536.7751.42-
YUV166.63138.93141.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=35.43%
G=29.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615318600.1800.2730019.366.47
HexBA99BA01201B12c1342
Octal27223127202203345423102
Binary101110101001100110111010010010011011100101100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99BA; }

 p { color: rgb(186,153,186); }

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

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

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

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

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

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

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