Shades of Mabel #BFEEEC
Tints of Mabel #BFEEEC
RGB
CMYK
RGB Variations
Color information
#BFEEEC (or 0xBFEEEC) is known color: Mabel. HEX triplet: BF, EE and EC. RGB value is (191,238,236). Sum of RGB (Red+Green+Blue) = 191+238+236=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEEC is #401113. Grayscale: #DFDFDF. Windows color (decimal): -4198676 or 15527615. OLE color: 15527615.
HSL color Cylindrical-coordinate representation of color #BFEEEC: hue angle of 177.45º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEEC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 236 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.07 |
| HSL | 177.45º | 0.58% | 0.84% | - |
| HSV(B) | 177.45º | 0.2% | 0.93% | - |
| XYZ | 67.2 | 78.28 | 90.92 | - |
| YUV | 223.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 236 | 0.20 | 0 | 0.01 | 0.07 | 177.45 | 0.58 | 0.84 |
| Hex | BF | EE | EC | 14 | 0 | 1 | 7 | B1 | 3A | 54 |
| Octal | 277 | 356 | 354 | 24 | 0 | 1 | 7 | 261 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11101100 | 10100 | 0 | 1 | 111 | 10110001 | 111010 | 1010100 |
Color Harmonies of #BFEEEC
Complementary color
Monochromatic Colors of #BFEEEC
Black with #BFEEEC
Text Example
Text Example
White with #BFEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEEC; }
p { color: rgb(191,238,236); }
H1.HeaderClassName
{
color: #BFEEEC;
}
.AnyTagClassName
{
color: #BFEEEC;
}
</style>
background-color css
<style>
a { background-color: #BFEEEC; }
a { background-color: rgb(191,238,236); }
div.DivClassName
{
background-color: #BFEEEC;
}
.BgClassName
{
background-color: #BFEEEC;
}
</style>
border-color css
<style>
span { border-color: #BFEEEC; }
span { border-color: rgb(191,238,236); }
td.TdClassName
{
border-color: #BFEEEC;
}
.TagClassName
{
border-color: #BFEEEC;
}
</style>