Shades of Granny Apple #BFFBC6
Tints of Granny Apple #BFFBC6
RGB
CMYK
RGB Variations
Color information
#BFFBC6 (or 0xBFFBC6) is known color: Granny Apple. HEX triplet: BF, FB and C6. RGB value is (191,251,198). Sum of RGB (Red+Green+Blue) = 191+251+198=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBC6 is #400439. Grayscale: #E3E3E3. Windows color (decimal): -4195386 or 13040575. OLE color: 13040575.
HSL color Cylindrical-coordinate representation of color #BFFBC6: hue angle of 127º 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 #BFFBC6 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 198 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.02 |
| HSL | 127º | 0.88% | 0.87% | - |
| HSV(B) | 127º | 0.24% | 0.98% | - |
| XYZ | 66.18 | 84.15 | 66.18 | - |
| YUV | 227.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 198 | 0.24 | 0 | 0.21 | 0.02 | 127 | 0.88 | 0.87 |
| Hex | BF | FB | C6 | 18 | 0 | 15 | 2 | 7F | 58 | 57 |
| Octal | 277 | 373 | 306 | 30 | 0 | 25 | 2 | 177 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11000110 | 11000 | 0 | 10101 | 10 | 1111111 | 1011000 | 1010111 |
Color Harmonies of #BFFBC6
Complementary color
Monochromatic Colors of #BFFBC6
Black with #BFFBC6
Text Example
Text Example
White with #BFFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBC6; }
p { color: rgb(191,251,198); }
H1.HeaderClassName
{
color: #BFFBC6;
}
.AnyTagClassName
{
color: #BFFBC6;
}
</style>
background-color css
<style>
a { background-color: #BFFBC6; }
a { background-color: rgb(191,251,198); }
div.DivClassName
{
background-color: #BFFBC6;
}
.BgClassName
{
background-color: #BFFBC6;
}
</style>
border-color css
<style>
span { border-color: #BFFBC6; }
span { border-color: rgb(191,251,198); }
td.TdClassName
{
border-color: #BFFBC6;
}
.TagClassName
{
border-color: #BFFBC6;
}
</style>