Shades of Mabel #BFF2EC
Tints of Mabel #BFF2EC
RGB
CMYK
RGB Variations
Color information
#BFF2EC (or 0xBFF2EC) is known color: Mabel. HEX triplet: BF, F2 and EC. RGB value is (191,242,236). Sum of RGB (Red+Green+Blue) = 191+242+236=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2EC is #400D13. Grayscale: #E2E2E2. Windows color (decimal): -4197652 or 15528639. OLE color: 15528639.
HSL color Cylindrical-coordinate representation of color #BFF2EC: hue angle of 172.94º degrees, saturation: 0.66, 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 #BFF2EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 236 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 172.94º | 0.66% | 0.85% | - |
| HSV(B) | 172.94º | 0.21% | 0.95% | - |
| XYZ | 68.38 | 80.64 | 91.32 | - |
| YUV | 226.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 236 | 0.21 | 0 | 0.02 | 0.05 | 172.94 | 0.66 | 0.85 |
| Hex | BF | F2 | EC | 15 | 0 | 2 | 5 | AD | 42 | 55 |
| Octal | 277 | 362 | 354 | 25 | 0 | 2 | 5 | 255 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11101100 | 10101 | 0 | 10 | 101 | 10101101 | 1000010 | 1010101 |
Color Harmonies of #BFF2EC
Complementary color
Monochromatic Colors of #BFF2EC
Black with #BFF2EC
Text Example
Text Example
White with #BFF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2EC; }
p { color: rgb(191,242,236); }
H1.HeaderClassName
{
color: #BFF2EC;
}
.AnyTagClassName
{
color: #BFF2EC;
}
</style>
background-color css
<style>
a { background-color: #BFF2EC; }
a { background-color: rgb(191,242,236); }
div.DivClassName
{
background-color: #BFF2EC;
}
.BgClassName
{
background-color: #BFF2EC;
}
</style>
border-color css
<style>
span { border-color: #BFF2EC; }
span { border-color: rgb(191,242,236); }
td.TdClassName
{
border-color: #BFF2EC;
}
.TagClassName
{
border-color: #BFF2EC;
}
</style>