#bafcde color space conversions
Hex:
        #bafcde
        RGB:
        186, 252, 222
        CMY:
        27, 1, 13
        CMYK:
        26, 0, 12, 1
      HSL:
        153°, 91.6667%, 85.8824%
        HSV (HSB):
        153°, 26.1905%, 98.8235%
        XYZ:
        68.2449, 85.3338, 81.9814
        xyY:
        0.2897, 0.3623, 85.3338
      CIE-Lab:
        94.0268, -26.5257, 7.7529
        CIE-LCH:
        94.0268, 27.6354, 163.7075
        CIE-Luv:
        94.0268, -32.5223, 16.3964
        Hunter-Lab:
        92.3763, -29.7880, 12.0452
      #bafcde color charts
#bafcde RGB chart
      #bafcde CMYK chart
      #bafcde RGB pie chart
      #bafcde color shades, tints & tones
#bafcde color schemes
#bafcde color preview, HTML & CSS examples
           This text has a color of #bafcde        
        
          <p style="color:#bafcde;">Text here</p>
        
        
          .mytext {color:#bafcde;}
        
        Text color #bafcde
      
           This box has a color of #bafcde        
        
          <div style="background-color:#bafcde;">Content here</div>
        
        
          .mybackground {background-color:#bafcde;}
        
        Background color #bafcde
      
           Border around this has a color of #bafcde        
        
          <div style="border:2px solid #bafcde;">Content here</div>
        
        
          .myborder {border:2px solid #bafcde;}
        
        Border color #bafcde