Shades of Mabel #BFF1EE
Tints of Mabel #BFF1EE
RGB
CMYK
RGB Variations
Color information
#BFF1EE (or 0xBFF1EE) is known color: Mabel. HEX triplet: BF, F1 and EE. RGB value is (191,241,238). Sum of RGB (Red+Green+Blue) = 191+241+238=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1EE is #400E11. Grayscale: #E1E1E1. Windows color (decimal): -4197906 or 15659455. OLE color: 15659455.
HSL color Cylindrical-coordinate representation of color #BFF1EE: hue angle of 176.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1EE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 238 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.05 |
| HSL | 176.4º | 0.64% | 0.85% | - |
| HSV(B) | 176.4º | 0.21% | 0.95% | - |
| XYZ | 68.37 | 80.16 | 92.76 | - |
| YUV | 225.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 238 | 0.21 | 0 | 0.01 | 0.05 | 176.4 | 0.64 | 0.85 |
| Hex | BF | F1 | EE | 15 | 0 | 1 | 5 | B0 | 40 | 55 |
| Octal | 277 | 361 | 356 | 25 | 0 | 1 | 5 | 260 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11101110 | 10101 | 0 | 1 | 101 | 10110000 | 1000000 | 1010101 |
Color Harmonies of #BFF1EE
Complementary color
Monochromatic Colors of #BFF1EE
Black with #BFF1EE
Text Example
Text Example
White with #BFF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1EE; }
p { color: rgb(191,241,238); }
H1.HeaderClassName
{
color: #BFF1EE;
}
.AnyTagClassName
{
color: #BFF1EE;
}
</style>
background-color css
<style>
a { background-color: #BFF1EE; }
a { background-color: rgb(191,241,238); }
div.DivClassName
{
background-color: #BFF1EE;
}
.BgClassName
{
background-color: #BFF1EE;
}
</style>
border-color css
<style>
span { border-color: #BFF1EE; }
span { border-color: rgb(191,241,238); }
td.TdClassName
{
border-color: #BFF1EE;
}
.TagClassName
{
border-color: #BFF1EE;
}
</style>