#BA92BD

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

Shades of Lilac #BA92BD

Tints of Lilac #BA92BD

Color information

#BA92BD (or 0xBA92BD) is unknown color: approx Lilac. HEX triplet: BA, 92 and BD. RGB value is (186,146,189). Sum of RGB (Red+Green+Blue) = 186+146+189=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BD is #456D42. Grayscale: #A2A2A2. Windows color (decimal): -4549955 or 12423866. OLE color: 12423866.

HSL color Cylindrical-coordinate representation of color #BA92BD: hue angle of 295.81º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA92BD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186146189-
CMYK0.020.2300.26
HSL295.81º24.57%65.69%-
HSV(B)295.81º22.75%74.12%-
XYZ39.7134.6752.74-
YUV162.86142.75144.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=35.70%
G=28.02%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861461890.020.2300.26295.8124.5765.69
HexBA92BD21701A1281942
Octal27222227522703245031102
Binary1011101010010010101111011010111011010100101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92BD; }

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

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

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

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

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

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

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

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