#b2fdac color space conversions
Hex:
        #b2fdac
        RGB:
        178, 253, 172
        CMY:
        30, 1, 33
        CMYK:
        30, 0, 32, 1
      HSL:
        116°, 95.2941%, 83.3333%
        HSV (HSB):
        116°, 32.0158%, 99.2157%
        XYZ:
        60.9318, 82.6941, 51.7798
        xyY:
        0.3118, 0.4232, 82.6941
      CIE-Lab:
        92.8803, -38.1849, 31.6149
        CIE-LCH:
        92.8803, 49.5741, 140.3772
        CIE-Luv:
        92.8803, -36.8552, 51.4162
        Hunter-Lab:
        90.9363, -39.5348, 29.8952
      #b2fdac color charts
#b2fdac RGB chart
      #b2fdac CMYK chart
      #b2fdac RGB pie chart
      #b2fdac color shades, tints & tones
#b2fdac color schemes
#b2fdac color preview, HTML & CSS examples
           This text has a color of #b2fdac        
        
          <p style="color:#b2fdac;">Text here</p>
        
        
          .mytext {color:#b2fdac;}
        
        Text color #b2fdac
      
           This box has a color of #b2fdac        
        
          <div style="background-color:#b2fdac;">Content here</div>
        
        
          .mybackground {background-color:#b2fdac;}
        
        Background color #b2fdac
      
           Border around this has a color of #b2fdac        
        
          <div style="border:2px solid #b2fdac;">Content here</div>
        
        
          .myborder {border:2px solid #b2fdac;}
        
        Border color #b2fdac