#beb1ed color space conversions
Hex:
        #beb1ed
        RGB:
        190, 177, 237
        CMY:
        25, 31, 7
        CMYK:
        20, 25, 0, 7
      HSL:
        253°, 62.5000%, 81.1765%
        HSV (HSB):
        253°, 25.3165%, 92.9412%
        XYZ:
        52.2434, 48.5059, 86.7298
        xyY:
        0.2787, 0.2587, 48.5059
      CIE-Lab:
        75.1429, 16.7187, -28.2527
        CIE-LCH:
        75.1429, 32.8288, 300.6151
        CIE-Luv:
        75.1429, 3.0208, -47.4581
        Hunter-Lab:
        69.6461, 12.0168, -25.0811
      #beb1ed color charts
#beb1ed RGB chart
      #beb1ed CMYK chart
      #beb1ed RGB pie chart
      #beb1ed color shades, tints & tones
#beb1ed color schemes
#beb1ed color preview, HTML & CSS examples
           This text has a color of #beb1ed        
        
          <p style="color:#beb1ed;">Text here</p>
        
        
          .mytext {color:#beb1ed;}
        
        Text color #beb1ed
      
           This box has a color of #beb1ed        
        
          <div style="background-color:#beb1ed;">Content here</div>
        
        
          .mybackground {background-color:#beb1ed;}
        
        Background color #beb1ed
      
           Border around this has a color of #beb1ed        
        
          <div style="border:2px solid #beb1ed;">Content here</div>
        
        
          .myborder {border:2px solid #beb1ed;}
        
        Border color #beb1ed