#bed2eb color space conversions
Hex:
        #bed2eb
        RGB:
        190, 210, 235
        CMY:
        25, 18, 8
        CMYK:
        19, 11, 0, 8
      HSL:
        213°, 52.9412%, 83.3333%
        HSV (HSB):
        213°, 19.1489%, 92.1569%
        XYZ:
        59.2772, 63.0385, 87.6407
        xyY:
        0.2823, 0.3002, 63.0385
      CIE-Lab:
        83.4626, -1.5295, -14.5551
        CIE-LCH:
        83.4626, 14.6352, 264.0010
        CIE-Luv:
        83.4626, -11.7318, -22.5936
        Hunter-Lab:
        79.3968, -5.6773, -9.8684
      #bed2eb color charts
#bed2eb RGB chart
      #bed2eb CMYK chart
      #bed2eb RGB pie chart
      #bed2eb color shades, tints & tones
#bed2eb color schemes
#bed2eb color preview, HTML & CSS examples
           This text has a color of #bed2eb        
        
          <p style="color:#bed2eb;">Text here</p>
        
        
          .mytext {color:#bed2eb;}
        
        Text color #bed2eb
      
           This box has a color of #bed2eb        
        
          <div style="background-color:#bed2eb;">Content here</div>
        
        
          .mybackground {background-color:#bed2eb;}
        
        Background color #bed2eb
      
           Border around this has a color of #bed2eb        
        
          <div style="border:2px solid #bed2eb;">Content here</div>
        
        
          .myborder {border:2px solid #bed2eb;}
        
        Border color #bed2eb