Shades of Granny Apple #BFF8CE
Tints of Granny Apple #BFF8CE
RGB
CMYK
RGB Variations
Color information
#BFF8CE (or 0xBFF8CE) is known color: Granny Apple. HEX triplet: BF, F8 and CE. RGB value is (191,248,206). Sum of RGB (Red+Green+Blue) = 191+248+206=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8CE is #400731. Grayscale: #E2E2E2. Windows color (decimal): -4196146 or 13564095. OLE color: 13564095.
HSL color Cylindrical-coordinate representation of color #BFF8CE: hue angle of 135.79º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8CE is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 206 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.03 |
| HSL | 135.79º | 0.8% | 0.86% | - |
| HSV(B) | 135.79º | 0.23% | 0.97% | - |
| XYZ | 66.19 | 82.67 | 70.86 | - |
| YUV | 226.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 206 | 0.23 | 0 | 0.17 | 0.03 | 135.79 | 0.8 | 0.86 |
| Hex | BF | F8 | CE | 17 | 0 | 11 | 3 | 88 | 50 | 56 |
| Octal | 277 | 370 | 316 | 27 | 0 | 21 | 3 | 210 | 120 | 126 |
| Binary | 10111111 | 11111000 | 11001110 | 10111 | 0 | 10001 | 11 | 10001000 | 1010000 | 1010110 |
Color Harmonies of #BFF8CE
Complementary color
Monochromatic Colors of #BFF8CE
Black with #BFF8CE
Text Example
Text Example
White with #BFF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8CE; }
p { color: rgb(191,248,206); }
H1.HeaderClassName
{
color: #BFF8CE;
}
.AnyTagClassName
{
color: #BFF8CE;
}
</style>
background-color css
<style>
a { background-color: #BFF8CE; }
a { background-color: rgb(191,248,206); }
div.DivClassName
{
background-color: #BFF8CE;
}
.BgClassName
{
background-color: #BFF8CE;
}
</style>
border-color css
<style>
span { border-color: #BFF8CE; }
span { border-color: rgb(191,248,206); }
td.TdClassName
{
border-color: #BFF8CE;
}
.TagClassName
{
border-color: #BFF8CE;
}
</style>