#bbbaff color space conversions
Hex:
        #bbbaff
        RGB:
        187, 186, 255
        CMY:
        27, 27, 0
        CMYK:
        27, 27, 0, 0
      HSL:
        241°, 100.0000%, 86.4706%
        HSV (HSB):
        241°, 27.0588%, 100.0000%
        XYZ:
        56.1024, 52.9026, 101.8620
        xyY:
        0.2661, 0.2509, 52.9026
      CIE-Lab:
        77.8175, 15.0363, -33.8511
        CIE-LCH:
        77.8175, 37.0404, 293.9502
        CIE-Luv:
        77.8175, -3.6257, -56.8428
        Hunter-Lab:
        72.7342, 10.3985, -32.1200
      #bbbaff color charts
#bbbaff RGB chart
      #bbbaff CMYK chart
      #bbbaff RGB pie chart
      #bbbaff color shades, tints & tones
#bbbaff color schemes
#bbbaff color preview, HTML & CSS examples
           This text has a color of #bbbaff        
        
          <p style="color:#bbbaff;">Text here</p>
        
        
          .mytext {color:#bbbaff;}
        
        Text color #bbbaff
      
           This box has a color of #bbbaff        
        
          <div style="background-color:#bbbaff;">Content here</div>
        
        
          .mybackground {background-color:#bbbaff;}
        
        Background color #bbbaff
      
           Border around this has a color of #bbbaff        
        
          <div style="border:2px solid #bbbaff;">Content here</div>
        
        
          .myborder {border:2px solid #bbbaff;}
        
        Border color #bbbaff