Shades of Granny Apple #BFF6D2
Tints of Granny Apple #BFF6D2
RGB
CMYK
RGB Variations
Color information
#BFF6D2 (or 0xBFF6D2) is known color: Granny Apple. HEX triplet: BF, F6 and D2. RGB value is (191,246,210). Sum of RGB (Red+Green+Blue) = 191+246+210=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6D2 is #40092D. Grayscale: #E1E1E1. Windows color (decimal): -4196654 or 13825727. OLE color: 13825727.
HSL color Cylindrical-coordinate representation of color #BFF6D2: hue angle of 140.73º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6D2 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 210 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.04 |
| HSL | 140.73º | 0.75% | 0.86% | - |
| HSV(B) | 140.73º | 0.22% | 0.96% | - |
| XYZ | 66.07 | 81.64 | 73.25 | - |
| YUV | 225.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 210 | 0.22 | 0 | 0.15 | 0.04 | 140.73 | 0.75 | 0.86 |
| Hex | BF | F6 | D2 | 16 | 0 | F | 4 | 8D | 4B | 56 |
| Octal | 277 | 366 | 322 | 26 | 0 | 17 | 4 | 215 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11010010 | 10110 | 0 | 1111 | 100 | 10001101 | 1001011 | 1010110 |
Color Harmonies of #BFF6D2
Complementary color
Monochromatic Colors of #BFF6D2
Black with #BFF6D2
Text Example
Text Example
White with #BFF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6D2; }
p { color: rgb(191,246,210); }
H1.HeaderClassName
{
color: #BFF6D2;
}
.AnyTagClassName
{
color: #BFF6D2;
}
</style>
background-color css
<style>
a { background-color: #BFF6D2; }
a { background-color: rgb(191,246,210); }
div.DivClassName
{
background-color: #BFF6D2;
}
.BgClassName
{
background-color: #BFF6D2;
}
</style>
border-color css
<style>
span { border-color: #BFF6D2; }
span { border-color: rgb(191,246,210); }
td.TdClassName
{
border-color: #BFF6D2;
}
.TagClassName
{
border-color: #BFF6D2;
}
</style>