#be7fac color space conversions
Hex:
        #be7fac
        RGB:
        190, 127, 172
        CMY:
        25, 50, 33
        CMYK:
        0, 33, 9, 25
      HSL:
        317°, 32.6425%, 62.1569%
        HSV (HSB):
        317°, 33.1579%, 74.5098%
        XYZ:
        36.2710, 29.1045, 42.7358
        xyY:
        0.3355, 0.2692, 29.1045
      CIE-Lab:
        60.8737, 31.3167, -13.8926
        CIE-LCH:
        60.8737, 34.2599, 336.0771
        CIE-Luv:
        60.8737, 34.4607, -25.7417
        Hunter-Lab:
        53.9485, 25.6001, -9.2031
      #be7fac color charts
#be7fac RGB chart
      #be7fac CMYK chart
      #be7fac RGB pie chart
      #be7fac color shades, tints & tones
#be7fac color schemes
#be7fac color preview, HTML & CSS examples
           This text has a color of #be7fac        
        
          <p style="color:#be7fac;">Text here</p>
        
        
          .mytext {color:#be7fac;}
        
        Text color #be7fac
      
           This box has a color of #be7fac        
        
          <div style="background-color:#be7fac;">Content here</div>
        
        
          .mybackground {background-color:#be7fac;}
        
        Background color #be7fac
      
           Border around this has a color of #be7fac        
        
          <div style="border:2px solid #be7fac;">Content here</div>
        
        
          .myborder {border:2px solid #be7fac;}
        
        Border color #be7fac