#b9dabe color space conversions
Hex:
        #b9dabe
        RGB:
        185, 218, 190
        CMY:
        27, 15, 25
        CMYK:
        15, 0, 13, 15
      HSL:
        129°, 30.8411%, 79.0196%
        HSV (HSB):
        129°, 15.1376%, 85.4902%
        XYZ:
        54.3733, 64.1748, 58.2364
        xyY:
        0.3076, 0.3630, 64.1748
      CIE-Lab:
        84.0567, -16.2111, 10.1656
        CIE-LCH:
        84.0567, 19.1348, 147.9092
        CIE-Luv:
        84.0567, -16.7560, 17.8391
        Hunter-Lab:
        80.1092, -19.0361, 12.9748
      #b9dabe color charts
#b9dabe RGB chart
      #b9dabe CMYK chart
      #b9dabe RGB pie chart
      #b9dabe color shades, tints & tones
#b9dabe color schemes
#b9dabe color preview, HTML & CSS examples
           This text has a color of #b9dabe        
        
          <p style="color:#b9dabe;">Text here</p>
        
        
          .mytext {color:#b9dabe;}
        
        Text color #b9dabe
      
           This box has a color of #b9dabe        
        
          <div style="background-color:#b9dabe;">Content here</div>
        
        
          .mybackground {background-color:#b9dabe;}
        
        Background color #b9dabe
      
           Border around this has a color of #b9dabe        
        
          <div style="border:2px solid #b9dabe;">Content here</div>
        
        
          .myborder {border:2px solid #b9dabe;}
        
        Border color #b9dabe