Shades of Granny Apple #BFFBD0
Tints of Granny Apple #BFFBD0
RGB
CMYK
RGB Variations
Color information
#BFFBD0 (or 0xBFFBD0) is known color: Granny Apple. HEX triplet: BF, FB and D0. RGB value is (191,251,208). Sum of RGB (Red+Green+Blue) = 191+251+208=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD0 is #40042F. Grayscale: #E4E4E4. Windows color (decimal): -4195376 or 13695935. OLE color: 13695935.
HSL color Cylindrical-coordinate representation of color #BFFBD0: hue angle of 137º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBD0 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 208 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 137º | 0.88% | 0.87% | - |
| HSV(B) | 137º | 0.24% | 0.98% | - |
| XYZ | 67.37 | 84.62 | 72.46 | - |
| YUV | 228.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 208 | 0.24 | 0 | 0.17 | 0.02 | 137 | 0.88 | 0.87 |
| Hex | BF | FB | D0 | 18 | 0 | 11 | 2 | 89 | 58 | 57 |
| Octal | 277 | 373 | 320 | 30 | 0 | 21 | 2 | 211 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11010000 | 11000 | 0 | 10001 | 10 | 10001001 | 1011000 | 1010111 |
Color Harmonies of #BFFBD0
Complementary color
Monochromatic Colors of #BFFBD0
Black with #BFFBD0
Text Example
Text Example
White with #BFFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD0; }
p { color: rgb(191,251,208); }
H1.HeaderClassName
{
color: #BFFBD0;
}
.AnyTagClassName
{
color: #BFFBD0;
}
</style>
background-color css
<style>
a { background-color: #BFFBD0; }
a { background-color: rgb(191,251,208); }
div.DivClassName
{
background-color: #BFFBD0;
}
.BgClassName
{
background-color: #BFFBD0;
}
</style>
border-color css
<style>
span { border-color: #BFFBD0; }
span { border-color: rgb(191,251,208); }
td.TdClassName
{
border-color: #BFFBD0;
}
.TagClassName
{
border-color: #BFFBD0;
}
</style>