#beabfe color space conversions
Hex:
        #beabfe
        RGB:
        190, 171, 254
        CMY:
        25, 33, 0
        CMYK:
        25, 33, 0, 0
      HSL:
        254°, 97.6471%, 83.3333%
        HSV (HSB):
        254°, 32.6772%, 99.6078%
        XYZ:
        53.6875, 47.2287, 100.0523
        xyY:
        0.2671, 0.2350, 47.2287
      CIE-Lab:
        74.3358, 23.9368, -38.6886
        CIE-LCH:
        74.3358, 45.4948, 301.7453
        CIE-Luv:
        74.3358, 4.1753, -65.9029
        Hunter-Lab:
        68.7232, 19.1812, -38.2126
      #beabfe color charts
#beabfe RGB chart
      #beabfe CMYK chart
      #beabfe RGB pie chart
      #beabfe color shades, tints & tones
#beabfe color schemes
#beabfe color preview, HTML & CSS examples
           This text has a color of #beabfe        
        
          <p style="color:#beabfe;">Text here</p>
        
        
          .mytext {color:#beabfe;}
        
        Text color #beabfe
      
           This box has a color of #beabfe        
        
          <div style="background-color:#beabfe;">Content here</div>
        
        
          .mybackground {background-color:#beabfe;}
        
        Background color #beabfe
      
           Border around this has a color of #beabfe        
        
          <div style="border:2px solid #beabfe;">Content here</div>
        
        
          .myborder {border:2px solid #beabfe;}
        
        Border color #beabfe