Shades of Granny Apple #BFEEC5
Tints of Granny Apple #BFEEC5
RGB
CMYK
RGB Variations
Color information
#BFEEC5 (or 0xBFEEC5) is known color: Granny Apple. HEX triplet: BF, EE and C5. RGB value is (191,238,197). Sum of RGB (Red+Green+Blue) = 191+238+197=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC5 is #40113A. Grayscale: #DBDBDB. Windows color (decimal): -4198715 or 12971711. OLE color: 12971711.
HSL color Cylindrical-coordinate representation of color #BFEEC5: hue angle of 127.66º 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 #BFEEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 197 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 127.66º | 0.58% | 0.84% | - |
| HSV(B) | 127.66º | 0.2% | 0.93% | - |
| XYZ | 62.14 | 76.26 | 64.27 | - |
| YUV | 219.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 197 | 0.20 | 0 | 0.17 | 0.07 | 127.66 | 0.58 | 0.84 |
| Hex | BF | EE | C5 | 14 | 0 | 11 | 7 | 80 | 3A | 54 |
| Octal | 277 | 356 | 305 | 24 | 0 | 21 | 7 | 200 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11000101 | 10100 | 0 | 10001 | 111 | 10000000 | 111010 | 1010100 |
Color Harmonies of #BFEEC5
Complementary color
Monochromatic Colors of #BFEEC5
Black with #BFEEC5
Text Example
Text Example
White with #BFEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEC5; }
p { color: rgb(191,238,197); }
H1.HeaderClassName
{
color: #BFEEC5;
}
.AnyTagClassName
{
color: #BFEEC5;
}
</style>
background-color css
<style>
a { background-color: #BFEEC5; }
a { background-color: rgb(191,238,197); }
div.DivClassName
{
background-color: #BFEEC5;
}
.BgClassName
{
background-color: #BFEEC5;
}
</style>
border-color css
<style>
span { border-color: #BFEEC5; }
span { border-color: rgb(191,238,197); }
td.TdClassName
{
border-color: #BFEEC5;
}
.TagClassName
{
border-color: #BFEEC5;
}
</style>