#BA92BE

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

Shades of Lilac #BA92BE

Tints of Lilac #BA92BE

Color information

#BA92BE (or 0xBA92BE) is unknown color: approx Lilac. HEX triplet: BA, 92 and BE. RGB value is (186,146,190). Sum of RGB (Red+Green+Blue) = 186+146+190=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BE is #456D41. Grayscale: #A2A2A2. Windows color (decimal): -4549954 or 12489402. OLE color: 12489402.

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

Color convert

RGB186146190-
CMYK0.020.2300.25
HSL294.55º25.29%65.88%-
HSV(B)294.55º23.16%74.51%-
XYZ39.8234.7153.32-
YUV162.98143.25144.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=35.63%
G=27.97%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861461900.020.2300.25294.5525.2965.88
HexBA92BE2170191271942
Octal27222227622703144731102
Binary1011101010010010101111101010111011001100100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92BE; }

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

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

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

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

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

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

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

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