Shades of Granny Apple #BFE7CD
Tints of Granny Apple #BFE7CD
RGB
CMYK
RGB Variations
Color information
#BFE7CD (or 0xBFE7CD) is known color: Granny Apple. HEX triplet: BF, E7 and CD. RGB value is (191,231,205). Sum of RGB (Red+Green+Blue) = 191+231+205=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7CD is #401832. Grayscale: #D8D8D8. Windows color (decimal): -4200499 or 13494207. OLE color: 13494207.
HSL color Cylindrical-coordinate representation of color #BFE7CD: hue angle of 141º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7CD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 205 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.09 |
| HSL | 141º | 0.45% | 0.83% | - |
| HSV(B) | 141º | 0.17% | 0.91% | - |
| XYZ | 61.08 | 72.64 | 68.56 | - |
| YUV | 216.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 205 | 0.17 | 0 | 0.11 | 0.09 | 141 | 0.45 | 0.83 |
| Hex | BF | E7 | CD | 11 | 0 | B | 9 | 8D | 2D | 53 |
| Octal | 277 | 347 | 315 | 21 | 0 | 13 | 11 | 215 | 55 | 123 |
| Binary | 10111111 | 11100111 | 11001101 | 10001 | 0 | 1011 | 1001 | 10001101 | 101101 | 1010011 |
Color Harmonies of #BFE7CD
Complementary color
Monochromatic Colors of #BFE7CD
Black with #BFE7CD
Text Example
Text Example
White with #BFE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7CD; }
p { color: rgb(191,231,205); }
H1.HeaderClassName
{
color: #BFE7CD;
}
.AnyTagClassName
{
color: #BFE7CD;
}
</style>
background-color css
<style>
a { background-color: #BFE7CD; }
a { background-color: rgb(191,231,205); }
div.DivClassName
{
background-color: #BFE7CD;
}
.BgClassName
{
background-color: #BFE7CD;
}
</style>
border-color css
<style>
span { border-color: #BFE7CD; }
span { border-color: rgb(191,231,205); }
td.TdClassName
{
border-color: #BFE7CD;
}
.TagClassName
{
border-color: #BFE7CD;
}
</style>