#bdefbf color space conversions
Hex:
        #bdefbf
        RGB:
        189, 239, 191
        CMY:
        26, 6, 25
        CMYK:
        21, 0, 20, 6
      HSL:
        122°, 60.9756%, 83.9216%
        HSV (HSB):
        122°, 20.9205%, 93.7255%
        XYZ:
        61.2567, 76.3134, 60.7916
        xyY:
        0.3088, 0.3847, 76.3134
      CIE-Lab:
        90.0047, -25.0246, 18.0802
        CIE-LCH:
        90.0047, 30.8727, 144.1520
        CIE-Luv:
        90.0047, -24.9805, 30.8577
        Hunter-Lab:
        87.3575, -27.7082, 19.8907
      #bdefbf color charts
#bdefbf RGB chart
      #bdefbf CMYK chart
      #bdefbf RGB pie chart
      #bdefbf color shades, tints & tones
#bdefbf color schemes
#bdefbf color preview, HTML & CSS examples
           This text has a color of #bdefbf        
        
          <p style="color:#bdefbf;">Text here</p>
        
        
          .mytext {color:#bdefbf;}
        
        Text color #bdefbf
      
           This box has a color of #bdefbf        
        
          <div style="background-color:#bdefbf;">Content here</div>
        
        
          .mybackground {background-color:#bdefbf;}
        
        Background color #bdefbf
      
           Border around this has a color of #bdefbf        
        
          <div style="border:2px solid #bdefbf;">Content here</div>
        
        
          .myborder {border:2px solid #bdefbf;}
        
        Border color #bdefbf