#b2b2ea color space conversions
Hex:
        #b2b2ea
        RGB:
        178, 178, 234
        CMY:
        30, 30, 8
        CMYK:
        24, 24, 0, 8
      HSL:
        240°, 57.1429%, 80.7843%
        HSV (HSB):
        240°, 23.9316%, 91.7647%
        XYZ:
        49.1318, 47.2463, 84.3718
        xyY:
        0.2718, 0.2614, 47.2463
      CIE-Lab:
        74.3470, 11.8505, -27.9292
        CIE-LCH:
        74.3470, 30.3394, 292.9918
        CIE-Luv:
        74.3470, -3.3245, -46.1238
        Hunter-Lab:
        68.7359, 7.3022, -24.6620
      #b2b2ea color charts
#b2b2ea RGB chart
      #b2b2ea CMYK chart
      #b2b2ea RGB pie chart
      #b2b2ea color shades, tints & tones
#b2b2ea color schemes
#b2b2ea color preview, HTML & CSS examples
           This text has a color of #b2b2ea        
        
          <p style="color:#b2b2ea;">Text here</p>
        
        
          .mytext {color:#b2b2ea;}
        
        Text color #b2b2ea
      
           This box has a color of #b2b2ea        
        
          <div style="background-color:#b2b2ea;">Content here</div>
        
        
          .mybackground {background-color:#b2b2ea;}
        
        Background color #b2b2ea
      
           Border around this has a color of #b2b2ea        
        
          <div style="border:2px solid #b2b2ea;">Content here</div>
        
        
          .myborder {border:2px solid #b2b2ea;}
        
        Border color #b2b2ea