#baffae color space conversions
Hex:
        #baffae
        RGB:
        186, 255, 174
        CMY:
        27, 0, 32
        CMYK:
        27, 0, 32, 0
      HSL:
        111°, 100.0000%, 84.1176%
        HSV (HSB):
        111°, 31.7647%, 100.0000%
        XYZ:
        63.6497, 85.0151, 53.0993
        xyY:
        0.3155, 0.4214, 85.0151
      CIE-Lab:
        93.8896, -36.2180, 32.0402
        CIE-LCH:
        93.8896, 48.3562, 138.5025
        CIE-Luv:
        93.8896, -34.0543, 51.7227
        Hunter-Lab:
        92.2036, -38.1349, 30.3980
      #baffae color charts
#baffae RGB chart
      #baffae CMYK chart
      #baffae RGB pie chart
      #baffae color shades, tints & tones
#baffae color schemes
#baffae color preview, HTML & CSS examples
           This text has a color of #baffae        
        
          <p style="color:#baffae;">Text here</p>
        
        
          .mytext {color:#baffae;}
        
        Text color #baffae
      
           This box has a color of #baffae        
        
          <div style="background-color:#baffae;">Content here</div>
        
        
          .mybackground {background-color:#baffae;}
        
        Background color #baffae
      
           Border around this has a color of #baffae        
        
          <div style="border:2px solid #baffae;">Content here</div>
        
        
          .myborder {border:2px solid #baffae;}
        
        Border color #baffae