Shades of Granny Apple #BFF5CF
Tints of Granny Apple #BFF5CF
RGB
CMYK
RGB Variations
Color information
#BFF5CF (or 0xBFF5CF) is known color: Granny Apple. HEX triplet: BF, F5 and CF. RGB value is (191,245,207). Sum of RGB (Red+Green+Blue) = 191+245+207=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5CF is #400A30. Grayscale: #E0E0E0. Windows color (decimal): -4196913 or 13628863. OLE color: 13628863.
HSL color Cylindrical-coordinate representation of color #BFF5CF: hue angle of 137.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5CF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 207 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.04 |
| HSL | 137.78º | 0.73% | 0.85% | - |
| HSV(B) | 137.78º | 0.22% | 0.96% | - |
| XYZ | 65.4 | 80.89 | 71.2 | - |
| YUV | 224.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 207 | 0.22 | 0 | 0.16 | 0.04 | 137.78 | 0.73 | 0.85 |
| Hex | BF | F5 | CF | 16 | 0 | 10 | 4 | 8A | 49 | 55 |
| Octal | 277 | 365 | 317 | 26 | 0 | 20 | 4 | 212 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11001111 | 10110 | 0 | 10000 | 100 | 10001010 | 1001001 | 1010101 |
Color Harmonies of #BFF5CF
Complementary color
Monochromatic Colors of #BFF5CF
Black with #BFF5CF
Text Example
Text Example
White with #BFF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5CF; }
p { color: rgb(191,245,207); }
H1.HeaderClassName
{
color: #BFF5CF;
}
.AnyTagClassName
{
color: #BFF5CF;
}
</style>
background-color css
<style>
a { background-color: #BFF5CF; }
a { background-color: rgb(191,245,207); }
div.DivClassName
{
background-color: #BFF5CF;
}
.BgClassName
{
background-color: #BFF5CF;
}
</style>
border-color css
<style>
span { border-color: #BFF5CF; }
span { border-color: rgb(191,245,207); }
td.TdClassName
{
border-color: #BFF5CF;
}
.TagClassName
{
border-color: #BFF5CF;
}
</style>