Shades of Granny Apple #BFFECC
Tints of Granny Apple #BFFECC
RGB
CMYK
RGB Variations
Color information
#BFFECC (or 0xBFFECC) is known color: Granny Apple. HEX triplet: BF, FE and CC. RGB value is (191,254,204). Sum of RGB (Red+Green+Blue) = 191+254+204=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECC is #400133. Grayscale: #E5E5E5. Windows color (decimal): -4194612 or 13434559. OLE color: 13434559.
HSL color Cylindrical-coordinate representation of color #BFFECC: hue angle of 132.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFECC is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 204 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.00 |
| HSL | 132.38º | 0.97% | 0.87% | - |
| HSV(B) | 132.38º | 0.25% | 1% | - |
| XYZ | 67.83 | 86.32 | 70.21 | - |
| YUV | 229.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 204 | 0.25 | 0 | 0.20 | 0.00 | 132.38 | 0.97 | 0.87 |
| Hex | BF | FE | CC | 19 | 0 | 14 | 0 | 84 | 61 | 57 |
| Octal | 277 | 376 | 314 | 31 | 0 | 24 | 0 | 204 | 141 | 127 |
| Binary | 10111111 | 11111110 | 11001100 | 11001 | 0 | 10100 | 0 | 10000100 | 1100001 | 1010111 |
Color Harmonies of #BFFECC
Complementary color
Monochromatic Colors of #BFFECC
Black with #BFFECC
Text Example
Text Example
White with #BFFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFECC; }
p { color: rgb(191,254,204); }
H1.HeaderClassName
{
color: #BFFECC;
}
.AnyTagClassName
{
color: #BFFECC;
}
</style>
background-color css
<style>
a { background-color: #BFFECC; }
a { background-color: rgb(191,254,204); }
div.DivClassName
{
background-color: #BFFECC;
}
.BgClassName
{
background-color: #BFFECC;
}
</style>
border-color css
<style>
span { border-color: #BFFECC; }
span { border-color: rgb(191,254,204); }
td.TdClassName
{
border-color: #BFFECC;
}
.TagClassName
{
border-color: #BFFECC;
}
</style>