Shades of Granny Apple #BFE7C4
Tints of Granny Apple #BFE7C4
RGB
CMYK
RGB Variations
Color information
#BFE7C4 (or 0xBFE7C4) is known color: Granny Apple. HEX triplet: BF, E7 and C4. RGB value is (191,231,196). Sum of RGB (Red+Green+Blue) = 191+231+196=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7C4 is #40183B. Grayscale: #D7D7D7. Windows color (decimal): -4200508 or 12904383. OLE color: 12904383.
HSL color Cylindrical-coordinate representation of color #BFE7C4: hue angle of 127.5º 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 #BFE7C4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 196 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.09 |
| HSL | 127.5º | 0.45% | 0.83% | - |
| HSV(B) | 127.5º | 0.17% | 0.91% | - |
| XYZ | 60.03 | 72.21 | 63 | - |
| YUV | 215.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 196 | 0.17 | 0 | 0.15 | 0.09 | 127.5 | 0.45 | 0.83 |
| Hex | BF | E7 | C4 | 11 | 0 | F | 9 | 80 | 2D | 53 |
| Octal | 277 | 347 | 304 | 21 | 0 | 17 | 11 | 200 | 55 | 123 |
| Binary | 10111111 | 11100111 | 11000100 | 10001 | 0 | 1111 | 1001 | 10000000 | 101101 | 1010011 |
Color Harmonies of #BFE7C4
Complementary color
Monochromatic Colors of #BFE7C4
Black with #BFE7C4
Text Example
Text Example
White with #BFE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7C4; }
p { color: rgb(191,231,196); }
H1.HeaderClassName
{
color: #BFE7C4;
}
.AnyTagClassName
{
color: #BFE7C4;
}
</style>
background-color css
<style>
a { background-color: #BFE7C4; }
a { background-color: rgb(191,231,196); }
div.DivClassName
{
background-color: #BFE7C4;
}
.BgClassName
{
background-color: #BFE7C4;
}
</style>
border-color css
<style>
span { border-color: #BFE7C4; }
span { border-color: rgb(191,231,196); }
td.TdClassName
{
border-color: #BFE7C4;
}
.TagClassName
{
border-color: #BFE7C4;
}
</style>