Shades of Mabel #BFE8E6
Tints of Mabel #BFE8E6
RGB
CMYK
RGB Variations
Color information
#BFE8E6 (or 0xBFE8E6) is known color: Mabel. HEX triplet: BF, E8 and E6. RGB value is (191,232,230). Sum of RGB (Red+Green+Blue) = 191+232+230=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8E6 is #401719. Grayscale: #DBDBDB. Windows color (decimal): -4200218 or 15132863. OLE color: 15132863.
HSL color Cylindrical-coordinate representation of color #BFE8E6: hue angle of 177.07º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8E6 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 230 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.09 |
| HSL | 177.07º | 0.47% | 0.83% | - |
| HSV(B) | 177.07º | 0.18% | 0.91% | - |
| XYZ | 64.63 | 74.5 | 85.84 | - |
| YUV | 219.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 230 | 0.18 | 0 | 0.01 | 0.09 | 177.07 | 0.47 | 0.83 |
| Hex | BF | E8 | E6 | 12 | 0 | 1 | 9 | B1 | 2F | 53 |
| Octal | 277 | 350 | 346 | 22 | 0 | 1 | 11 | 261 | 57 | 123 |
| Binary | 10111111 | 11101000 | 11100110 | 10010 | 0 | 1 | 1001 | 10110001 | 101111 | 1010011 |
Color Harmonies of #BFE8E6
Complementary color
Monochromatic Colors of #BFE8E6
Black with #BFE8E6
Text Example
Text Example
White with #BFE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8E6; }
p { color: rgb(191,232,230); }
H1.HeaderClassName
{
color: #BFE8E6;
}
.AnyTagClassName
{
color: #BFE8E6;
}
</style>
background-color css
<style>
a { background-color: #BFE8E6; }
a { background-color: rgb(191,232,230); }
div.DivClassName
{
background-color: #BFE8E6;
}
.BgClassName
{
background-color: #BFE8E6;
}
</style>
border-color css
<style>
span { border-color: #BFE8E6; }
span { border-color: rgb(191,232,230); }
td.TdClassName
{
border-color: #BFE8E6;
}
.TagClassName
{
border-color: #BFE8E6;
}
</style>