#bf4eac color space conversions
Hex:
        #bf4eac
        RGB:
        191, 78, 172
        CMY:
        25, 69, 33
        CMYK:
        0, 59, 10, 25
      HSL:
        310°, 46.8880%, 52.7451%
        HSV (HSB):
        310°, 59.1623%, 74.9020%
        XYZ:
        31.6566, 19.5037, 41.1258
        xyY:
        0.3430, 0.2113, 19.5037
      CIE-Lab:
        51.2714, 56.6241, -28.5860
        CIE-LCH:
        51.2714, 63.4306, 333.2136
        CIE-Luv:
        51.2714, 56.7001, -50.7639
        Hunter-Lab:
        44.1630, 50.6660, -24.2984
      #bf4eac color charts
#bf4eac RGB chart
      #bf4eac CMYK chart
      #bf4eac RGB pie chart
      #bf4eac color shades, tints & tones
#bf4eac color schemes
#bf4eac color preview, HTML & CSS examples
           This text has a color of #bf4eac        
        
          <p style="color:#bf4eac;">Text here</p>
        
        
          .mytext {color:#bf4eac;}
        
        Text color #bf4eac
      
           This box has a color of #bf4eac        
        
          <div style="background-color:#bf4eac;">Content here</div>
        
        
          .mybackground {background-color:#bf4eac;}
        
        Background color #bf4eac
      
           Border around this has a color of #bf4eac        
        
          <div style="border:2px solid #bf4eac;">Content here</div>
        
        
          .myborder {border:2px solid #bf4eac;}
        
        Border color #bf4eac