Shades of Granny Apple #BFF3C6
Tints of Granny Apple #BFF3C6
RGB
CMYK
RGB Variations
Color information
#BFF3C6 (or 0xBFF3C6) is known color: Granny Apple. HEX triplet: BF, F3 and C6. RGB value is (191,243,198). Sum of RGB (Red+Green+Blue) = 191+243+198=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3C6 is #400C39. Grayscale: #DEDEDE. Windows color (decimal): -4197434 or 13038527. OLE color: 13038527.
HSL color Cylindrical-coordinate representation of color #BFF3C6: hue angle of 128.08º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3C6 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 198 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.05 |
| HSL | 128.08º | 0.68% | 0.85% | - |
| HSV(B) | 128.08º | 0.21% | 0.95% | - |
| XYZ | 63.73 | 79.25 | 65.36 | - |
| YUV | 222.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 198 | 0.21 | 0 | 0.19 | 0.05 | 128.08 | 0.68 | 0.85 |
| Hex | BF | F3 | C6 | 15 | 0 | 13 | 5 | 80 | 44 | 55 |
| Octal | 277 | 363 | 306 | 25 | 0 | 23 | 5 | 200 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11000110 | 10101 | 0 | 10011 | 101 | 10000000 | 1000100 | 1010101 |
Color Harmonies of #BFF3C6
Complementary color
Monochromatic Colors of #BFF3C6
Black with #BFF3C6
Text Example
Text Example
White with #BFF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3C6; }
p { color: rgb(191,243,198); }
H1.HeaderClassName
{
color: #BFF3C6;
}
.AnyTagClassName
{
color: #BFF3C6;
}
</style>
background-color css
<style>
a { background-color: #BFF3C6; }
a { background-color: rgb(191,243,198); }
div.DivClassName
{
background-color: #BFF3C6;
}
.BgClassName
{
background-color: #BFF3C6;
}
</style>
border-color css
<style>
span { border-color: #BFF3C6; }
span { border-color: rgb(191,243,198); }
td.TdClassName
{
border-color: #BFF3C6;
}
.TagClassName
{
border-color: #BFF3C6;
}
</style>