#bf94ee color space conversions
Hex:
        #bf94ee
        RGB:
        191, 148, 238
        CMY:
        25, 42, 7
        CMYK:
        20, 38, 0, 7
      HSL:
        269°, 72.5806%, 75.6863%
        HSV (HSB):
        269°, 37.8151%, 93.3333%
        XYZ:
        47.5084, 38.4292, 85.8025
        xyY:
        0.2766, 0.2238, 38.4292
      CIE-Lab:
        68.3358, 33.2919, -39.3260
        CIE-LCH:
        68.3358, 51.5256, 310.2500
        CIE-Luv:
        68.3358, 15.7912, -67.4394
        Hunter-Lab:
        61.9913, 28.3125, -38.6697
      #bf94ee color charts
#bf94ee RGB chart
      #bf94ee CMYK chart
      #bf94ee RGB pie chart
      #bf94ee color shades, tints & tones
#bf94ee color schemes
#bf94ee color preview, HTML & CSS examples
           This text has a color of #bf94ee        
        
          <p style="color:#bf94ee;">Text here</p>
        
        
          .mytext {color:#bf94ee;}
        
        Text color #bf94ee
      
           This box has a color of #bf94ee        
        
          <div style="background-color:#bf94ee;">Content here</div>
        
        
          .mybackground {background-color:#bf94ee;}
        
        Background color #bf94ee
      
           Border around this has a color of #bf94ee        
        
          <div style="border:2px solid #bf94ee;">Content here</div>
        
        
          .myborder {border:2px solid #bf94ee;}
        
        Border color #bf94ee