#beccfe color space conversions
Hex:
        #beccfe
        RGB:
        190, 204, 254
        CMY:
        25, 20, 0
        CMYK:
        25, 20, 0, 0
      HSL:
        227°, 96.9697%, 87.0588%
        HSV (HSB):
        227°, 25.1969%, 99.6078%
        XYZ:
        60.7175, 61.2886, 102.3957
        xyY:
        0.2706, 0.2731, 61.2886
      CIE-Lab:
        82.5337, 5.9068, -26.0607
        CIE-LCH:
        82.5337, 26.7217, 282.7706
        CIE-Luv:
        82.5337, -9.8325, -42.7269
        Hunter-Lab:
        78.2871, 1.4377, -22.7475
      #beccfe color charts
#beccfe RGB chart
      #beccfe CMYK chart
      #beccfe RGB pie chart
      #beccfe color shades, tints & tones
#beccfe color schemes
#beccfe color preview, HTML & CSS examples
           This text has a color of #beccfe        
        
          <p style="color:#beccfe;">Text here</p>
        
        
          .mytext {color:#beccfe;}
        
        Text color #beccfe
      
           This box has a color of #beccfe        
        
          <div style="background-color:#beccfe;">Content here</div>
        
        
          .mybackground {background-color:#beccfe;}
        
        Background color #beccfe
      
           Border around this has a color of #beccfe        
        
          <div style="border:2px solid #beccfe;">Content here</div>
        
        
          .myborder {border:2px solid #beccfe;}
        
        Border color #beccfe