Shades of Mabel #BFF0EE
Tints of Mabel #BFF0EE
RGB
CMYK
RGB Variations
Color information
#BFF0EE (or 0xBFF0EE) is known color: Mabel. HEX triplet: BF, F0 and EE. RGB value is (191,240,238). Sum of RGB (Red+Green+Blue) = 191+240+238=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0EE is #400F11. Grayscale: #E1E1E1. Windows color (decimal): -4198162 or 15659199. OLE color: 15659199.
HSL color Cylindrical-coordinate representation of color #BFF0EE: hue angle of 177.55º 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 #BFF0EE is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 238 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.06 |
| HSL | 177.55º | 0.62% | 0.85% | - |
| HSV(B) | 177.55º | 0.2% | 0.94% | - |
| XYZ | 68.08 | 79.57 | 92.66 | - |
| YUV | 225.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 238 | 0.20 | 0 | 0.01 | 0.06 | 177.55 | 0.62 | 0.85 |
| Hex | BF | F0 | EE | 14 | 0 | 1 | 6 | B2 | 3E | 55 |
| Octal | 277 | 360 | 356 | 24 | 0 | 1 | 6 | 262 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11101110 | 10100 | 0 | 1 | 110 | 10110010 | 111110 | 1010101 |
Color Harmonies of #BFF0EE
Complementary color
Monochromatic Colors of #BFF0EE
Black with #BFF0EE
Text Example
Text Example
White with #BFF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0EE; }
p { color: rgb(191,240,238); }
H1.HeaderClassName
{
color: #BFF0EE;
}
.AnyTagClassName
{
color: #BFF0EE;
}
</style>
background-color css
<style>
a { background-color: #BFF0EE; }
a { background-color: rgb(191,240,238); }
div.DivClassName
{
background-color: #BFF0EE;
}
.BgClassName
{
background-color: #BFF0EE;
}
</style>
border-color css
<style>
span { border-color: #BFF0EE; }
span { border-color: rgb(191,240,238); }
td.TdClassName
{
border-color: #BFF0EE;
}
.TagClassName
{
border-color: #BFF0EE;
}
</style>