Shades of Granny Apple #BFF6C3
Tints of Granny Apple #BFF6C3
RGB
CMYK
RGB Variations
Color information
#BFF6C3 (or 0xBFF6C3) is known color: Granny Apple. HEX triplet: BF, F6 and C3. RGB value is (191,246,195). Sum of RGB (Red+Green+Blue) = 191+246+195=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6C3 is #40093C. Grayscale: #DFDFDF. Windows color (decimal): -4196669 or 12842687. OLE color: 12842687.
HSL color Cylindrical-coordinate representation of color #BFF6C3: hue angle of 124.36º 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 #BFF6C3 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 195 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.04 |
| HSL | 124.36º | 0.75% | 0.86% | - |
| HSV(B) | 124.36º | 0.22% | 0.96% | - |
| XYZ | 64.29 | 80.93 | 63.86 | - |
| YUV | 223.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 195 | 0.22 | 0 | 0.21 | 0.04 | 124.36 | 0.75 | 0.86 |
| Hex | BF | F6 | C3 | 16 | 0 | 15 | 4 | 7C | 4B | 56 |
| Octal | 277 | 366 | 303 | 26 | 0 | 25 | 4 | 174 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11000011 | 10110 | 0 | 10101 | 100 | 1111100 | 1001011 | 1010110 |
Color Harmonies of #BFF6C3
Complementary color
Monochromatic Colors of #BFF6C3
Black with #BFF6C3
Text Example
Text Example
White with #BFF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6C3; }
p { color: rgb(191,246,195); }
H1.HeaderClassName
{
color: #BFF6C3;
}
.AnyTagClassName
{
color: #BFF6C3;
}
</style>
background-color css
<style>
a { background-color: #BFF6C3; }
a { background-color: rgb(191,246,195); }
div.DivClassName
{
background-color: #BFF6C3;
}
.BgClassName
{
background-color: #BFF6C3;
}
</style>
border-color css
<style>
span { border-color: #BFF6C3; }
span { border-color: rgb(191,246,195); }
td.TdClassName
{
border-color: #BFF6C3;
}
.TagClassName
{
border-color: #BFF6C3;
}
</style>