#bdbbee color space conversions
Hex:
        #bdbbee
        RGB:
        189, 187, 238
        CMY:
        26, 27, 7
        CMYK:
        21, 21, 0, 7
      HSL:
        242°, 60.0000%, 83.3333%
        HSV (HSB):
        242°, 21.4286%, 93.3333%
        XYZ:
        54.1892, 52.5325, 88.1726
        xyY:
        0.2780, 0.2695, 52.5325
      CIE-Lab:
        77.5982, 11.1585, -25.0419
        CIE-LCH:
        77.5982, 27.4154, 294.0174
        CIE-Luv:
        77.5982, -1.9976, -41.4858
        Hunter-Lab:
        72.4793, 6.6168, -21.3920
      #bdbbee color charts
#bdbbee RGB chart
      #bdbbee CMYK chart
      #bdbbee RGB pie chart
      #bdbbee color shades, tints & tones
#bdbbee color schemes
#bdbbee color preview, HTML & CSS examples
           This text has a color of #bdbbee        
        
          <p style="color:#bdbbee;">Text here</p>
        
        
          .mytext {color:#bdbbee;}
        
        Text color #bdbbee
      
           This box has a color of #bdbbee        
        
          <div style="background-color:#bdbbee;">Content here</div>
        
        
          .mybackground {background-color:#bdbbee;}
        
        Background color #bdbbee
      
           Border around this has a color of #bdbbee        
        
          <div style="border:2px solid #bdbbee;">Content here</div>
        
        
          .myborder {border:2px solid #bdbbee;}
        
        Border color #bdbbee