#bdacdc color space conversions
Hex:
        #bdacdc
        RGB:
        189, 172, 220
        CMY:
        26, 33, 14
        CMYK:
        14, 22, 0, 14
      HSL:
        261°, 40.6780%, 76.8627%
        HSV (HSB):
        261°, 21.8182%, 86.2745%
        XYZ:
        48.6571, 45.4912, 73.9263
        xyY:
        0.2895, 0.2707, 45.4912
      CIE-Lab:
        73.2141, 15.4371, -21.9653
        CIE-LCH:
        73.2141, 26.8473, 305.0993
        CIE-Luv:
        73.2141, 6.1192, -36.7726
        Hunter-Lab:
        67.4471, 10.7392, -17.7726
      #bdacdc color charts
#bdacdc RGB chart
      #bdacdc CMYK chart
      #bdacdc RGB pie chart
      #bdacdc color shades, tints & tones
#bdacdc color schemes
#bdacdc color preview, HTML & CSS examples
           This text has a color of #bdacdc        
        
          <p style="color:#bdacdc;">Text here</p>
        
        
          .mytext {color:#bdacdc;}
        
        Text color #bdacdc
      
           This box has a color of #bdacdc        
        
          <div style="background-color:#bdacdc;">Content here</div>
        
        
          .mybackground {background-color:#bdacdc;}
        
        Background color #bdacdc
      
           Border around this has a color of #bdacdc        
        
          <div style="border:2px solid #bdacdc;">Content here</div>
        
        
          .myborder {border:2px solid #bdacdc;}
        
        Border color #bdacdc