#bf2daa color space conversions
Hex:
        #bf2daa
        RGB:
        191, 45, 170
        CMY:
        25, 82, 33
        CMYK:
        0, 76, 11, 25
      HSL:
        309°, 61.8644%, 46.2745%
        HSV (HSB):
        309°, 76.4398%, 74.9020%
        XYZ:
        29.6799, 15.8554, 39.5263
        xyY:
        0.3489, 0.1864, 15.8554
      CIE-Lab:
        46.7842, 68.5958, -34.4233
        CIE-LCH:
        46.7842, 76.7486, 333.3512
        CIE-Luv:
        46.7842, 66.6901, -60.0512
        Hunter-Lab:
        39.8189, 63.3662, -30.9812
      #bf2daa color charts
#bf2daa RGB chart
      #bf2daa CMYK chart
      #bf2daa RGB pie chart
      #bf2daa color shades, tints & tones
#bf2daa color schemes
#bf2daa color preview, HTML & CSS examples
           This text has a color of #bf2daa        
        
          <p style="color:#bf2daa;">Text here</p>
        
        
          .mytext {color:#bf2daa;}
        
        Text color #bf2daa
      
           This box has a color of #bf2daa        
        
          <div style="background-color:#bf2daa;">Content here</div>
        
        
          .mybackground {background-color:#bf2daa;}
        
        Background color #bf2daa
      
           Border around this has a color of #bf2daa        
        
          <div style="border:2px solid #bf2daa;">Content here</div>
        
        
          .myborder {border:2px solid #bf2daa;}
        
        Border color #bf2daa