#bdd9ec color space conversions
Hex:
        #bdd9ec
        RGB:
        189, 217, 236
        CMY:
        26, 15, 7
        CMYK:
        20, 8, 0, 7
      HSL:
        204°, 55.2941%, 83.3333%
        HSV (HSB):
        204°, 19.9153%, 92.5490%
        XYZ:
        60.9394, 66.5007, 88.9809
        xyY:
        0.2816, 0.3073, 66.5007
      CIE-Lab:
        85.2511, -5.2824, -12.4150
        CIE-LCH:
        85.2511, 13.4921, 246.9511
        CIE-Luv:
        85.2511, -15.4338, -18.5827
        Hunter-Lab:
        81.5479, -9.3187, -7.6107
      #bdd9ec color charts
#bdd9ec RGB chart
      #bdd9ec CMYK chart
      #bdd9ec RGB pie chart
      #bdd9ec color shades, tints & tones
#bdd9ec color schemes
#bdd9ec color preview, HTML & CSS examples
           This text has a color of #bdd9ec        
        
          <p style="color:#bdd9ec;">Text here</p>
        
        
          .mytext {color:#bdd9ec;}
        
        Text color #bdd9ec
      
           This box has a color of #bdd9ec        
        
          <div style="background-color:#bdd9ec;">Content here</div>
        
        
          .mybackground {background-color:#bdd9ec;}
        
        Background color #bdd9ec
      
           Border around this has a color of #bdd9ec        
        
          <div style="border:2px solid #bdd9ec;">Content here</div>
        
        
          .myborder {border:2px solid #bdd9ec;}
        
        Border color #bdd9ec