Shades of Granny Apple #BFFBD1
Tints of Granny Apple #BFFBD1
RGB
CMYK
RGB Variations
Color information
#BFFBD1 (or 0xBFFBD1) is known color: Granny Apple. HEX triplet: BF, FB and D1. RGB value is (191,251,209). Sum of RGB (Red+Green+Blue) = 191+251+209=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD1 is #40042E. Grayscale: #E4E4E4. Windows color (decimal): -4195375 or 13761471. OLE color: 13761471.
HSL color Cylindrical-coordinate representation of color #BFFBD1: hue angle of 138º 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 #BFFBD1 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 209 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 138º | 0.88% | 0.87% | - |
| HSV(B) | 138º | 0.24% | 0.98% | - |
| XYZ | 67.49 | 84.67 | 73.11 | - |
| YUV | 228.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 209 | 0.24 | 0 | 0.17 | 0.02 | 138 | 0.88 | 0.87 |
| Hex | BF | FB | D1 | 18 | 0 | 11 | 2 | 8A | 58 | 57 |
| Octal | 277 | 373 | 321 | 30 | 0 | 21 | 2 | 212 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11010001 | 11000 | 0 | 10001 | 10 | 10001010 | 1011000 | 1010111 |
Color Harmonies of #BFFBD1
Complementary color
Monochromatic Colors of #BFFBD1
Black with #BFFBD1
Text Example
Text Example
White with #BFFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD1; }
p { color: rgb(191,251,209); }
H1.HeaderClassName
{
color: #BFFBD1;
}
.AnyTagClassName
{
color: #BFFBD1;
}
</style>
background-color css
<style>
a { background-color: #BFFBD1; }
a { background-color: rgb(191,251,209); }
div.DivClassName
{
background-color: #BFFBD1;
}
.BgClassName
{
background-color: #BFFBD1;
}
</style>
border-color css
<style>
span { border-color: #BFFBD1; }
span { border-color: rgb(191,251,209); }
td.TdClassName
{
border-color: #BFFBD1;
}
.TagClassName
{
border-color: #BFFBD1;
}
</style>