#bfedbf color space conversions
Hex:
        #bfedbf
        RGB:
        191, 237, 191
        CMY:
        25, 7, 25
        CMYK:
        19, 0, 19, 7
      HSL:
        120°, 56.0976%, 83.9216%
        HSV (HSB):
        120°, 19.4093%, 92.9412%
        XYZ:
        61.1740, 75.4063, 60.6209
        xyY:
        0.3102, 0.3824, 75.4063
      CIE-Lab:
        89.5830, -23.4016, 17.5075
        CIE-LCH:
        89.5830, 29.2258, 143.1986
        CIE-Luv:
        89.5830, -23.0197, 29.7484
        Hunter-Lab:
        86.8368, -26.2164, 19.3954
      #bfedbf color charts
#bfedbf RGB chart
      #bfedbf CMYK chart
      #bfedbf RGB pie chart
      #bfedbf color shades, tints & tones
#bfedbf color schemes
#bfedbf color preview, HTML & CSS examples
           This text has a color of #bfedbf        
        
          <p style="color:#bfedbf;">Text here</p>
        
        
          .mytext {color:#bfedbf;}
        
        Text color #bfedbf
      
           This box has a color of #bfedbf        
        
          <div style="background-color:#bfedbf;">Content here</div>
        
        
          .mybackground {background-color:#bfedbf;}
        
        Background color #bfedbf
      
           Border around this has a color of #bfedbf        
        
          <div style="border:2px solid #bfedbf;">Content here</div>
        
        
          .myborder {border:2px solid #bfedbf;}
        
        Border color #bfedbf