#BCDEDE Mint Blue
#BCDEDE (Mint Blue) RGB value is (188, 222, 222).
Red value is 188, green value is 222, and blue value is 222.
Cylindrical-coordinate representations (HSL) of color #BCDEDE: hue: 180°, saturation: 34%, and lightness: 80.4%.
Process color (CMYK) of #BCDEDE is 15.3%, 0%, 0%, 12.9%. Web safe color equivalent of #BCDEDE is ##CCCCCC. Color #BCDEDE contains mainly Cyan.
Color Spaces
| Color spaces of #BCDEDE | Value |
|---|---|
| RGB | 188, 222, 222 |
| HSL | 180°, 34%, 80.4% |
| HSV / HSB | 180°, 15.3%, 87.1% |
| CMYK | 15.3%, 0%, 0%, 12.9% |
| XYZ | 60.04, 68.21, 79.09 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111100 | 11011110 | 11011110 |
| Octal | 274 | 336 | 336 |
| Decimal | 188 | 222 | 222 |
| Hex | BC | DE | DE |
Shades of #BCDEDE
Tints of #BCDEDE
.mybgColor { background-color: #BCDEDE; }
.myforeColor { color: #BCDEDE; }
.myborderColor { border: 3px solid #BCDEDE; }
<p style="color:#BCDEDE">Text here</p>
This sample text is styled with font color #BCDEDE. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#BCDEDE">Div content here</div>
<div style="border:3px solid #BCDEDE">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188, 222, 222, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #BCDEDE; }
.divShadow { -moz-box-shadow: 1px 1px 3px #BCDEDE;
-webkit-box-shadow: 1px 1px 3px #BCDEDE;
box-shadow: 1px 1px 3px #BCDEDE; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #BCDEDE (Mint Blue)
Color Overview & Profile: Color #BCDEDE, also known as Mint Blue, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 74% Red (188/255), 87% Green (222/255), and 87% Blue (222/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #BCDEDE translates into the CMYK subtractive color model with values of 15.3% Cyan, 0% Magenta, 0% Yellow, and 12.9% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 180°, saturation of 34%, and lightness of 80.4%.
Web Accessibility & Design Recommendations: When implementing #BCDEDE in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCCCC.
