#bcbdad color space conversions
Hex:
        #bcbdad
        RGB:
        188, 189, 173
        CMY:
        26, 26, 32
        CMYK:
        1, 0, 8, 26
      HSL:
        64°, 10.8108%, 70.9804%
        HSV (HSB):
        64°, 8.4656%, 74.1176%
        XYZ:
        46.4795, 50.1037, 46.7564
        xyY:
        0.3243, 0.3495, 50.1037
      CIE-Lab:
        76.1329, -3.2018, 7.9610
        CIE-LCH:
        76.1329, 8.5807, 111.9095
        CIE-Luv:
        76.1329, 0.2995, 12.1211
        Hunter-Lab:
        70.7840, -6.6620, 10.3847
      #bcbdad color charts
#bcbdad RGB chart
      #bcbdad CMYK chart
      #bcbdad RGB pie chart
      #bcbdad color shades, tints & tones
#bcbdad color schemes
#bcbdad color preview, HTML & CSS examples
           This text has a color of #bcbdad        
        
          <p style="color:#bcbdad;">Text here</p>
        
        
          .mytext {color:#bcbdad;}
        
        Text color #bcbdad
      
           This box has a color of #bcbdad        
        
          <div style="background-color:#bcbdad;">Content here</div>
        
        
          .mybackground {background-color:#bcbdad;}
        
        Background color #bcbdad
      
           Border around this has a color of #bcbdad        
        
          <div style="border:2px solid #bcbdad;">Content here</div>
        
        
          .myborder {border:2px solid #bcbdad;}
        
        Border color #bcbdad