Shades of Granny Apple #BFF9CE
Tints of Granny Apple #BFF9CE
RGB
CMYK
RGB Variations
Color information
#BFF9CE (or 0xBFF9CE) is known color: Granny Apple. HEX triplet: BF, F9 and CE. RGB value is (191,249,206). Sum of RGB (Red+Green+Blue) = 191+249+206=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9CE is #400631. Grayscale: #E2E2E2. Windows color (decimal): -4195890 or 13564351. OLE color: 13564351.
HSL color Cylindrical-coordinate representation of color #BFF9CE: hue angle of 135.52º 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 #BFF9CE is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 206 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.02 |
| HSL | 135.52º | 0.83% | 0.86% | - |
| HSV(B) | 135.52º | 0.23% | 0.98% | - |
| XYZ | 66.5 | 83.28 | 70.96 | - |
| YUV | 226.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 206 | 0.23 | 0 | 0.17 | 0.02 | 135.52 | 0.83 | 0.86 |
| Hex | BF | F9 | CE | 17 | 0 | 11 | 2 | 88 | 53 | 56 |
| Octal | 277 | 371 | 316 | 27 | 0 | 21 | 2 | 210 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11001110 | 10111 | 0 | 10001 | 10 | 10001000 | 1010011 | 1010110 |
Color Harmonies of #BFF9CE
Complementary color
Monochromatic Colors of #BFF9CE
Black with #BFF9CE
Text Example
Text Example
White with #BFF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9CE; }
p { color: rgb(191,249,206); }
H1.HeaderClassName
{
color: #BFF9CE;
}
.AnyTagClassName
{
color: #BFF9CE;
}
</style>
background-color css
<style>
a { background-color: #BFF9CE; }
a { background-color: rgb(191,249,206); }
div.DivClassName
{
background-color: #BFF9CE;
}
.BgClassName
{
background-color: #BFF9CE;
}
</style>
border-color css
<style>
span { border-color: #BFF9CE; }
span { border-color: rgb(191,249,206); }
td.TdClassName
{
border-color: #BFF9CE;
}
.TagClassName
{
border-color: #BFF9CE;
}
</style>