#bdbefb color space conversions
Hex:
        #bdbefb
        RGB:
        189, 190, 251
        CMY:
        26, 25, 2
        CMYK:
        25, 24, 0, 2
      HSL:
        239°, 88.5714%, 86.2745%
        HSV (HSB):
        239°, 24.7012%, 98.4314%
        XYZ:
        56.8123, 54.6108, 98.8134
        xyY:
        0.2702, 0.2598, 54.6108
      CIE-Lab:
        78.8165, 12.4915, -30.1573
        CIE-LCH:
        78.8165, 32.6421, 292.4999
        CIE-Luv:
        78.8165, -4.1083, -50.3275
        Hunter-Lab:
        73.8991, 7.9042, -27.5496
      #bdbefb color charts
#bdbefb RGB chart
      #bdbefb CMYK chart
      #bdbefb RGB pie chart
      #bdbefb color shades, tints & tones
#bdbefb color schemes
#bdbefb color preview, HTML & CSS examples
           This text has a color of #bdbefb        
        
          <p style="color:#bdbefb;">Text here</p>
        
        
          .mytext {color:#bdbefb;}
        
        Text color #bdbefb
      
           This box has a color of #bdbefb        
        
          <div style="background-color:#bdbefb;">Content here</div>
        
        
          .mybackground {background-color:#bdbefb;}
        
        Background color #bdbefb
      
           Border around this has a color of #bdbefb        
        
          <div style="border:2px solid #bdbefb;">Content here</div>
        
        
          .myborder {border:2px solid #bdbefb;}
        
        Border color #bdbefb