Shades of Mabel #BFEDEA
Tints of Mabel #BFEDEA
RGB
CMYK
RGB Variations
Color information
#BFEDEA (or 0xBFEDEA) is known color: Mabel. HEX triplet: BF, ED and EA. RGB value is (191,237,234). Sum of RGB (Red+Green+Blue) = 191+237+234=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDEA is #401215. Grayscale: #DEDEDE. Windows color (decimal): -4198934 or 15396287. OLE color: 15396287.
HSL color Cylindrical-coordinate representation of color #BFEDEA: hue angle of 176.09º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDEA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 234 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.07 |
| HSL | 176.09º | 0.56% | 0.84% | - |
| HSV(B) | 176.09º | 0.19% | 0.93% | - |
| XYZ | 66.62 | 77.59 | 89.31 | - |
| YUV | 222.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 234 | 0.19 | 0 | 0.01 | 0.07 | 176.09 | 0.56 | 0.84 |
| Hex | BF | ED | EA | 13 | 0 | 1 | 7 | B0 | 38 | 54 |
| Octal | 277 | 355 | 352 | 23 | 0 | 1 | 7 | 260 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11101010 | 10011 | 0 | 1 | 111 | 10110000 | 111000 | 1010100 |
Color Harmonies of #BFEDEA
Complementary color
Monochromatic Colors of #BFEDEA
Black with #BFEDEA
Text Example
Text Example
White with #BFEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDEA; }
p { color: rgb(191,237,234); }
H1.HeaderClassName
{
color: #BFEDEA;
}
.AnyTagClassName
{
color: #BFEDEA;
}
</style>
background-color css
<style>
a { background-color: #BFEDEA; }
a { background-color: rgb(191,237,234); }
div.DivClassName
{
background-color: #BFEDEA;
}
.BgClassName
{
background-color: #BFEDEA;
}
</style>
border-color css
<style>
span { border-color: #BFEDEA; }
span { border-color: rgb(191,237,234); }
td.TdClassName
{
border-color: #BFEDEA;
}
.TagClassName
{
border-color: #BFEDEA;
}
</style>