#beacfc color space conversions
Hex:
        #beacfc
        RGB:
        190, 172, 252
        CMY:
        25, 33, 1
        CMYK:
        25, 32, 0, 1
      HSL:
        254°, 93.0233%, 83.1373%
        HSV (HSB):
        254°, 31.7460%, 98.8235%
        XYZ:
        53.5584, 47.4805, 98.4373
        xyY:
        0.2685, 0.2380, 47.4805
      CIE-Lab:
        74.4961, 22.9147, -37.3604
        CIE-LCH:
        74.4961, 43.8279, 301.5225
        CIE-Luv:
        74.4961, 3.9341, -63.5395
        Hunter-Lab:
        68.9061, 18.1565, -36.4658
      #beacfc color charts
#beacfc RGB chart
      #beacfc CMYK chart
      #beacfc RGB pie chart
      #beacfc color shades, tints & tones
#beacfc color schemes
#beacfc color preview, HTML & CSS examples
           This text has a color of #beacfc        
        
          <p style="color:#beacfc;">Text here</p>
        
        
          .mytext {color:#beacfc;}
        
        Text color #beacfc
      
           This box has a color of #beacfc        
        
          <div style="background-color:#beacfc;">Content here</div>
        
        
          .mybackground {background-color:#beacfc;}
        
        Background color #beacfc
      
           Border around this has a color of #beacfc        
        
          <div style="border:2px solid #beacfc;">Content here</div>
        
        
          .myborder {border:2px solid #beacfc;}
        
        Border color #beacfc