Shades of Granny Apple #BFECCF
Tints of Granny Apple #BFECCF
RGB
CMYK
RGB Variations
Color information
#BFECCF (or 0xBFECCF) is known color: Granny Apple. HEX triplet: BF, EC and CF. RGB value is (191,236,207). Sum of RGB (Red+Green+Blue) = 191+236+207=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCF is #401330. Grayscale: #DBDBDB. Windows color (decimal): -4199217 or 13626559. OLE color: 13626559.
HSL color Cylindrical-coordinate representation of color #BFECCF: hue angle of 141.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECCF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 207 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.07 |
| HSL | 141.33º | 0.54% | 0.84% | - |
| HSV(B) | 141.33º | 0.19% | 0.93% | - |
| XYZ | 62.74 | 75.57 | 70.31 | - |
| YUV | 219.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 207 | 0.19 | 0 | 0.12 | 0.07 | 141.33 | 0.54 | 0.84 |
| Hex | BF | EC | CF | 13 | 0 | C | 7 | 8D | 36 | 54 |
| Octal | 277 | 354 | 317 | 23 | 0 | 14 | 7 | 215 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11001111 | 10011 | 0 | 1100 | 111 | 10001101 | 110110 | 1010100 |
Color Harmonies of #BFECCF
Complementary color
Monochromatic Colors of #BFECCF
Black with #BFECCF
Text Example
Text Example
White with #BFECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECCF; }
p { color: rgb(191,236,207); }
H1.HeaderClassName
{
color: #BFECCF;
}
.AnyTagClassName
{
color: #BFECCF;
}
</style>
background-color css
<style>
a { background-color: #BFECCF; }
a { background-color: rgb(191,236,207); }
div.DivClassName
{
background-color: #BFECCF;
}
.BgClassName
{
background-color: #BFECCF;
}
</style>
border-color css
<style>
span { border-color: #BFECCF; }
span { border-color: rgb(191,236,207); }
td.TdClassName
{
border-color: #BFECCF;
}
.TagClassName
{
border-color: #BFECCF;
}
</style>