Shades of Mabel #BFE4E4
Tints of Mabel #BFE4E4
RGB
CMYK
RGB Variations
Color information
#BFE4E4 (or 0xBFE4E4) is known color: Mabel. HEX triplet: BF, E4 and E4. RGB value is (191,228,228). Sum of RGB (Red+Green+Blue) = 191+228+228=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #BFE4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4E4 is #401B1B. Grayscale: #D8D8D8. Windows color (decimal): -4201244 or 15000767. OLE color: 15000767.
HSL color Cylindrical-coordinate representation of color #BFE4E4: hue angle of 180º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4E4 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 228 | - |
| CMYK | 0.16 | 0 | 0 | 0.11 |
| HSL | 180º | 0.41% | 0.82% | - |
| HSV(B) | 180º | 0.16% | 0.89% | - |
| XYZ | 63.23 | 72.16 | 84 | - |
| YUV | 216.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 228 | 0.16 | 0 | 0 | 0.11 | 180 | 0.41 | 0.82 |
| Hex | BF | E4 | E4 | 10 | 0 | 0 | B | B4 | 29 | 52 |
| Octal | 277 | 344 | 344 | 20 | 0 | 0 | 13 | 264 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11100100 | 10000 | 0 | 0 | 1011 | 10110100 | 101001 | 1010010 |
Color Harmonies of #BFE4E4
Complementary color
Monochromatic Colors of #BFE4E4
Black with #BFE4E4
Text Example
Text Example
White with #BFE4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4E4; }
p { color: rgb(191,228,228); }
H1.HeaderClassName
{
color: #BFE4E4;
}
.AnyTagClassName
{
color: #BFE4E4;
}
</style>
background-color css
<style>
a { background-color: #BFE4E4; }
a { background-color: rgb(191,228,228); }
div.DivClassName
{
background-color: #BFE4E4;
}
.BgClassName
{
background-color: #BFE4E4;
}
</style>
border-color css
<style>
span { border-color: #BFE4E4; }
span { border-color: rgb(191,228,228); }
td.TdClassName
{
border-color: #BFE4E4;
}
.TagClassName
{
border-color: #BFE4E4;
}
</style>