Shades of Mabel #BFEEEE
Tints of Mabel #BFEEEE
RGB
CMYK
RGB Variations
Color information
#BFEEEE (or 0xBFEEEE) is known color: Mabel. HEX triplet: BF, EE and EE. RGB value is (191,238,238). Sum of RGB (Red+Green+Blue) = 191+238+238=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BFEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEEE is #401111. Grayscale: #DFDFDF. Windows color (decimal): -4198674 or 15658687. OLE color: 15658687.
HSL color Cylindrical-coordinate representation of color #BFEEEE: hue angle of 180º 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 #BFEEEE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 238 | - |
| CMYK | 0.20 | 0 | 0 | 0.07 |
| HSL | 180º | 0.58% | 0.84% | - |
| HSV(B) | 180º | 0.2% | 0.93% | - |
| XYZ | 67.49 | 78.4 | 92.46 | - |
| YUV | 223.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 238 | 0.20 | 0 | 0 | 0.07 | 180 | 0.58 | 0.84 |
| Hex | BF | EE | EE | 14 | 0 | 0 | 7 | B4 | 3A | 54 |
| Octal | 277 | 356 | 356 | 24 | 0 | 0 | 7 | 264 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11101110 | 10100 | 0 | 0 | 111 | 10110100 | 111010 | 1010100 |
Color Harmonies of #BFEEEE
Complementary color
Monochromatic Colors of #BFEEEE
Black with #BFEEEE
Text Example
Text Example
White with #BFEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEEE; }
p { color: rgb(191,238,238); }
H1.HeaderClassName
{
color: #BFEEEE;
}
.AnyTagClassName
{
color: #BFEEEE;
}
</style>
background-color css
<style>
a { background-color: #BFEEEE; }
a { background-color: rgb(191,238,238); }
div.DivClassName
{
background-color: #BFEEEE;
}
.BgClassName
{
background-color: #BFEEEE;
}
</style>
border-color css
<style>
span { border-color: #BFEEEE; }
span { border-color: rgb(191,238,238); }
td.TdClassName
{
border-color: #BFEEEE;
}
.TagClassName
{
border-color: #BFEEEE;
}
</style>