Shades of Granny Apple #BFEED0
Tints of Granny Apple #BFEED0
RGB
CMYK
RGB Variations
Color information
#BFEED0 (or 0xBFEED0) is known color: Granny Apple. HEX triplet: BF, EE and D0. RGB value is (191,238,208). Sum of RGB (Red+Green+Blue) = 191+238+208=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED0 is #40112F. Grayscale: #DCDCDC. Windows color (decimal): -4198704 or 13692607. OLE color: 13692607.
HSL color Cylindrical-coordinate representation of color #BFEED0: hue angle of 141.7º 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 #BFEED0 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 208 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.07 |
| HSL | 141.7º | 0.58% | 0.84% | - |
| HSV(B) | 141.7º | 0.2% | 0.93% | - |
| XYZ | 63.45 | 76.78 | 71.15 | - |
| YUV | 220.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 208 | 0.20 | 0 | 0.13 | 0.07 | 141.7 | 0.58 | 0.84 |
| Hex | BF | EE | D0 | 14 | 0 | D | 7 | 8E | 3A | 54 |
| Octal | 277 | 356 | 320 | 24 | 0 | 15 | 7 | 216 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11010000 | 10100 | 0 | 1101 | 111 | 10001110 | 111010 | 1010100 |
Color Harmonies of #BFEED0
Complementary color
Monochromatic Colors of #BFEED0
Black with #BFEED0
Text Example
Text Example
White with #BFEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEED0; }
p { color: rgb(191,238,208); }
H1.HeaderClassName
{
color: #BFEED0;
}
.AnyTagClassName
{
color: #BFEED0;
}
</style>
background-color css
<style>
a { background-color: #BFEED0; }
a { background-color: rgb(191,238,208); }
div.DivClassName
{
background-color: #BFEED0;
}
.BgClassName
{
background-color: #BFEED0;
}
</style>
border-color css
<style>
span { border-color: #BFEED0; }
span { border-color: rgb(191,238,208); }
td.TdClassName
{
border-color: #BFEED0;
}
.TagClassName
{
border-color: #BFEED0;
}
</style>