#bc88be color space conversions
Hex:
        #bc88be
        RGB:
        188, 136, 190
        CMY:
        26, 47, 25
        CMYK:
        1, 28, 0, 25
      HSL:
        298°, 29.3478%, 63.9216%
        HSV (HSB):
        298°, 28.4211%, 74.5098%
        XYZ:
        38.8375, 32.0174, 52.8482
        xyY:
        0.3140, 0.2588, 32.0174
      CIE-Lab:
        63.3573, 28.9715, -20.3533
        CIE-LCH:
        63.3573, 35.4063, 324.9109
        CIE-Luv:
        63.3573, 25.8711, -35.5013
        Hunter-Lab:
        56.5839, 23.4951, -15.7669
      #bc88be color charts
#bc88be RGB chart
      #bc88be CMYK chart
      #bc88be RGB pie chart
      #bc88be color shades, tints & tones
#bc88be color schemes
#bc88be color preview, HTML & CSS examples
           This text has a color of #bc88be        
        
          <p style="color:#bc88be;">Text here</p>
        
        
          .mytext {color:#bc88be;}
        
        Text color #bc88be
      
           This box has a color of #bc88be        
        
          <div style="background-color:#bc88be;">Content here</div>
        
        
          .mybackground {background-color:#bc88be;}
        
        Background color #bc88be
      
           Border around this has a color of #bc88be        
        
          <div style="border:2px solid #bc88be;">Content here</div>
        
        
          .myborder {border:2px solid #bc88be;}
        
        Border color #bc88be