#beaefa color space conversions
Hex:
        #beaefa
        RGB:
        190, 174, 250
        CMY:
        25, 32, 2
        CMYK:
        24, 30, 0, 2
      HSL:
        253°, 88.3721%, 83.1373%
        HSV (HSB):
        253°, 30.4000%, 98.0392%
        XYZ:
        53.6266, 48.1214, 96.9044
        xyY:
        0.2700, 0.2422, 48.1214
      CIE-Lab:
        74.9014, 21.3425, -35.6525
        CIE-LCH:
        74.9014, 41.5524, 300.9059
        CIE-Luv:
        74.9014, 3.2671, -60.4868
        Hunter-Lab:
        69.3696, 16.5938, -34.2652
      #beaefa color charts
#beaefa RGB chart
      #beaefa CMYK chart
      #beaefa RGB pie chart
      #beaefa color shades, tints & tones
#beaefa color schemes
#beaefa color preview, HTML & CSS examples
           This text has a color of #beaefa        
        
          <p style="color:#beaefa;">Text here</p>
        
        
          .mytext {color:#beaefa;}
        
        Text color #beaefa
      
           This box has a color of #beaefa        
        
          <div style="background-color:#beaefa;">Content here</div>
        
        
          .mybackground {background-color:#beaefa;}
        
        Background color #beaefa
      
           Border around this has a color of #beaefa        
        
          <div style="border:2px solid #beaefa;">Content here</div>
        
        
          .myborder {border:2px solid #beaefa;}
        
        Border color #beaefa