Shades of Granny Apple #BFEDCC
Tints of Granny Apple #BFEDCC
RGB
CMYK
RGB Variations
Color information
#BFEDCC (or 0xBFEDCC) is known color: Granny Apple. HEX triplet: BF, ED and CC. RGB value is (191,237,204). Sum of RGB (Red+Green+Blue) = 191+237+204=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCC is #401233. Grayscale: #DBDBDB. Windows color (decimal): -4198964 or 13430207. OLE color: 13430207.
HSL color Cylindrical-coordinate representation of color #BFEDCC: hue angle of 136.96º degrees, saturation: 0.56, 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 #BFEDCC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 204 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 136.96º | 0.56% | 0.84% | - |
| HSV(B) | 136.96º | 0.19% | 0.93% | - |
| XYZ | 62.67 | 76 | 68.49 | - |
| YUV | 219.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 204 | 0.19 | 0 | 0.14 | 0.07 | 136.96 | 0.56 | 0.84 |
| Hex | BF | ED | CC | 13 | 0 | E | 7 | 89 | 38 | 54 |
| Octal | 277 | 355 | 314 | 23 | 0 | 16 | 7 | 211 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11001100 | 10011 | 0 | 1110 | 111 | 10001001 | 111000 | 1010100 |
Color Harmonies of #BFEDCC
Complementary color
Monochromatic Colors of #BFEDCC
Black with #BFEDCC
Text Example
Text Example
White with #BFEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDCC; }
p { color: rgb(191,237,204); }
H1.HeaderClassName
{
color: #BFEDCC;
}
.AnyTagClassName
{
color: #BFEDCC;
}
</style>
background-color css
<style>
a { background-color: #BFEDCC; }
a { background-color: rgb(191,237,204); }
div.DivClassName
{
background-color: #BFEDCC;
}
.BgClassName
{
background-color: #BFEDCC;
}
</style>
border-color css
<style>
span { border-color: #BFEDCC; }
span { border-color: rgb(191,237,204); }
td.TdClassName
{
border-color: #BFEDCC;
}
.TagClassName
{
border-color: #BFEDCC;
}
</style>