Shades of Mabel #BFF0EC
Tints of Mabel #BFF0EC
RGB
CMYK
RGB Variations
Color information
#BFF0EC (or 0xBFF0EC) is known color: Mabel. HEX triplet: BF, F0 and EC. RGB value is (191,240,236). Sum of RGB (Red+Green+Blue) = 191+240+236=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0EC is #400F13. Grayscale: #E0E0E0. Windows color (decimal): -4198164 or 15528127. OLE color: 15528127.
HSL color Cylindrical-coordinate representation of color #BFF0EC: hue angle of 175.1º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0EC is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 236 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.06 |
| HSL | 175.1º | 0.62% | 0.85% | - |
| HSV(B) | 175.1º | 0.2% | 0.94% | - |
| XYZ | 67.79 | 79.45 | 91.12 | - |
| YUV | 224.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 236 | 0.20 | 0 | 0.02 | 0.06 | 175.1 | 0.62 | 0.85 |
| Hex | BF | F0 | EC | 14 | 0 | 2 | 6 | AF | 3E | 55 |
| Octal | 277 | 360 | 354 | 24 | 0 | 2 | 6 | 257 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11101100 | 10100 | 0 | 10 | 110 | 10101111 | 111110 | 1010101 |
Color Harmonies of #BFF0EC
Complementary color
Monochromatic Colors of #BFF0EC
Black with #BFF0EC
Text Example
Text Example
White with #BFF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0EC; }
p { color: rgb(191,240,236); }
H1.HeaderClassName
{
color: #BFF0EC;
}
.AnyTagClassName
{
color: #BFF0EC;
}
</style>
background-color css
<style>
a { background-color: #BFF0EC; }
a { background-color: rgb(191,240,236); }
div.DivClassName
{
background-color: #BFF0EC;
}
.BgClassName
{
background-color: #BFF0EC;
}
</style>
border-color css
<style>
span { border-color: #BFF0EC; }
span { border-color: rgb(191,240,236); }
td.TdClassName
{
border-color: #BFF0EC;
}
.TagClassName
{
border-color: #BFF0EC;
}
</style>