#bedced color space conversions
Hex:
        #bedced
        RGB:
        190, 220, 237
        CMY:
        25, 14, 7
        CMYK:
        20, 7, 0, 7
      HSL:
        202°, 56.6265%, 83.7255%
        HSV (HSB):
        202°, 19.8312%, 92.9412%
        XYZ:
        62.1145, 68.2480, 90.0202
        xyY:
        0.2818, 0.3097, 68.2480
      CIE-Lab:
        86.1303, -6.3183, -11.6244
        CIE-LCH:
        86.1303, 13.2305, 241.4741
        CIE-Luv:
        86.1303, -16.3442, -17.1624
        Hunter-Lab:
        82.6123, -10.3612, -6.7779
      #bedced color charts
#bedced RGB chart
      #bedced CMYK chart
      #bedced RGB pie chart
      #bedced color shades, tints & tones
#bedced color schemes
#bedced color preview, HTML & CSS examples
           This text has a color of #bedced        
        
          <p style="color:#bedced;">Text here</p>
        
        
          .mytext {color:#bedced;}
        
        Text color #bedced
      
           This box has a color of #bedced        
        
          <div style="background-color:#bedced;">Content here</div>
        
        
          .mybackground {background-color:#bedced;}
        
        Background color #bedced
      
           Border around this has a color of #bedced        
        
          <div style="border:2px solid #bedced;">Content here</div>
        
        
          .myborder {border:2px solid #bedced;}
        
        Border color #bedced