Shades of Mabel #BCE6E4
Tints of Mabel #BCE6E4
RGB
CMYK
RGB Variations
Color information
#BCE6E4 (or 0xBCE6E4) is known color: Mabel. HEX triplet: BC, E6 and E4. RGB value is (188,230,228). Sum of RGB (Red+Green+Blue) = 188+230+228=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6E4 is #43191B. Grayscale: #D9D9D9. Windows color (decimal): -4397340 or 15001276. OLE color: 15001276.
HSL color Cylindrical-coordinate representation of color #BCE6E4: hue angle of 177.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6E4 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 228 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.10 |
| HSL | 177.14º | 0.46% | 0.82% | - |
| HSV(B) | 177.14º | 0.18% | 0.9% | - |
| XYZ | 63.04 | 72.89 | 84.14 | - |
| YUV | 217.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 228 | 0.18 | 0 | 0.01 | 0.10 | 177.14 | 0.46 | 0.82 |
| Hex | BC | E6 | E4 | 12 | 0 | 1 | A | B1 | 2E | 52 |
| Octal | 274 | 346 | 344 | 22 | 0 | 1 | 12 | 261 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11100100 | 10010 | 0 | 1 | 1010 | 10110001 | 101110 | 1010010 |
Color Harmonies of #BCE6E4
Complementary color
Monochromatic Colors of #BCE6E4
Black with #BCE6E4
Text Example
Text Example
White with #BCE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6E4; }
p { color: rgb(188,230,228); }
H1.HeaderClassName
{
color: #BCE6E4;
}
.AnyTagClassName
{
color: #BCE6E4;
}
</style>
background-color css
<style>
a { background-color: #BCE6E4; }
a { background-color: rgb(188,230,228); }
div.DivClassName
{
background-color: #BCE6E4;
}
.BgClassName
{
background-color: #BCE6E4;
}
</style>
border-color css
<style>
span { border-color: #BCE6E4; }
span { border-color: rgb(188,230,228); }
td.TdClassName
{
border-color: #BCE6E4;
}
.TagClassName
{
border-color: #BCE6E4;
}
</style>