#b1debd color space conversions
Hex:
        #b1debd
        RGB:
        177, 222, 189
        CMY:
        31, 13, 26
        CMYK:
        20, 0, 15, 13
      HSL:
        136°, 40.5405%, 78.2353%
        HSV (HSB):
        136°, 20.2703%, 87.0588%
        XYZ:
        53.4380, 65.2638, 57.9248
        xyY:
        0.3025, 0.3695, 65.2638
      CIE-Lab:
        84.6195, -21.0304, 11.4260
        CIE-LCH:
        84.6195, 23.9339, 151.4844
        CIE-Luv:
        84.6195, -22.6876, 20.5034
        Hunter-Lab:
        80.7860, -23.3020, 14.0384
      #b1debd color charts
#b1debd RGB chart
      #b1debd CMYK chart
      #b1debd RGB pie chart
      #b1debd color shades, tints & tones
#b1debd color schemes
#b1debd color preview, HTML & CSS examples
           This text has a color of #b1debd        
        
          <p style="color:#b1debd;">Text here</p>
        
        
          .mytext {color:#b1debd;}
        
        Text color #b1debd
      
           This box has a color of #b1debd        
        
          <div style="background-color:#b1debd;">Content here</div>
        
        
          .mybackground {background-color:#b1debd;}
        
        Background color #b1debd
      
           Border around this has a color of #b1debd        
        
          <div style="border:2px solid #b1debd;">Content here</div>
        
        
          .myborder {border:2px solid #b1debd;}
        
        Border color #b1debd