#bed1bd color space conversions
Hex:
        #bed1bd
        RGB:
        190, 209, 189
        CMY:
        25, 18, 26
        CMYK:
        9, 0, 10, 18
      HSL:
        117°, 17.8571%, 78.0392%
        HSV (HSB):
        117°, 9.5694%, 81.9608%
        XYZ:
        53.2210, 60.2222, 56.9631
        xyY:
        0.3123, 0.3534, 60.2222
      CIE-Lab:
        81.9588, -10.1215, 7.7405
        CIE-LCH:
        81.9588, 12.7421, 142.5930
        CIE-Luv:
        81.9588, -9.6102, 13.2088
        Hunter-Lab:
        77.6030, -13.3879, 10.8013
      #bed1bd color charts
#bed1bd RGB chart
      #bed1bd CMYK chart
      #bed1bd RGB pie chart
      #bed1bd color shades, tints & tones
#bed1bd color schemes
#bed1bd color preview, HTML & CSS examples
           This text has a color of #bed1bd        
        
          <p style="color:#bed1bd;">Text here</p>
        
        
          .mytext {color:#bed1bd;}
        
        Text color #bed1bd
      
           This box has a color of #bed1bd        
        
          <div style="background-color:#bed1bd;">Content here</div>
        
        
          .mybackground {background-color:#bed1bd;}
        
        Background color #bed1bd
      
           Border around this has a color of #bed1bd        
        
          <div style="border:2px solid #bed1bd;">Content here</div>
        
        
          .myborder {border:2px solid #bed1bd;}
        
        Border color #bed1bd