#bbdef3 color space conversions
Hex:
        #bbdef3
        RGB:
        187, 222, 243
        CMY:
        27, 13, 5
        CMYK:
        23, 9, 0, 5
      HSL:
        203°, 70.0000%, 84.3137%
        HSV (HSB):
        203°, 23.0453%, 95.2941%
        XYZ:
        62.7925, 69.2784, 94.8566
        xyY:
        0.2767, 0.3053, 69.2784
      CIE-Lab:
        86.6417, -6.9498, -14.0458
        CIE-LCH:
        86.6417, 15.6711, 243.6739
        CIE-Luv:
        86.6417, -18.7997, -21.0076
        Hunter-Lab:
        83.2337, -10.9964, -9.3058
      #bbdef3 color charts
#bbdef3 RGB chart
      #bbdef3 CMYK chart
      #bbdef3 RGB pie chart
      #bbdef3 color shades, tints & tones
#bbdef3 color schemes
#bbdef3 color preview, HTML & CSS examples
           This text has a color of #bbdef3        
        
          <p style="color:#bbdef3;">Text here</p>
        
        
          .mytext {color:#bbdef3;}
        
        Text color #bbdef3
      
           This box has a color of #bbdef3        
        
          <div style="background-color:#bbdef3;">Content here</div>
        
        
          .mybackground {background-color:#bbdef3;}
        
        Background color #bbdef3
      
           Border around this has a color of #bbdef3        
        
          <div style="border:2px solid #bbdef3;">Content here</div>
        
        
          .myborder {border:2px solid #bbdef3;}
        
        Border color #bbdef3