Shades of Mabel #BFEBE9
Tints of Mabel #BFEBE9
RGB
CMYK
RGB Variations
Color information
#BFEBE9 (or 0xBFEBE9) is known color: Mabel. HEX triplet: BF, EB and E9. RGB value is (191,235,233). Sum of RGB (Red+Green+Blue) = 191+235+233=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBE9 is #401416. Grayscale: #DDDDDD. Windows color (decimal): -4199447 or 15330239. OLE color: 15330239.
HSL color Cylindrical-coordinate representation of color #BFEBE9: hue angle of 177.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 233 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.08 |
| HSL | 177.27º | 0.52% | 0.84% | - |
| HSV(B) | 177.27º | 0.19% | 0.92% | - |
| XYZ | 65.9 | 76.38 | 88.36 | - |
| YUV | 221.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 233 | 0.19 | 0 | 0.01 | 0.08 | 177.27 | 0.52 | 0.84 |
| Hex | BF | EB | E9 | 13 | 0 | 1 | 8 | B1 | 34 | 54 |
| Octal | 277 | 353 | 351 | 23 | 0 | 1 | 10 | 261 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11101001 | 10011 | 0 | 1 | 1000 | 10110001 | 110100 | 1010100 |
Color Harmonies of #BFEBE9
Complementary color
Monochromatic Colors of #BFEBE9
Black with #BFEBE9
Text Example
Text Example
White with #BFEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBE9; }
p { color: rgb(191,235,233); }
H1.HeaderClassName
{
color: #BFEBE9;
}
.AnyTagClassName
{
color: #BFEBE9;
}
</style>
background-color css
<style>
a { background-color: #BFEBE9; }
a { background-color: rgb(191,235,233); }
div.DivClassName
{
background-color: #BFEBE9;
}
.BgClassName
{
background-color: #BFEBE9;
}
</style>
border-color css
<style>
span { border-color: #BFEBE9; }
span { border-color: rgb(191,235,233); }
td.TdClassName
{
border-color: #BFEBE9;
}
.TagClassName
{
border-color: #BFEBE9;
}
</style>