#b3b3de color space conversions
Hex:
        #b3b3de
        RGB:
        179, 179, 222
        CMY:
        30, 30, 13
        CMYK:
        19, 19, 0, 13
      HSL:
        240°, 39.4495%, 78.6275%
        HSV (HSB):
        240°, 19.3694%, 87.0588%
        XYZ:
        47.8953, 47.0978, 75.6737
        xyY:
        0.2806, 0.2760, 47.0978
      CIE-Lab:
        74.2523, 8.8640, -21.5496
        CIE-LCH:
        74.2523, 23.3014, 292.3589
        CIE-Luv:
        74.2523, -2.5332, -35.1508
        Hunter-Lab:
        68.6279, 4.4762, -17.3376
      #b3b3de color charts
#b3b3de RGB chart
      #b3b3de CMYK chart
      #b3b3de RGB pie chart
      #b3b3de color shades, tints & tones
#b3b3de color schemes
#b3b3de color preview, HTML & CSS examples
           This text has a color of #b3b3de        
        
          <p style="color:#b3b3de;">Text here</p>
        
        
          .mytext {color:#b3b3de;}
        
        Text color #b3b3de
      
           This box has a color of #b3b3de        
        
          <div style="background-color:#b3b3de;">Content here</div>
        
        
          .mybackground {background-color:#b3b3de;}
        
        Background color #b3b3de
      
           Border around this has a color of #b3b3de        
        
          <div style="border:2px solid #b3b3de;">Content here</div>
        
        
          .myborder {border:2px solid #b3b3de;}
        
        Border color #b3b3de