Shades of Granny Apple #BFF1D0
Tints of Granny Apple #BFF1D0
RGB
CMYK
RGB Variations
Color information
#BFF1D0 (or 0xBFF1D0) is known color: Granny Apple. HEX triplet: BF, F1 and D0. RGB value is (191,241,208). Sum of RGB (Red+Green+Blue) = 191+241+208=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1D0 is #400E2F. Grayscale: #DEDEDE. Windows color (decimal): -4197936 or 13693375. OLE color: 13693375.
HSL color Cylindrical-coordinate representation of color #BFF1D0: hue angle of 140.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1D0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 208 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.05 |
| HSL | 140.4º | 0.64% | 0.85% | - |
| HSV(B) | 140.4º | 0.21% | 0.95% | - |
| XYZ | 64.33 | 78.54 | 71.44 | - |
| YUV | 222.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 208 | 0.21 | 0 | 0.14 | 0.05 | 140.4 | 0.64 | 0.85 |
| Hex | BF | F1 | D0 | 15 | 0 | E | 5 | 8C | 40 | 55 |
| Octal | 277 | 361 | 320 | 25 | 0 | 16 | 5 | 214 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11010000 | 10101 | 0 | 1110 | 101 | 10001100 | 1000000 | 1010101 |
Color Harmonies of #BFF1D0
Complementary color
Monochromatic Colors of #BFF1D0
Black with #BFF1D0
Text Example
Text Example
White with #BFF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1D0; }
p { color: rgb(191,241,208); }
H1.HeaderClassName
{
color: #BFF1D0;
}
.AnyTagClassName
{
color: #BFF1D0;
}
</style>
background-color css
<style>
a { background-color: #BFF1D0; }
a { background-color: rgb(191,241,208); }
div.DivClassName
{
background-color: #BFF1D0;
}
.BgClassName
{
background-color: #BFF1D0;
}
</style>
border-color css
<style>
span { border-color: #BFF1D0; }
span { border-color: rgb(191,241,208); }
td.TdClassName
{
border-color: #BFF1D0;
}
.TagClassName
{
border-color: #BFF1D0;
}
</style>