#bedabf color space conversions
Hex:
        #bedabf
        RGB:
        190, 218, 191
        CMY:
        25, 15, 25
        CMYK:
        13, 0, 12, 15
      HSL:
        122°, 27.4510%, 80.0000%
        HSV (HSB):
        122°, 12.8440%, 85.4902%
        XYZ:
        55.7106, 64.8515, 58.8716
        xyY:
        0.3105, 0.3614, 64.8515
      CIE-Lab:
        84.4072, -14.3465, 10.1818
        CIE-LCH:
        84.4072, 17.5923, 144.6364
        CIE-Luv:
        84.4072, -14.1809, 17.5485
        Hunter-Lab:
        80.5305, -17.4429, 13.0275
      #bedabf color charts
#bedabf RGB chart
      #bedabf CMYK chart
      #bedabf RGB pie chart
      #bedabf color shades, tints & tones
#bedabf color schemes
#bedabf color preview, HTML & CSS examples
           This text has a color of #bedabf        
        
          <p style="color:#bedabf;">Text here</p>
        
        
          .mytext {color:#bedabf;}
        
        Text color #bedabf
      
           This box has a color of #bedabf        
        
          <div style="background-color:#bedabf;">Content here</div>
        
        
          .mybackground {background-color:#bedabf;}
        
        Background color #bedabf
      
           Border around this has a color of #bedabf        
        
          <div style="border:2px solid #bedabf;">Content here</div>
        
        
          .myborder {border:2px solid #bedabf;}
        
        Border color #bedabf