#bddabe color space conversions
Hex:
        #bddabe
        RGB:
        189, 218, 190
        CMY:
        26, 15, 25
        CMYK:
        13, 0, 13, 15
      HSL:
        122°, 28.1553%, 79.8039%
        HSV (HSB):
        122°, 13.3028%, 85.4902%
        XYZ:
        55.3519, 64.6793, 58.2822
        xyY:
        0.3104, 0.3627, 64.6793
      CIE-Lab:
        84.3182, -14.8629, 10.5739
        CIE-LCH:
        84.3182, 18.2404, 144.5707
        CIE-Luv:
        84.3182, -14.6806, 18.1977
        Hunter-Lab:
        80.4235, -17.8874, 13.3295
      #bddabe color charts
#bddabe RGB chart
      #bddabe CMYK chart
      #bddabe RGB pie chart
      #bddabe color shades, tints & tones
#bddabe color schemes
#bddabe color preview, HTML & CSS examples
           This text has a color of #bddabe        
        
          <p style="color:#bddabe;">Text here</p>
        
        
          .mytext {color:#bddabe;}
        
        Text color #bddabe
      
           This box has a color of #bddabe        
        
          <div style="background-color:#bddabe;">Content here</div>
        
        
          .mybackground {background-color:#bddabe;}
        
        Background color #bddabe
      
           Border around this has a color of #bddabe        
        
          <div style="border:2px solid #bddabe;">Content here</div>
        
        
          .myborder {border:2px solid #bddabe;}
        
        Border color #bddabe