#bbdaee color space conversions
Hex:
        #bbdaee
        RGB:
        187, 218, 238
        CMY:
        27, 15, 7
        CMYK:
        21, 8, 0, 7
      HSL:
        204°, 60.0000%, 83.3333%
        HSV (HSB):
        204°, 21.4286%, 93.3333%
        XYZ:
        60.9975, 66.8806, 90.5833
        xyY:
        0.2792, 0.3061, 66.8806
      CIE-Lab:
        85.4436, -5.9751, -13.1988
        CIE-LCH:
        85.4436, 14.4883, 245.6438
        CIE-Luv:
        85.4436, -16.8910, -19.7478
        Hunter-Lab:
        81.7806, -9.9786, -8.4254
      #bbdaee color charts
#bbdaee RGB chart
      #bbdaee CMYK chart
      #bbdaee RGB pie chart
      #bbdaee color shades, tints & tones
#bbdaee color schemes
#bbdaee color preview, HTML & CSS examples
           This text has a color of #bbdaee        
        
          <p style="color:#bbdaee;">Text here</p>
        
        
          .mytext {color:#bbdaee;}
        
        Text color #bbdaee
      
           This box has a color of #bbdaee        
        
          <div style="background-color:#bbdaee;">Content here</div>
        
        
          .mybackground {background-color:#bbdaee;}
        
        Background color #bbdaee
      
           Border around this has a color of #bbdaee        
        
          <div style="border:2px solid #bbdaee;">Content here</div>
        
        
          .myborder {border:2px solid #bbdaee;}
        
        Border color #bbdaee