Shades of Granny Apple #BFEECF
Tints of Granny Apple #BFEECF
RGB
CMYK
RGB Variations
Color information
#BFEECF (or 0xBFEECF) is known color: Granny Apple. HEX triplet: BF, EE and CF. RGB value is (191,238,207). Sum of RGB (Red+Green+Blue) = 191+238+207=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECF is #401130. Grayscale: #DCDCDC. Windows color (decimal): -4198705 or 13627071. OLE color: 13627071.
HSL color Cylindrical-coordinate representation of color #BFEECF: hue angle of 140.43º 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 #BFEECF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 207 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.07 |
| HSL | 140.43º | 0.58% | 0.84% | - |
| HSV(B) | 140.43º | 0.2% | 0.93% | - |
| XYZ | 63.32 | 76.73 | 70.5 | - |
| YUV | 220.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 207 | 0.20 | 0 | 0.13 | 0.07 | 140.43 | 0.58 | 0.84 |
| Hex | BF | EE | CF | 14 | 0 | D | 7 | 8C | 3A | 54 |
| Octal | 277 | 356 | 317 | 24 | 0 | 15 | 7 | 214 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11001111 | 10100 | 0 | 1101 | 111 | 10001100 | 111010 | 1010100 |
Color Harmonies of #BFEECF
Complementary color
Monochromatic Colors of #BFEECF
Black with #BFEECF
Text Example
Text Example
White with #BFEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEECF; }
p { color: rgb(191,238,207); }
H1.HeaderClassName
{
color: #BFEECF;
}
.AnyTagClassName
{
color: #BFEECF;
}
</style>
background-color css
<style>
a { background-color: #BFEECF; }
a { background-color: rgb(191,238,207); }
div.DivClassName
{
background-color: #BFEECF;
}
.BgClassName
{
background-color: #BFEECF;
}
</style>
border-color css
<style>
span { border-color: #BFEECF; }
span { border-color: rgb(191,238,207); }
td.TdClassName
{
border-color: #BFEECF;
}
.TagClassName
{
border-color: #BFEECF;
}
</style>