Shades of Mabel #BFEBEA
Tints of Mabel #BFEBEA
RGB
CMYK
RGB Variations
Color information
#BFEBEA (or 0xBFEBEA) is known color: Mabel. HEX triplet: BF, EB and EA. RGB value is (191,235,234). Sum of RGB (Red+Green+Blue) = 191+235+234=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBEA is #401415. Grayscale: #DDDDDD. Windows color (decimal): -4199446 or 15395775. OLE color: 15395775.
HSL color Cylindrical-coordinate representation of color #BFEBEA: hue angle of 178.64º 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 #BFEBEA is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 234 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.08 |
| HSL | 178.64º | 0.52% | 0.84% | - |
| HSV(B) | 178.64º | 0.19% | 0.92% | - |
| XYZ | 66.05 | 76.43 | 89.11 | - |
| YUV | 221.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 234 | 0.19 | 0 | 0.00 | 0.08 | 178.64 | 0.52 | 0.84 |
| Hex | BF | EB | EA | 13 | 0 | 0 | 8 | B3 | 34 | 54 |
| Octal | 277 | 353 | 352 | 23 | 0 | 0 | 10 | 263 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11101010 | 10011 | 0 | 0 | 1000 | 10110011 | 110100 | 1010100 |
Color Harmonies of #BFEBEA
Complementary color
Monochromatic Colors of #BFEBEA
Black with #BFEBEA
Text Example
Text Example
White with #BFEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBEA; }
p { color: rgb(191,235,234); }
H1.HeaderClassName
{
color: #BFEBEA;
}
.AnyTagClassName
{
color: #BFEBEA;
}
</style>
background-color css
<style>
a { background-color: #BFEBEA; }
a { background-color: rgb(191,235,234); }
div.DivClassName
{
background-color: #BFEBEA;
}
.BgClassName
{
background-color: #BFEBEA;
}
</style>
border-color css
<style>
span { border-color: #BFEBEA; }
span { border-color: rgb(191,235,234); }
td.TdClassName
{
border-color: #BFEBEA;
}
.TagClassName
{
border-color: #BFEBEA;
}
</style>