#bc03be color space conversions
Hex:
        #bc03be
        RGB:
        188, 3, 190
        CMY:
        26, 99, 25
        CMYK:
        1, 98, 0, 25
      HSL:
        299°, 96.8912%, 37.8431%
        HSV (HSB):
        299°, 98.4211%, 74.5098%
        XYZ:
        30.0659, 14.4742, 49.9243
        xyY:
        0.3183, 0.1532, 14.4742
      CIE-Lab:
        44.9054, 78.1579, -49.2130
        CIE-LCH:
        44.9054, 92.3611, 327.8030
        CIE-Luv:
        44.9054, 61.3704, -81.8249
        Hunter-Lab:
        38.0450, 74.4848, -51.1716
      #bc03be color charts
#bc03be RGB chart
      #bc03be CMYK chart
      #bc03be RGB pie chart
      #bc03be color shades, tints & tones
#bc03be color schemes
#bc03be color preview, HTML & CSS examples
           This text has a color of #bc03be        
        
          <p style="color:#bc03be;">Text here</p>
        
        
          .mytext {color:#bc03be;}
        
        Text color #bc03be
      
           This box has a color of #bc03be        
        
          <div style="background-color:#bc03be;">Content here</div>
        
        
          .mybackground {background-color:#bc03be;}
        
        Background color #bc03be
      
           Border around this has a color of #bc03be        
        
          <div style="border:2px solid #bc03be;">Content here</div>
        
        
          .myborder {border:2px solid #bc03be;}
        
        Border color #bc03be