#badff2 color space conversions
Hex:
        #badff2
        RGB:
        186, 223, 242
        CMY:
        27, 13, 5
        CMYK:
        23, 8, 0, 5
      HSL:
        200°, 68.2927%, 83.9216%
        HSV (HSB):
        200°, 23.1405%, 94.9020%
        XYZ:
        62.6644, 69.6253, 94.1407
        xyY:
        0.2767, 0.3075, 69.6253
      CIE-Lab:
        86.8127, -7.9832, -13.2691
        CIE-LCH:
        86.8127, 15.4855, 238.9675
        CIE-Luv:
        86.8127, -19.6836, -19.5826
        Hunter-Lab:
        83.4418, -11.9704, -8.4829
      #badff2 color charts
#badff2 RGB chart
      #badff2 CMYK chart
      #badff2 RGB pie chart
      #badff2 color shades, tints & tones
#badff2 color schemes
#badff2 color preview, HTML & CSS examples
           This text has a color of #badff2        
        
          <p style="color:#badff2;">Text here</p>
        
        
          .mytext {color:#badff2;}
        
        Text color #badff2
      
           This box has a color of #badff2        
        
          <div style="background-color:#badff2;">Content here</div>
        
        
          .mybackground {background-color:#badff2;}
        
        Background color #badff2
      
           Border around this has a color of #badff2        
        
          <div style="border:2px solid #badff2;">Content here</div>
        
        
          .myborder {border:2px solid #badff2;}
        
        Border color #badff2