#bfeaef color space conversions
Hex:
        #bfeaef
        RGB:
        191, 234, 239
        CMY:
        25, 8, 6
        CMYK:
        20, 2, 0, 6
      HSL:
        186°, 60.0000%, 84.3137%
        HSV (HSB):
        186°, 20.0837%, 93.7255%
        XYZ:
        66.4887, 76.1540, 92.8562
        xyY:
        0.2823, 0.3234, 76.1540
      CIE-Lab:
        89.9308, -12.7447, -7.0227
        CIE-LCH:
        89.9308, 14.5514, 208.8561
        CIE-Luv:
        89.9308, -22.2489, -8.8051
        Hunter-Lab:
        87.2663, -16.7158, -2.0015
      #bfeaef color charts
#bfeaef RGB chart
      #bfeaef CMYK chart
      #bfeaef RGB pie chart
      #bfeaef color shades, tints & tones
#bfeaef color schemes
#bfeaef color preview, HTML & CSS examples
           This text has a color of #bfeaef        
        
          <p style="color:#bfeaef;">Text here</p>
        
        
          .mytext {color:#bfeaef;}
        
        Text color #bfeaef
      
           This box has a color of #bfeaef        
        
          <div style="background-color:#bfeaef;">Content here</div>
        
        
          .mybackground {background-color:#bfeaef;}
        
        Background color #bfeaef
      
           Border around this has a color of #bfeaef        
        
          <div style="border:2px solid #bfeaef;">Content here</div>
        
        
          .myborder {border:2px solid #bfeaef;}
        
        Border color #bfeaef