#bcbfed color space conversions
Hex:
        #bcbfed
        RGB:
        188, 191, 237
        CMY:
        26, 25, 7
        CMYK:
        21, 19, 0, 7
      HSL:
        236°, 57.6471%, 83.3333%
        HSV (HSB):
        236°, 20.6751%, 92.9412%
        XYZ:
        54.6559, 54.0674, 87.6761
        xyY:
        0.2783, 0.2753, 54.0674
      CIE-Lab:
        78.5010, 8.4537, -23.1347
        CIE-LCH:
        78.5010, 24.6309, 290.0730
        CIE-Luv:
        78.5010, -4.2289, -37.9766
        Hunter-Lab:
        73.5305, 4.0022, -19.2247
      #bcbfed color charts
#bcbfed RGB chart
      #bcbfed CMYK chart
      #bcbfed RGB pie chart
      #bcbfed color shades, tints & tones
#bcbfed color schemes
#bcbfed color preview, HTML & CSS examples
           This text has a color of #bcbfed        
        
          <p style="color:#bcbfed;">Text here</p>
        
        
          .mytext {color:#bcbfed;}
        
        Text color #bcbfed
      
           This box has a color of #bcbfed        
        
          <div style="background-color:#bcbfed;">Content here</div>
        
        
          .mybackground {background-color:#bcbfed;}
        
        Background color #bcbfed
      
           Border around this has a color of #bcbfed        
        
          <div style="border:2px solid #bcbfed;">Content here</div>
        
        
          .myborder {border:2px solid #bcbfed;}
        
        Border color #bcbfed