#bed1cd color space conversions
Hex:
        #bed1cd
        RGB:
        190, 209, 205
        CMY:
        25, 18, 20
        CMYK:
        9, 0, 2, 18
      HSL:
        167°, 17.1171%, 78.2353%
        HSV (HSB):
        167°, 9.0909%, 81.9608%
        XYZ:
        55.0551, 60.9559, 66.6215
        xyY:
        0.3015, 0.3338, 60.9559
      CIE-Lab:
        82.3550, -7.1484, -0.2135
        CIE-LCH:
        82.3550, 7.1516, 181.7106
        CIE-Luv:
        82.3550, -10.1684, 0.9128
        Hunter-Lab:
        78.0742, -10.7582, 4.0592
      #bed1cd color charts
#bed1cd RGB chart
      #bed1cd CMYK chart
      #bed1cd RGB pie chart
      #bed1cd color shades, tints & tones
#bed1cd color schemes
#bed1cd color preview, HTML & CSS examples
           This text has a color of #bed1cd        
        
          <p style="color:#bed1cd;">Text here</p>
        
        
          .mytext {color:#bed1cd;}
        
        Text color #bed1cd
      
           This box has a color of #bed1cd        
        
          <div style="background-color:#bed1cd;">Content here</div>
        
        
          .mybackground {background-color:#bed1cd;}
        
        Background color #bed1cd
      
           Border around this has a color of #bed1cd        
        
          <div style="border:2px solid #bed1cd;">Content here</div>
        
        
          .myborder {border:2px solid #bed1cd;}
        
        Border color #bed1cd