#b99fac color space conversions
Hex:
        #b99fac
        RGB:
        185, 159, 172
        CMY:
        27, 38, 33
        CMYK:
        0, 14, 7, 27
      HSL:
        330°, 15.6627%, 67.4510%
        HSV (HSB):
        330°, 14.0541%, 72.5490%
        XYZ:
        39.8521, 38.0891, 44.2812
        xyY:
        0.3261, 0.3116, 38.0891
      CIE-Lab:
        68.0862, 11.7913, -3.2015
        CIE-LCH:
        68.0862, 12.2182, 344.8095
        CIE-Luv:
        68.0862, 14.5244, -6.7278
        Hunter-Lab:
        61.7164, 7.2591, 0.6612
      #b99fac color charts
#b99fac RGB chart
      #b99fac CMYK chart
      #b99fac RGB pie chart
      #b99fac color shades, tints & tones
#b99fac color schemes
#b99fac color preview, HTML & CSS examples
           This text has a color of #b99fac        
        
          <p style="color:#b99fac;">Text here</p>
        
        
          .mytext {color:#b99fac;}
        
        Text color #b99fac
      
           This box has a color of #b99fac        
        
          <div style="background-color:#b99fac;">Content here</div>
        
        
          .mybackground {background-color:#b99fac;}
        
        Background color #b99fac
      
           Border around this has a color of #b99fac        
        
          <div style="border:2px solid #b99fac;">Content here</div>
        
        
          .myborder {border:2px solid #b99fac;}
        
        Border color #b99fac