Shades of Mabel #BFF1ED
Tints of Mabel #BFF1ED
RGB
CMYK
RGB Variations
Color information
#BFF1ED (or 0xBFF1ED) is known color: Mabel. HEX triplet: BF, F1 and ED. RGB value is (191,241,237). Sum of RGB (Red+Green+Blue) = 191+241+237=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1ED is #400E12. Grayscale: #E1E1E1. Windows color (decimal): -4197907 or 15593919. OLE color: 15593919.
HSL color Cylindrical-coordinate representation of color #BFF1ED: hue angle of 175.2º 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 #BFF1ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 237 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 175.2º | 0.64% | 0.85% | - |
| HSV(B) | 175.2º | 0.21% | 0.95% | - |
| XYZ | 68.23 | 80.1 | 91.99 | - |
| YUV | 225.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 237 | 0.21 | 0 | 0.02 | 0.05 | 175.2 | 0.64 | 0.85 |
| Hex | BF | F1 | ED | 15 | 0 | 2 | 5 | AF | 40 | 55 |
| Octal | 277 | 361 | 355 | 25 | 0 | 2 | 5 | 257 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11101101 | 10101 | 0 | 10 | 101 | 10101111 | 1000000 | 1010101 |
Color Harmonies of #BFF1ED
Complementary color
Monochromatic Colors of #BFF1ED
Black with #BFF1ED
Text Example
Text Example
White with #BFF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1ED; }
p { color: rgb(191,241,237); }
H1.HeaderClassName
{
color: #BFF1ED;
}
.AnyTagClassName
{
color: #BFF1ED;
}
</style>
background-color css
<style>
a { background-color: #BFF1ED; }
a { background-color: rgb(191,241,237); }
div.DivClassName
{
background-color: #BFF1ED;
}
.BgClassName
{
background-color: #BFF1ED;
}
</style>
border-color css
<style>
span { border-color: #BFF1ED; }
span { border-color: rgb(191,241,237); }
td.TdClassName
{
border-color: #BFF1ED;
}
.TagClassName
{
border-color: #BFF1ED;
}
</style>