Shades of Granny Apple #BFF9CF
Tints of Granny Apple #BFF9CF
RGB
CMYK
RGB Variations
Color information
#BFF9CF (or 0xBFF9CF) is known color: Granny Apple. HEX triplet: BF, F9 and CF. RGB value is (191,249,207). Sum of RGB (Red+Green+Blue) = 191+249+207=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9CF is #400630. Grayscale: #E2E2E2. Windows color (decimal): -4195889 or 13629887. OLE color: 13629887.
HSL color Cylindrical-coordinate representation of color #BFF9CF: hue angle of 136.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9CF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 207 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.02 |
| HSL | 136.55º | 0.83% | 0.86% | - |
| HSV(B) | 136.55º | 0.23% | 0.98% | - |
| XYZ | 66.62 | 83.33 | 71.6 | - |
| YUV | 226.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 207 | 0.23 | 0 | 0.17 | 0.02 | 136.55 | 0.83 | 0.86 |
| Hex | BF | F9 | CF | 17 | 0 | 11 | 2 | 89 | 53 | 56 |
| Octal | 277 | 371 | 317 | 27 | 0 | 21 | 2 | 211 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11001111 | 10111 | 0 | 10001 | 10 | 10001001 | 1010011 | 1010110 |
Color Harmonies of #BFF9CF
Complementary color
Monochromatic Colors of #BFF9CF
Black with #BFF9CF
Text Example
Text Example
White with #BFF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9CF; }
p { color: rgb(191,249,207); }
H1.HeaderClassName
{
color: #BFF9CF;
}
.AnyTagClassName
{
color: #BFF9CF;
}
</style>
background-color css
<style>
a { background-color: #BFF9CF; }
a { background-color: rgb(191,249,207); }
div.DivClassName
{
background-color: #BFF9CF;
}
.BgClassName
{
background-color: #BFF9CF;
}
</style>
border-color css
<style>
span { border-color: #BFF9CF; }
span { border-color: rgb(191,249,207); }
td.TdClassName
{
border-color: #BFF9CF;
}
.TagClassName
{
border-color: #BFF9CF;
}
</style>