Shades of Granny Apple #BFE7CA
Tints of Granny Apple #BFE7CA
RGB
CMYK
RGB Variations
Color information
#BFE7CA (or 0xBFE7CA) is known color: Granny Apple. HEX triplet: BF, E7 and CA. RGB value is (191,231,202). Sum of RGB (Red+Green+Blue) = 191+231+202=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7CA is #401835. Grayscale: #D7D7D7. Windows color (decimal): -4200502 or 13297599. OLE color: 13297599.
HSL color Cylindrical-coordinate representation of color #BFE7CA: hue angle of 136.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 #BFE7CA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 202 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.09 |
| HSL | 136.5º | 0.45% | 0.83% | - |
| HSV(B) | 136.5º | 0.17% | 0.91% | - |
| XYZ | 60.72 | 72.49 | 66.67 | - |
| YUV | 215.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 202 | 0.17 | 0 | 0.13 | 0.09 | 136.5 | 0.45 | 0.83 |
| Hex | BF | E7 | CA | 11 | 0 | D | 9 | 88 | 2D | 53 |
| Octal | 277 | 347 | 312 | 21 | 0 | 15 | 11 | 210 | 55 | 123 |
| Binary | 10111111 | 11100111 | 11001010 | 10001 | 0 | 1101 | 1001 | 10001000 | 101101 | 1010011 |
Color Harmonies of #BFE7CA
Complementary color
Monochromatic Colors of #BFE7CA
Black with #BFE7CA
Text Example
Text Example
White with #BFE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7CA; }
p { color: rgb(191,231,202); }
H1.HeaderClassName
{
color: #BFE7CA;
}
.AnyTagClassName
{
color: #BFE7CA;
}
</style>
background-color css
<style>
a { background-color: #BFE7CA; }
a { background-color: rgb(191,231,202); }
div.DivClassName
{
background-color: #BFE7CA;
}
.BgClassName
{
background-color: #BFE7CA;
}
</style>
border-color css
<style>
span { border-color: #BFE7CA; }
span { border-color: rgb(191,231,202); }
td.TdClassName
{
border-color: #BFE7CA;
}
.TagClassName
{
border-color: #BFE7CA;
}
</style>