#bdaffe color space conversions
Hex:
        #bdaffe
        RGB:
        189, 175, 254
        CMY:
        26, 31, 0
        CMYK:
        26, 31, 0, 0
      HSL:
        251°, 97.5309%, 84.1176%
        HSV (HSB):
        251°, 31.1024%, 99.6078%
        XYZ:
        54.2056, 48.6345, 100.2964
        xyY:
        0.2668, 0.2394, 48.6345
      CIE-Lab:
        75.2234, 21.4365, -37.3163
        CIE-LCH:
        75.2234, 43.0352, 299.8754
        CIE-Luv:
        75.2234, 2.0223, -63.3410
        Hunter-Lab:
        69.7385, 16.7005, -36.4527
      #bdaffe color charts
#bdaffe RGB chart
      #bdaffe CMYK chart
      #bdaffe RGB pie chart
      #bdaffe color shades, tints & tones
#bdaffe color schemes
#bdaffe color preview, HTML & CSS examples
           This text has a color of #bdaffe        
        
          <p style="color:#bdaffe;">Text here</p>
        
        
          .mytext {color:#bdaffe;}
        
        Text color #bdaffe
      
           This box has a color of #bdaffe        
        
          <div style="background-color:#bdaffe;">Content here</div>
        
        
          .mybackground {background-color:#bdaffe;}
        
        Background color #bdaffe
      
           Border around this has a color of #bdaffe        
        
          <div style="border:2px solid #bdaffe;">Content here</div>
        
        
          .myborder {border:2px solid #bdaffe;}
        
        Border color #bdaffe