#bc0ace color space conversions
Hex:
        #bc0ace
        RGB:
        188, 10, 206
        CMY:
        26, 96, 19
        CMYK:
        9, 95, 0, 19
      HSL:
        294°, 90.7407%, 42.3529%
        HSV (HSB):
        294°, 95.1456%, 80.7843%
        XYZ:
        31.9882, 15.3647, 59.6722
        xyY:
        0.2989, 0.1436, 15.3647
      CIE-Lab:
        46.1297, 79.9922, -56.5492
        CIE-LCH:
        46.1297, 97.9620, 324.7422
        CIE-Luv:
        46.1297, 55.1651, -93.0166
        Hunter-Lab:
        39.1978, 77.0724, -62.8208
      #bc0ace color charts
#bc0ace RGB chart
      #bc0ace CMYK chart
      #bc0ace RGB pie chart
      #bc0ace color shades, tints & tones
#bc0ace color schemes
#bc0ace color preview, HTML & CSS examples
           This text has a color of #bc0ace        
        
          <p style="color:#bc0ace;">Text here</p>
        
        
          .mytext {color:#bc0ace;}
        
        Text color #bc0ace
      
           This box has a color of #bc0ace        
        
          <div style="background-color:#bc0ace;">Content here</div>
        
        
          .mybackground {background-color:#bc0ace;}
        
        Background color #bc0ace
      
           Border around this has a color of #bc0ace        
        
          <div style="border:2px solid #bc0ace;">Content here</div>
        
        
          .myborder {border:2px solid #bc0ace;}
        
        Border color #bc0ace