#beacdb color space conversions
Hex:
        #beacdb
        RGB:
        190, 172, 219
        CMY:
        25, 33, 14
        CMYK:
        13, 21, 0, 14
      HSL:
        263°, 39.4958%, 76.6667%
        HSV (HSB):
        263°, 21.4612%, 85.8824%
        XYZ:
        48.7739, 45.5667, 73.2424
        xyY:
        0.2910, 0.2719, 45.5667
      CIE-Lab:
        73.2635, 15.5444, -21.3365
        CIE-LCH:
        73.2635, 26.3984, 306.0747
        CIE-Luv:
        73.2635, 6.7549, -35.7726
        Hunter-Lab:
        67.5031, 10.8436, -17.0789
      #beacdb color charts
#beacdb RGB chart
      #beacdb CMYK chart
      #beacdb RGB pie chart
      #beacdb color shades, tints & tones
#beacdb color schemes
#beacdb color preview, HTML & CSS examples
           This text has a color of #beacdb        
        
          <p style="color:#beacdb;">Text here</p>
        
        
          .mytext {color:#beacdb;}
        
        Text color #beacdb
      
           This box has a color of #beacdb        
        
          <div style="background-color:#beacdb;">Content here</div>
        
        
          .mybackground {background-color:#beacdb;}
        
        Background color #beacdb
      
           Border around this has a color of #beacdb        
        
          <div style="border:2px solid #beacdb;">Content here</div>
        
        
          .myborder {border:2px solid #beacdb;}
        
        Border color #beacdb