#bfeaaf color space conversions
Hex:
        #bfeaaf
        RGB:
        191, 234, 175
        CMY:
        25, 8, 31
        CMYK:
        18, 0, 25, 8
      HSL:
        104°, 58.4158%, 80.1961%
        HSV (HSB):
        104°, 25.2137%, 91.7647%
        XYZ:
        58.6465, 73.0171, 51.5602
        xyY:
        0.3201, 0.3985, 73.0171
      CIE-Lab:
        88.4559, -24.5726, 24.2076
        CIE-LCH:
        88.4559, 34.4938, 135.4287
        CIE-Luv:
        88.4559, -21.3572, 38.9261
        Hunter-Lab:
        85.4501, -27.0286, 24.0398
      #bfeaaf color charts
#bfeaaf RGB chart
      #bfeaaf CMYK chart
      #bfeaaf RGB pie chart
      #bfeaaf color shades, tints & tones
#bfeaaf color schemes
#bfeaaf color preview, HTML & CSS examples
           This text has a color of #bfeaaf        
        
          <p style="color:#bfeaaf;">Text here</p>
        
        
          .mytext {color:#bfeaaf;}
        
        Text color #bfeaaf
      
           This box has a color of #bfeaaf        
        
          <div style="background-color:#bfeaaf;">Content here</div>
        
        
          .mybackground {background-color:#bfeaaf;}
        
        Background color #bfeaaf
      
           Border around this has a color of #bfeaaf        
        
          <div style="border:2px solid #bfeaaf;">Content here</div>
        
        
          .myborder {border:2px solid #bfeaaf;}
        
        Border color #bfeaaf