#beddfe color space conversions
Hex:
        #beddfe
        RGB:
        190, 221, 254
        CMY:
        25, 13, 0
        CMYK:
        25, 13, 0, 0
      HSL:
        211°, 96.9697%, 87.0588%
        HSV (HSB):
        211°, 25.1969%, 99.6078%
        XYZ:
        64.9810, 69.8158, 103.8169
        xyY:
        0.2723, 0.2926, 69.8158
      CIE-Lab:
        86.9064, -3.0891, -19.4238
        CIE-LCH:
        86.9064, 19.6679, 260.9635
        CIE-Luv:
        86.9064, -17.2476, -30.4839
        Hunter-Lab:
        83.5559, -7.4040, -15.1778
      #beddfe color charts
#beddfe RGB chart
      #beddfe CMYK chart
      #beddfe RGB pie chart
      #beddfe color shades, tints & tones
#beddfe color schemes
#beddfe color preview, HTML & CSS examples
           This text has a color of #beddfe        
        
          <p style="color:#beddfe;">Text here</p>
        
        
          .mytext {color:#beddfe;}
        
        Text color #beddfe
      
           This box has a color of #beddfe        
        
          <div style="background-color:#beddfe;">Content here</div>
        
        
          .mybackground {background-color:#beddfe;}
        
        Background color #beddfe
      
           Border around this has a color of #beddfe        
        
          <div style="border:2px solid #beddfe;">Content here</div>
        
        
          .myborder {border:2px solid #beddfe;}
        
        Border color #beddfe