#bdfbff color space conversions
Hex:
        #bdfbff
        RGB:
        189, 251, 255
        CMY:
        26, 2, 0
        CMYK:
        26, 2, 0, 0
      HSL:
        184°, 100.0000%, 87.0588%
        HSV (HSB):
        184°, 25.8824%, 100.0000%
        XYZ:
        73.5334, 87.0332, 107.5312
        xyY:
        0.2743, 0.3246, 87.0332
      CIE-Lab:
        94.7523, -18.3743, -8.2166
        CIE-LCH:
        94.7523, 20.1278, 204.0931
        CIE-Luv:
        94.7523, -30.7762, -9.8695
        Hunter-Lab:
        93.2916, -22.5646, -3.0357
      #bdfbff color charts
#bdfbff RGB chart
      #bdfbff CMYK chart
      #bdfbff RGB pie chart
      #bdfbff color shades, tints & tones
#bdfbff color schemes
#bdfbff color preview, HTML & CSS examples
           This text has a color of #bdfbff        
        
          <p style="color:#bdfbff;">Text here</p>
        
        
          .mytext {color:#bdfbff;}
        
        Text color #bdfbff
      
           This box has a color of #bdfbff        
        
          <div style="background-color:#bdfbff;">Content here</div>
        
        
          .mybackground {background-color:#bdfbff;}
        
        Background color #bdfbff
      
           Border around this has a color of #bdfbff        
        
          <div style="border:2px solid #bdfbff;">Content here</div>
        
        
          .myborder {border:2px solid #bdfbff;}
        
        Border color #bdfbff