Shades of Mabel #BCE6E5
Tints of Mabel #BCE6E5
RGB
CMYK
RGB Variations
Color information
#BCE6E5 (or 0xBCE6E5) is known color: Mabel. HEX triplet: BC, E6 and E5. RGB value is (188,230,229). Sum of RGB (Red+Green+Blue) = 188+230+229=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6E5 is #43191A. Grayscale: #D9D9D9. Windows color (decimal): -4397339 or 15066812. OLE color: 15066812.
HSL color Cylindrical-coordinate representation of color #BCE6E5: hue angle of 178.57º 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 #BCE6E5 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 229 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.10 |
| HSL | 178.57º | 0.46% | 0.82% | - |
| HSV(B) | 178.57º | 0.18% | 0.9% | - |
| XYZ | 63.18 | 72.94 | 84.88 | - |
| YUV | 217.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 229 | 0.18 | 0 | 0.00 | 0.10 | 178.57 | 0.46 | 0.82 |
| Hex | BC | E6 | E5 | 12 | 0 | 0 | A | B3 | 2E | 52 |
| Octal | 274 | 346 | 345 | 22 | 0 | 0 | 12 | 263 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11100101 | 10010 | 0 | 0 | 1010 | 10110011 | 101110 | 1010010 |
Color Harmonies of #BCE6E5
Complementary color
Monochromatic Colors of #BCE6E5
Black with #BCE6E5
Text Example
Text Example
White with #BCE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6E5; }
p { color: rgb(188,230,229); }
H1.HeaderClassName
{
color: #BCE6E5;
}
.AnyTagClassName
{
color: #BCE6E5;
}
</style>
background-color css
<style>
a { background-color: #BCE6E5; }
a { background-color: rgb(188,230,229); }
div.DivClassName
{
background-color: #BCE6E5;
}
.BgClassName
{
background-color: #BCE6E5;
}
</style>
border-color css
<style>
span { border-color: #BCE6E5; }
span { border-color: rgb(188,230,229); }
td.TdClassName
{
border-color: #BCE6E5;
}
.TagClassName
{
border-color: #BCE6E5;
}
</style>