#b3accf color space conversions
Hex:
        #b3accf
        RGB:
        179, 172, 207
        CMY:
        30, 33, 19
        CMYK:
        14, 17, 0, 19
      HSL:
        252°, 26.7176%, 74.3137%
        HSV (HSB):
        252°, 16.9082%, 81.1765%
        XYZ:
        44.6054, 43.5937, 65.0950
        xyY:
        0.2910, 0.2844, 43.5937
      CIE-Lab:
        71.9561, 9.4343, -16.8357
        CIE-LCH:
        71.9561, 19.2989, 299.2652
        CIE-Luv:
        71.9561, 1.6673, -27.4765
        Hunter-Lab:
        66.0256, 5.0459, -12.2364
      #b3accf color charts
#b3accf RGB chart
      #b3accf CMYK chart
      #b3accf RGB pie chart
      #b3accf color shades, tints & tones
#b3accf color schemes
#b3accf color preview, HTML & CSS examples
           This text has a color of #b3accf        
        
          <p style="color:#b3accf;">Text here</p>
        
        
          .mytext {color:#b3accf;}
        
        Text color #b3accf
      
           This box has a color of #b3accf        
        
          <div style="background-color:#b3accf;">Content here</div>
        
        
          .mybackground {background-color:#b3accf;}
        
        Background color #b3accf
      
           Border around this has a color of #b3accf        
        
          <div style="border:2px solid #b3accf;">Content here</div>
        
        
          .myborder {border:2px solid #b3accf;}
        
        Border color #b3accf