#bbb2ee color space conversions
Hex:
        #bbb2ee
        RGB:
        187, 178, 238
        CMY:
        27, 30, 7
        CMYK:
        21, 25, 0, 7
      HSL:
        249°, 63.8298%, 81.5686%
        HSV (HSB):
        249°, 25.2101%, 93.3333%
        XYZ:
        51.8465, 48.5786, 87.5329
        xyY:
        0.2758, 0.2585, 48.5786
      CIE-Lab:
        75.1884, 15.4825, -28.7447
        CIE-LCH:
        75.1884, 32.6491, 298.3079
        CIE-Luv:
        75.1884, 0.9506, -48.0941
        Hunter-Lab:
        69.6984, 10.8086, -25.6724
      #bbb2ee color charts
#bbb2ee RGB chart
      #bbb2ee CMYK chart
      #bbb2ee RGB pie chart
      #bbb2ee color shades, tints & tones
#bbb2ee color schemes
#bbb2ee color preview, HTML & CSS examples
           This text has a color of #bbb2ee        
        
          <p style="color:#bbb2ee;">Text here</p>
        
        
          .mytext {color:#bbb2ee;}
        
        Text color #bbb2ee
      
           This box has a color of #bbb2ee        
        
          <div style="background-color:#bbb2ee;">Content here</div>
        
        
          .mybackground {background-color:#bbb2ee;}
        
        Background color #bbb2ee
      
           Border around this has a color of #bbb2ee        
        
          <div style="border:2px solid #bbb2ee;">Content here</div>
        
        
          .myborder {border:2px solid #bbb2ee;}
        
        Border color #bbb2ee