#bcacfd color space conversions
Hex:
        #bcacfd
        RGB:
        188, 172, 253
        CMY:
        26, 33, 1
        CMYK:
        26, 32, 0, 1
      HSL:
        252°, 95.2941%, 83.3333%
        HSV (HSB):
        252°, 32.0158%, 99.2157%
        XYZ:
        53.2212, 47.2883, 99.2510
        xyY:
        0.2664, 0.2367, 47.2883
      CIE-Lab:
        74.3738, 22.5731, -38.1027
        CIE-LCH:
        74.3738, 44.2873, 300.6437
        CIE-Luv:
        74.3738, 2.8410, -64.7264
        Hunter-Lab:
        68.7665, 17.8072, -37.4370
      #bcacfd color charts
#bcacfd RGB chart
      #bcacfd CMYK chart
      #bcacfd RGB pie chart
      #bcacfd color shades, tints & tones
#bcacfd color schemes
#bcacfd color preview, HTML & CSS examples
           This text has a color of #bcacfd        
        
          <p style="color:#bcacfd;">Text here</p>
        
        
          .mytext {color:#bcacfd;}
        
        Text color #bcacfd
      
           This box has a color of #bcacfd        
        
          <div style="background-color:#bcacfd;">Content here</div>
        
        
          .mybackground {background-color:#bcacfd;}
        
        Background color #bcacfd
      
           Border around this has a color of #bcacfd        
        
          <div style="border:2px solid #bcacfd;">Content here</div>
        
        
          .myborder {border:2px solid #bcacfd;}
        
        Border color #bcacfd