#bbadcd color space conversions
Hex:
        #bbadcd
        RGB:
        187, 173, 205
        CMY:
        27, 32, 20
        CMYK:
        9, 16, 0, 20
      HSL:
        266°, 24.2424%, 74.1176%
        HSV (HSB):
        266°, 15.6098%, 80.3922%
        XYZ:
        46.4565, 44.8597, 63.9679
        xyY:
        0.2992, 0.2889, 44.8597
      CIE-Lab:
        72.7994, 11.1017, -14.4036
        CIE-LCH:
        72.7994, 18.1855, 307.6234
        CIE-Luv:
        72.7994, 5.7572, -23.9250
        Hunter-Lab:
        66.9774, 6.5999, -9.7417
      #bbadcd color charts
#bbadcd RGB chart
      #bbadcd CMYK chart
      #bbadcd RGB pie chart
      #bbadcd color shades, tints & tones
#bbadcd color schemes
#bbadcd color preview, HTML & CSS examples
           This text has a color of #bbadcd        
        
          <p style="color:#bbadcd;">Text here</p>
        
        
          .mytext {color:#bbadcd;}
        
        Text color #bbadcd
      
           This box has a color of #bbadcd        
        
          <div style="background-color:#bbadcd;">Content here</div>
        
        
          .mybackground {background-color:#bbadcd;}
        
        Background color #bbadcd
      
           Border around this has a color of #bbadcd        
        
          <div style="border:2px solid #bbadcd;">Content here</div>
        
        
          .myborder {border:2px solid #bbadcd;}
        
        Border color #bbadcd