Shades of Granny Apple #BFE2CA
Tints of Granny Apple #BFE2CA
RGB
CMYK
RGB Variations
Color information
#BFE2CA (or 0xBFE2CA) is known color: Granny Apple. HEX triplet: BF, E2 and CA. RGB value is (191,226,202). Sum of RGB (Red+Green+Blue) = 191+226+202=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2CA is #401D35. Grayscale: #D4D4D4. Windows color (decimal): -4201782 or 13296319. OLE color: 13296319.
HSL color Cylindrical-coordinate representation of color #BFE2CA: hue angle of 138.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2CA is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 202 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.11 |
| HSL | 138.86º | 0.38% | 0.82% | - |
| HSV(B) | 138.86º | 0.15% | 0.89% | - |
| XYZ | 59.34 | 69.73 | 66.21 | - |
| YUV | 212.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 202 | 0.15 | 0 | 0.11 | 0.11 | 138.86 | 0.38 | 0.82 |
| Hex | BF | E2 | CA | F | 0 | B | B | 8B | 26 | 52 |
| Octal | 277 | 342 | 312 | 17 | 0 | 13 | 13 | 213 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11001010 | 1111 | 0 | 1011 | 1011 | 10001011 | 100110 | 1010010 |
Color Harmonies of #BFE2CA
Complementary color
Monochromatic Colors of #BFE2CA
Black with #BFE2CA
Text Example
Text Example
White with #BFE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2CA; }
p { color: rgb(191,226,202); }
H1.HeaderClassName
{
color: #BFE2CA;
}
.AnyTagClassName
{
color: #BFE2CA;
}
</style>
background-color css
<style>
a { background-color: #BFE2CA; }
a { background-color: rgb(191,226,202); }
div.DivClassName
{
background-color: #BFE2CA;
}
.BgClassName
{
background-color: #BFE2CA;
}
</style>
border-color css
<style>
span { border-color: #BFE2CA; }
span { border-color: rgb(191,226,202); }
td.TdClassName
{
border-color: #BFE2CA;
}
.TagClassName
{
border-color: #BFE2CA;
}
</style>