#bdacff color space conversions
Hex:
        #bdacff
        RGB:
        189, 172, 255
        CMY:
        26, 33, 0
        CMYK:
        26, 33, 0, 0
      HSL:
        252°, 100.0000%, 83.7255%
        HSV (HSB):
        252°, 32.5490%, 100.0000%
        XYZ:
        53.7888, 47.5439, 100.9496
        xyY:
        0.2659, 0.2350, 47.5439
      CIE-Lab:
        74.5363, 23.3324, -38.9225
        CIE-LCH:
        74.5363, 45.3802, 300.9409
        CIE-Luv:
        74.5363, 3.1765, -66.2373
        Hunter-Lab:
        68.9521, 18.5799, -38.5374
      #bdacff color charts
#bdacff RGB chart
      #bdacff CMYK chart
      #bdacff RGB pie chart
      #bdacff color shades, tints & tones
#bdacff color schemes
#bdacff color preview, HTML & CSS examples
           This text has a color of #bdacff        
        
          <p style="color:#bdacff;">Text here</p>
        
        
          .mytext {color:#bdacff;}
        
        Text color #bdacff
      
           This box has a color of #bdacff        
        
          <div style="background-color:#bdacff;">Content here</div>
        
        
          .mybackground {background-color:#bdacff;}
        
        Background color #bdacff
      
           Border around this has a color of #bdacff        
        
          <div style="border:2px solid #bdacff;">Content here</div>
        
        
          .myborder {border:2px solid #bdacff;}
        
        Border color #bdacff