#bff2be color space conversions
Hex:
        #bff2be
        RGB:
        191, 242, 190
        CMY:
        25, 5, 25
        CMYK:
        21, 0, 21, 5
      HSL:
        119°, 66.6667%, 84.7059%
        HSV (HSB):
        119°, 21.4876%, 94.9020%
        XYZ:
        62.5323, 78.2983, 60.5325
        xyY:
        0.3105, 0.3888, 78.2983
      CIE-Lab:
        90.9159, -25.9751, 19.8856
        CIE-LCH:
        90.9159, 32.7131, 142.5637
        CIE-Luv:
        90.9159, -25.4339, 33.5766
        Hunter-Lab:
        88.4863, -28.7073, 21.3808
      #bff2be color charts
#bff2be RGB chart
      #bff2be CMYK chart
      #bff2be RGB pie chart
      #bff2be color shades, tints & tones
#bff2be color schemes
#bff2be color preview, HTML & CSS examples
           This text has a color of #bff2be        
        
          <p style="color:#bff2be;">Text here</p>
        
        
          .mytext {color:#bff2be;}
        
        Text color #bff2be
      
           This box has a color of #bff2be        
        
          <div style="background-color:#bff2be;">Content here</div>
        
        
          .mybackground {background-color:#bff2be;}
        
        Background color #bff2be
      
           Border around this has a color of #bff2be        
        
          <div style="border:2px solid #bff2be;">Content here</div>
        
        
          .myborder {border:2px solid #bff2be;}
        
        Border color #bff2be