#bedbbe color space conversions
Hex:
        #bedbbe
        RGB:
        190, 219, 190
        CMY:
        25, 14, 25
        CMYK:
        13, 0, 13, 14
      HSL:
        120°, 28.7129%, 80.1961%
        HSV (HSB):
        120°, 13.2420%, 85.8824%
        XYZ:
        55.8610, 65.3279, 58.3806
        xyY:
        0.3111, 0.3638, 65.3279
      CIE-Lab:
        84.6524, -15.0273, 11.0588
        CIE-LCH:
        84.6524, 18.6579, 143.6500
        CIE-Luv:
        84.6524, -14.6538, 18.9327
        Hunter-Lab:
        80.8257, -18.0784, 13.7527
      #bedbbe color charts
#bedbbe RGB chart
      #bedbbe CMYK chart
      #bedbbe RGB pie chart
      #bedbbe color shades, tints & tones
#bedbbe color schemes
#bedbbe color preview, HTML & CSS examples
           This text has a color of #bedbbe        
        
          <p style="color:#bedbbe;">Text here</p>
        
        
          .mytext {color:#bedbbe;}
        
        Text color #bedbbe
      
           This box has a color of #bedbbe        
        
          <div style="background-color:#bedbbe;">Content here</div>
        
        
          .mybackground {background-color:#bedbbe;}
        
        Background color #bedbbe
      
           Border around this has a color of #bedbbe        
        
          <div style="border:2px solid #bedbbe;">Content here</div>
        
        
          .myborder {border:2px solid #bedbbe;}
        
        Border color #bedbbe