Shades of Granny Apple #BFECC9
Tints of Granny Apple #BFECC9
RGB
CMYK
RGB Variations
Color information
#BFECC9 (or 0xBFECC9) is known color: Granny Apple. HEX triplet: BF, EC and C9. RGB value is (191,236,201). Sum of RGB (Red+Green+Blue) = 191+236+201=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC9 is #401336. Grayscale: #DADADA. Windows color (decimal): -4199223 or 13233343. OLE color: 13233343.
HSL color Cylindrical-coordinate representation of color #BFECC9: hue angle of 133.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 #BFECC9 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 201 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.07 |
| HSL | 133.33º | 0.54% | 0.84% | - |
| HSV(B) | 133.33º | 0.19% | 0.93% | - |
| XYZ | 62.02 | 75.28 | 66.52 | - |
| YUV | 218.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 201 | 0.19 | 0 | 0.15 | 0.07 | 133.33 | 0.54 | 0.84 |
| Hex | BF | EC | C9 | 13 | 0 | F | 7 | 85 | 36 | 54 |
| Octal | 277 | 354 | 311 | 23 | 0 | 17 | 7 | 205 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11001001 | 10011 | 0 | 1111 | 111 | 10000101 | 110110 | 1010100 |
Color Harmonies of #BFECC9
Complementary color
Monochromatic Colors of #BFECC9
Black with #BFECC9
Text Example
Text Example
White with #BFECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECC9; }
p { color: rgb(191,236,201); }
H1.HeaderClassName
{
color: #BFECC9;
}
.AnyTagClassName
{
color: #BFECC9;
}
</style>
background-color css
<style>
a { background-color: #BFECC9; }
a { background-color: rgb(191,236,201); }
div.DivClassName
{
background-color: #BFECC9;
}
.BgClassName
{
background-color: #BFECC9;
}
</style>
border-color css
<style>
span { border-color: #BFECC9; }
span { border-color: rgb(191,236,201); }
td.TdClassName
{
border-color: #BFECC9;
}
.TagClassName
{
border-color: #BFECC9;
}
</style>