#b1bfed color space conversions
Hex:
        #b1bfed
        RGB:
        177, 191, 237
        CMY:
        31, 25, 7
        CMYK:
        25, 19, 0, 7
      HSL:
        226°, 62.5000%, 81.1765%
        HSV (HSB):
        226°, 25.3165%, 92.9412%
        XYZ:
        52.0483, 52.7231, 87.5541
        xyY:
        0.2706, 0.2741, 52.7231
      CIE-Lab:
        77.7113, 5.1376, -24.4100
        CIE-LCH:
        77.7113, 24.9448, 281.8857
        CIE-Luv:
        77.7113, -9.6222, -39.5347
        Hunter-Lab:
        72.6107, 0.8825, -20.6645
      #b1bfed color charts
#b1bfed RGB chart
      #b1bfed CMYK chart
      #b1bfed RGB pie chart
      #b1bfed color shades, tints & tones
#b1bfed color schemes
#b1bfed color preview, HTML & CSS examples
           This text has a color of #b1bfed        
        
          <p style="color:#b1bfed;">Text here</p>
        
        
          .mytext {color:#b1bfed;}
        
        Text color #b1bfed
      
           This box has a color of #b1bfed        
        
          <div style="background-color:#b1bfed;">Content here</div>
        
        
          .mybackground {background-color:#b1bfed;}
        
        Background color #b1bfed
      
           Border around this has a color of #b1bfed        
        
          <div style="border:2px solid #b1bfed;">Content here</div>
        
        
          .myborder {border:2px solid #b1bfed;}
        
        Border color #b1bfed