#bedbbd color space conversions
Hex:
        #bedbbd
        RGB:
        190, 219, 189
        CMY:
        25, 14, 26
        CMYK:
        13, 0, 14, 14
      HSL:
        118°, 29.4118%, 80.0000%
        HSV (HSB):
        118°, 13.6986%, 85.8824%
        XYZ:
        55.7520, 65.2843, 57.8068
        xyY:
        0.3117, 0.3650, 65.2843
      CIE-Lab:
        84.6300, -15.2033, 11.5543
        CIE-LCH:
        84.6300, 19.0956, 142.7656
        CIE-Luv:
        84.6300, -14.6294, 19.6687
        Hunter-Lab:
        80.7987, -18.2307, 14.1405
      #bedbbd color charts
#bedbbd RGB chart
      #bedbbd CMYK chart
      #bedbbd RGB pie chart
      #bedbbd color shades, tints & tones
#bedbbd color schemes
#bedbbd color preview, HTML & CSS examples
           This text has a color of #bedbbd        
        
          <p style="color:#bedbbd;">Text here</p>
        
        
          .mytext {color:#bedbbd;}
        
        Text color #bedbbd
      
           This box has a color of #bedbbd        
        
          <div style="background-color:#bedbbd;">Content here</div>
        
        
          .mybackground {background-color:#bedbbd;}
        
        Background color #bedbbd
      
           Border around this has a color of #bedbbd        
        
          <div style="border:2px solid #bedbbd;">Content here</div>
        
        
          .myborder {border:2px solid #bedbbd;}
        
        Border color #bedbbd