#beddfa color space conversions
Hex:
        #beddfa
        RGB:
        190, 221, 250
        CMY:
        25, 13, 2
        CMYK:
        24, 12, 0, 2
      HSL:
        209°, 85.7143%, 86.2745%
        HSV (HSB):
        209°, 24.0000%, 98.0392%
        XYZ:
        64.3470, 69.5622, 100.4779
        xyY:
        0.2745, 0.2968, 69.5622
      CIE-Lab:
        86.7817, -3.9887, -17.5055
        CIE-LCH:
        86.7817, 17.9542, 257.1640
        CIE-Luv:
        86.7817, -17.1405, -27.1599
        Hunter-Lab:
        83.4039, -8.2424, -13.0447
      #beddfa color charts
#beddfa RGB chart
      #beddfa CMYK chart
      #beddfa RGB pie chart
      #beddfa color shades, tints & tones
#beddfa color schemes
#beddfa color preview, HTML & CSS examples
           This text has a color of #beddfa        
        
          <p style="color:#beddfa;">Text here</p>
        
        
          .mytext {color:#beddfa;}
        
        Text color #beddfa
      
           This box has a color of #beddfa        
        
          <div style="background-color:#beddfa;">Content here</div>
        
        
          .mybackground {background-color:#beddfa;}
        
        Background color #beddfa
      
           Border around this has a color of #beddfa        
        
          <div style="border:2px solid #beddfa;">Content here</div>
        
        
          .myborder {border:2px solid #beddfa;}
        
        Border color #beddfa