Shades of Mabel #BFF0ED
Tints of Mabel #BFF0ED
RGB
CMYK
RGB Variations
Color information
#BFF0ED (or 0xBFF0ED) is known color: Mabel. HEX triplet: BF, F0 and ED. RGB value is (191,240,237). Sum of RGB (Red+Green+Blue) = 191+240+237=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0ED is #400F12. Grayscale: #E0E0E0. Windows color (decimal): -4198163 or 15593663. OLE color: 15593663.
HSL color Cylindrical-coordinate representation of color #BFF0ED: hue angle of 176.33º 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 #BFF0ED is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 237 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.06 |
| HSL | 176.33º | 0.62% | 0.85% | - |
| HSV(B) | 176.33º | 0.2% | 0.94% | - |
| XYZ | 67.93 | 79.51 | 91.89 | - |
| YUV | 225.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 237 | 0.20 | 0 | 0.01 | 0.06 | 176.33 | 0.62 | 0.85 |
| Hex | BF | F0 | ED | 14 | 0 | 1 | 6 | B0 | 3E | 55 |
| Octal | 277 | 360 | 355 | 24 | 0 | 1 | 6 | 260 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11101101 | 10100 | 0 | 1 | 110 | 10110000 | 111110 | 1010101 |
Color Harmonies of #BFF0ED
Complementary color
Monochromatic Colors of #BFF0ED
Black with #BFF0ED
Text Example
Text Example
White with #BFF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0ED; }
p { color: rgb(191,240,237); }
H1.HeaderClassName
{
color: #BFF0ED;
}
.AnyTagClassName
{
color: #BFF0ED;
}
</style>
background-color css
<style>
a { background-color: #BFF0ED; }
a { background-color: rgb(191,240,237); }
div.DivClassName
{
background-color: #BFF0ED;
}
.BgClassName
{
background-color: #BFF0ED;
}
</style>
border-color css
<style>
span { border-color: #BFF0ED; }
span { border-color: rgb(191,240,237); }
td.TdClassName
{
border-color: #BFF0ED;
}
.TagClassName
{
border-color: #BFF0ED;
}
</style>