#bed6ce color space conversions
Hex:
        #bed6ce
        RGB:
        190, 214, 206
        CMY:
        25, 16, 19
        CMYK:
        11, 0, 4, 16
      HSL:
        160°, 22.6415%, 79.2157%
        HSV (HSB):
        160°, 11.2150%, 83.9216%
        XYZ:
        56.4224, 63.4965, 67.6748
        xyY:
        0.3008, 0.3385, 63.4965
      CIE-Lab:
        83.7029, -9.5364, 1.2204
        CIE-LCH:
        83.7029, 9.6142, 172.7071
        CIE-Luv:
        83.7029, -12.6346, 3.4968
        Hunter-Lab:
        79.6847, -13.0577, 5.4253
      #bed6ce color charts
#bed6ce RGB chart
      #bed6ce CMYK chart
      #bed6ce RGB pie chart
      #bed6ce color shades, tints & tones
#bed6ce color schemes
#bed6ce color preview, HTML & CSS examples
           This text has a color of #bed6ce        
        
          <p style="color:#bed6ce;">Text here</p>
        
        
          .mytext {color:#bed6ce;}
        
        Text color #bed6ce
      
           This box has a color of #bed6ce        
        
          <div style="background-color:#bed6ce;">Content here</div>
        
        
          .mybackground {background-color:#bed6ce;}
        
        Background color #bed6ce
      
           Border around this has a color of #bed6ce        
        
          <div style="border:2px solid #bed6ce;">Content here</div>
        
        
          .myborder {border:2px solid #bed6ce;}
        
        Border color #bed6ce