#baccbf color space conversions
Hex:
        #baccbf
        RGB:
        186, 204, 191
        CMY:
        27, 20, 25
        CMYK:
        9, 0, 6, 20
      HSL:
        137°, 15.0000%, 76.4706%
        HSV (HSB):
        137°, 8.8235%, 80.0000%
        XYZ:
        51.2465, 57.3864, 57.6659
        xyY:
        0.3082, 0.3451, 57.3864
      CIE-Lab:
        80.3964, -8.5479, 4.3867
        CIE-LCH:
        80.3964, 9.6078, 152.8337
        CIE-Luv:
        80.3964, -9.3223, 8.0083
        Hunter-Lab:
        75.7538, -11.8161, 7.8945
      #baccbf color charts
#baccbf RGB chart
      #baccbf CMYK chart
      #baccbf RGB pie chart
      #baccbf color shades, tints & tones
#baccbf color schemes
#baccbf color preview, HTML & CSS examples
           This text has a color of #baccbf        
        
          <p style="color:#baccbf;">Text here</p>
        
        
          .mytext {color:#baccbf;}
        
        Text color #baccbf
      
           This box has a color of #baccbf        
        
          <div style="background-color:#baccbf;">Content here</div>
        
        
          .mybackground {background-color:#baccbf;}
        
        Background color #baccbf
      
           Border around this has a color of #baccbf        
        
          <div style="border:2px solid #baccbf;">Content here</div>
        
        
          .myborder {border:2px solid #baccbf;}
        
        Border color #baccbf