Shades of Granny Apple #BFE9CA
Tints of Granny Apple #BFE9CA
RGB
CMYK
RGB Variations
Color information
#BFE9CA (or 0xBFE9CA) is known color: Granny Apple. HEX triplet: BF, E9 and CA. RGB value is (191,233,202). Sum of RGB (Red+Green+Blue) = 191+233+202=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9CA is #401635. Grayscale: #D8D8D8. Windows color (decimal): -4199990 or 13298111. OLE color: 13298111.
HSL color Cylindrical-coordinate representation of color #BFE9CA: hue angle of 135.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE9CA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 202 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.09 |
| HSL | 135.71º | 0.49% | 0.83% | - |
| HSV(B) | 135.71º | 0.18% | 0.91% | - |
| XYZ | 61.29 | 73.62 | 66.86 | - |
| YUV | 216.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 202 | 0.18 | 0 | 0.13 | 0.09 | 135.71 | 0.49 | 0.83 |
| Hex | BF | E9 | CA | 12 | 0 | D | 9 | 88 | 31 | 53 |
| Octal | 277 | 351 | 312 | 22 | 0 | 15 | 11 | 210 | 61 | 123 |
| Binary | 10111111 | 11101001 | 11001010 | 10010 | 0 | 1101 | 1001 | 10001000 | 110001 | 1010011 |
Color Harmonies of #BFE9CA
Complementary color
Monochromatic Colors of #BFE9CA
Black with #BFE9CA
Text Example
Text Example
White with #BFE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9CA; }
p { color: rgb(191,233,202); }
H1.HeaderClassName
{
color: #BFE9CA;
}
.AnyTagClassName
{
color: #BFE9CA;
}
</style>
background-color css
<style>
a { background-color: #BFE9CA; }
a { background-color: rgb(191,233,202); }
div.DivClassName
{
background-color: #BFE9CA;
}
.BgClassName
{
background-color: #BFE9CA;
}
</style>
border-color css
<style>
span { border-color: #BFE9CA; }
span { border-color: rgb(191,233,202); }
td.TdClassName
{
border-color: #BFE9CA;
}
.TagClassName
{
border-color: #BFE9CA;
}
</style>