Shades of Granny Apple #BFECCE
Tints of Granny Apple #BFECCE
RGB
CMYK
RGB Variations
Color information
#BFECCE (or 0xBFECCE) is known color: Granny Apple. HEX triplet: BF, EC and CE. RGB value is (191,236,206). Sum of RGB (Red+Green+Blue) = 191+236+206=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCE is #401331. Grayscale: #DBDBDB. Windows color (decimal): -4199218 or 13561023. OLE color: 13561023.
HSL color Cylindrical-coordinate representation of color #BFECCE: hue angle of 140º 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 #BFECCE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 206 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.07 |
| HSL | 140º | 0.54% | 0.84% | - |
| HSV(B) | 140º | 0.19% | 0.93% | - |
| XYZ | 62.62 | 75.52 | 69.67 | - |
| YUV | 219.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 206 | 0.19 | 0 | 0.13 | 0.07 | 140 | 0.54 | 0.84 |
| Hex | BF | EC | CE | 13 | 0 | D | 7 | 8C | 36 | 54 |
| Octal | 277 | 354 | 316 | 23 | 0 | 15 | 7 | 214 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11001110 | 10011 | 0 | 1101 | 111 | 10001100 | 110110 | 1010100 |
Color Harmonies of #BFECCE
Complementary color
Monochromatic Colors of #BFECCE
Black with #BFECCE
Text Example
Text Example
White with #BFECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECCE; }
p { color: rgb(191,236,206); }
H1.HeaderClassName
{
color: #BFECCE;
}
.AnyTagClassName
{
color: #BFECCE;
}
</style>
background-color css
<style>
a { background-color: #BFECCE; }
a { background-color: rgb(191,236,206); }
div.DivClassName
{
background-color: #BFECCE;
}
.BgClassName
{
background-color: #BFECCE;
}
</style>
border-color css
<style>
span { border-color: #BFECCE; }
span { border-color: rgb(191,236,206); }
td.TdClassName
{
border-color: #BFECCE;
}
.TagClassName
{
border-color: #BFECCE;
}
</style>