#b08eac color space conversions
Hex:
        #b08eac
        RGB:
        176, 142, 172
        CMY:
        31, 44, 33
        CMYK:
        0, 19, 2, 31
      HSL:
        307°, 17.7083%, 62.3529%
        HSV (HSB):
        307°, 19.3182%, 69.0196%
        XYZ:
        35.0239, 31.5547, 43.2744
        xyY:
        0.3188, 0.2872, 31.5547
      CIE-Lab:
        62.9731, 18.0625, -10.8857
        CIE-LCH:
        62.9731, 21.0892, 328.9241
        CIE-Luv:
        62.9731, 17.7551, -19.0945
        Hunter-Lab:
        56.1735, 12.9901, -6.3538
      #b08eac color charts
#b08eac RGB chart
      #b08eac CMYK chart
      #b08eac RGB pie chart
      #b08eac color shades, tints & tones
#b08eac color schemes
#b08eac color preview, HTML & CSS examples
           This text has a color of #b08eac        
        
          <p style="color:#b08eac;">Text here</p>
        
        
          .mytext {color:#b08eac;}
        
        Text color #b08eac
      
           This box has a color of #b08eac        
        
          <div style="background-color:#b08eac;">Content here</div>
        
        
          .mybackground {background-color:#b08eac;}
        
        Background color #b08eac
      
           Border around this has a color of #b08eac        
        
          <div style="border:2px solid #b08eac;">Content here</div>
        
        
          .myborder {border:2px solid #b08eac;}
        
        Border color #b08eac