#bdc6ed color space conversions
Hex:
        #bdc6ed
        RGB:
        189, 198, 237
        CMY:
        26, 22, 7
        CMYK:
        20, 16, 0, 7
      HSL:
        229°, 57.1429%, 83.5294%
        HSV (HSB):
        229°, 20.2532%, 92.9412%
        XYZ:
        56.4664, 57.3214, 88.2088
        xyY:
        0.2795, 0.2838, 57.3214
      CIE-Lab:
        80.3600, 4.9820, -20.3055
        CIE-LCH:
        80.3600, 20.9078, 283.7853
        CIE-Luv:
        80.3600, -6.8702, -32.8839
        Hunter-Lab:
        75.7109, 0.6341, -16.0796
      #bdc6ed color charts
#bdc6ed RGB chart
      #bdc6ed CMYK chart
      #bdc6ed RGB pie chart
      #bdc6ed color shades, tints & tones
#bdc6ed color schemes
#bdc6ed color preview, HTML & CSS examples
           This text has a color of #bdc6ed        
        
          <p style="color:#bdc6ed;">Text here</p>
        
        
          .mytext {color:#bdc6ed;}
        
        Text color #bdc6ed
      
           This box has a color of #bdc6ed        
        
          <div style="background-color:#bdc6ed;">Content here</div>
        
        
          .mybackground {background-color:#bdc6ed;}
        
        Background color #bdc6ed
      
           Border around this has a color of #bdc6ed        
        
          <div style="border:2px solid #bdc6ed;">Content here</div>
        
        
          .myborder {border:2px solid #bdc6ed;}
        
        Border color #bdc6ed