Shades of Granny Apple #BFFFCE
Tints of Granny Apple #BFFFCE
RGB
CMYK
RGB Variations
Color information
#BFFFCE (or 0xBFFFCE) is known color: Granny Apple. HEX triplet: BF, FF and CE. RGB value is (191,255,206). Sum of RGB (Red+Green+Blue) = 191+255+206=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCE is #400031. Grayscale: #E6E6E6. Windows color (decimal): -4194354 or 13565887. OLE color: 13565887.
HSL color Cylindrical-coordinate representation of color #BFFFCE: hue angle of 134.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFCE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 206 | - |
| CMYK | 0.25 | 0 | 0.19 | 0 |
| HSL | 134.06º | 1% | 0.87% | - |
| HSV(B) | 134.06º | 0.25% | 1% | - |
| XYZ | 68.39 | 87.05 | 71.59 | - |
| YUV | 230.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 206 | 0.25 | 0 | 0.19 | 0 | 134.06 | 1 | 0.87 |
| Hex | BF | FF | CE | 19 | 0 | 13 | 0 | 86 | 64 | 57 |
| Octal | 277 | 377 | 316 | 31 | 0 | 23 | 0 | 206 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11001110 | 11001 | 0 | 10011 | 0 | 10000110 | 1100100 | 1010111 |
Color Harmonies of #BFFFCE
Complementary color
Monochromatic Colors of #BFFFCE
Black with #BFFFCE
Text Example
Text Example
White with #BFFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFCE; }
p { color: rgb(191,255,206); }
H1.HeaderClassName
{
color: #BFFFCE;
}
.AnyTagClassName
{
color: #BFFFCE;
}
</style>
background-color css
<style>
a { background-color: #BFFFCE; }
a { background-color: rgb(191,255,206); }
div.DivClassName
{
background-color: #BFFFCE;
}
.BgClassName
{
background-color: #BFFFCE;
}
</style>
border-color css
<style>
span { border-color: #BFFFCE; }
span { border-color: rgb(191,255,206); }
td.TdClassName
{
border-color: #BFFFCE;
}
.TagClassName
{
border-color: #BFFFCE;
}
</style>