#bbb3df color space conversions
Hex:
        #bbb3df
        RGB:
        187, 179, 223
        CMY:
        27, 30, 13
        CMYK:
        16, 20, 0, 13
      HSL:
        251°, 40.7407%, 78.8235%
        HSV (HSB):
        251°, 19.7309%, 87.4510%
        XYZ:
        49.9329, 48.1327, 76.4708
        xyY:
        0.2861, 0.2758, 48.1327
      CIE-Lab:
        74.9086, 11.5994, -21.0380
        CIE-LCH:
        74.9086, 24.0238, 298.8705
        CIE-Luv:
        74.9086, 1.5827, -34.7844
        Hunter-Lab:
        69.3777, 7.0599, -16.7873
      #bbb3df color charts
#bbb3df RGB chart
      #bbb3df CMYK chart
      #bbb3df RGB pie chart
      #bbb3df color shades, tints & tones
#bbb3df color schemes
#bbb3df color preview, HTML & CSS examples
           This text has a color of #bbb3df        
        
          <p style="color:#bbb3df;">Text here</p>
        
        
          .mytext {color:#bbb3df;}
        
        Text color #bbb3df
      
           This box has a color of #bbb3df        
        
          <div style="background-color:#bbb3df;">Content here</div>
        
        
          .mybackground {background-color:#bbb3df;}
        
        Background color #bbb3df
      
           Border around this has a color of #bbb3df        
        
          <div style="border:2px solid #bbb3df;">Content here</div>
        
        
          .myborder {border:2px solid #bbb3df;}
        
        Border color #bbb3df