Imagen de fondo en base64


<style type="text/css" > 
 div.my-image { width:150px;
                height:150px;  
                background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABA......");
              }
 </style>