#bc00da color space conversions
Hex:
        #bc00da
        RGB:
        188, 0, 218
        CMY:
        26, 100, 15
        CMYK:
        14, 100, 0, 15
      HSL:
        292°, 100.0000%, 42.7451%
        HSV (HSB):
        292°, 100.0000%, 85.4902%
        XYZ:
        33.3939, 15.7533, 67.6103
        xyY:
        0.2860, 0.1349, 15.7533
      CIE-Lab:
        46.6492, 82.7749, -62.6111
        CIE-LCH:
        46.6492, 103.7875, 322.8961
        CIE-Luv:
        46.6492, 51.4536, -102.0569
        Hunter-Lab:
        39.6905, 80.7243, -73.2136
      #bc00da color charts
#bc00da RGB chart
      #bc00da CMYK chart
      #bc00da RGB pie chart
      #bc00da color shades, tints & tones
#bc00da color schemes
#bc00da color preview, HTML & CSS examples
           This text has a color of #bc00da        
        
          <p style="color:#bc00da;">Text here</p>
        
        
          .mytext {color:#bc00da;}
        
        Text color #bc00da
      
           This box has a color of #bc00da        
        
          <div style="background-color:#bc00da;">Content here</div>
        
        
          .mybackground {background-color:#bc00da;}
        
        Background color #bc00da
      
           Border around this has a color of #bc00da        
        
          <div style="border:2px solid #bc00da;">Content here</div>
        
        
          .myborder {border:2px solid #bc00da;}
        
        Border color #bc00da