#b9faec color space conversions
Hex:
        #b9faec
        RGB:
        185, 250, 236
        CMY:
        27, 2, 7
        CMYK:
        26, 0, 6, 2
      HSL:
        167°, 86.6667%, 85.2941%
        HSV (HSB):
        167°, 26.0000%, 98.0392%
        XYZ:
        69.3335, 84.7416, 92.0594
        xyY:
        0.2817, 0.3443, 84.7416
      CIE-Lab:
        93.7717, -23.0580, 0.1436
        CIE-LCH:
        93.7717, 23.0584, 179.6432
        CIE-Luv:
        93.7717, -32.0480, 4.1815
        Hunter-Lab:
        92.0552, -26.6552, 5.1460
      #b9faec color charts
#b9faec RGB chart
      #b9faec CMYK chart
      #b9faec RGB pie chart
      #b9faec color shades, tints & tones
#b9faec color schemes
#b9faec color preview, HTML & CSS examples
           This text has a color of #b9faec        
        
          <p style="color:#b9faec;">Text here</p>
        
        
          .mytext {color:#b9faec;}
        
        Text color #b9faec
      
           This box has a color of #b9faec        
        
          <div style="background-color:#b9faec;">Content here</div>
        
        
          .mybackground {background-color:#b9faec;}
        
        Background color #b9faec
      
           Border around this has a color of #b9faec        
        
          <div style="border:2px solid #b9faec;">Content here</div>
        
        
          .myborder {border:2px solid #b9faec;}
        
        Border color #b9faec