#bdaeca color space conversions
Hex:
        #bdaeca
        RGB:
        189, 174, 202
        CMY:
        26, 32, 21
        CMYK:
        6, 14, 0, 21
      HSL:
        272°, 20.8955%, 73.7255%
        HSV (HSB):
        272°, 13.8614%, 79.2157%
        XYZ:
        46.7830, 45.3552, 62.1658
        xyY:
        0.3032, 0.2939, 45.3552
      CIE-Lab:
        73.1252, 10.6181, -12.2541
        CIE-LCH:
        73.1252, 16.2143, 310.9087
        CIE-Luv:
        73.1252, 6.6425, -20.4766
        Hunter-Lab:
        67.3463, 6.1415, -7.5869
      #bdaeca color charts
#bdaeca RGB chart
      #bdaeca CMYK chart
      #bdaeca RGB pie chart
      #bdaeca color shades, tints & tones
#bdaeca color schemes
#bdaeca color preview, HTML & CSS examples
           This text has a color of #bdaeca        
        
          <p style="color:#bdaeca;">Text here</p>
        
        
          .mytext {color:#bdaeca;}
        
        Text color #bdaeca
      
           This box has a color of #bdaeca        
        
          <div style="background-color:#bdaeca;">Content here</div>
        
        
          .mybackground {background-color:#bdaeca;}
        
        Background color #bdaeca
      
           Border around this has a color of #bdaeca        
        
          <div style="border:2px solid #bdaeca;">Content here</div>
        
        
          .myborder {border:2px solid #bdaeca;}
        
        Border color #bdaeca