Shades of Granny Apple #BFEECA
Tints of Granny Apple #BFEECA
RGB
CMYK
RGB Variations
Color information
#BFEECA (or 0xBFEECA) is known color: Granny Apple. HEX triplet: BF, EE and CA. RGB value is (191,238,202). Sum of RGB (Red+Green+Blue) = 191+238+202=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECA is #401135. Grayscale: #DBDBDB. Windows color (decimal): -4198710 or 13299391. OLE color: 13299391.
HSL color Cylindrical-coordinate representation of color #BFEECA: hue angle of 134.04º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEECA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 202 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.07 |
| HSL | 134.04º | 0.58% | 0.84% | - |
| HSV(B) | 134.04º | 0.2% | 0.93% | - |
| XYZ | 62.72 | 76.49 | 67.34 | - |
| YUV | 219.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 202 | 0.20 | 0 | 0.15 | 0.07 | 134.04 | 0.58 | 0.84 |
| Hex | BF | EE | CA | 14 | 0 | F | 7 | 86 | 3A | 54 |
| Octal | 277 | 356 | 312 | 24 | 0 | 17 | 7 | 206 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11001010 | 10100 | 0 | 1111 | 111 | 10000110 | 111010 | 1010100 |
Color Harmonies of #BFEECA
Complementary color
Monochromatic Colors of #BFEECA
Black with #BFEECA
Text Example
Text Example
White with #BFEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEECA; }
p { color: rgb(191,238,202); }
H1.HeaderClassName
{
color: #BFEECA;
}
.AnyTagClassName
{
color: #BFEECA;
}
</style>
background-color css
<style>
a { background-color: #BFEECA; }
a { background-color: rgb(191,238,202); }
div.DivClassName
{
background-color: #BFEECA;
}
.BgClassName
{
background-color: #BFEECA;
}
</style>
border-color css
<style>
span { border-color: #BFEECA; }
span { border-color: rgb(191,238,202); }
td.TdClassName
{
border-color: #BFEECA;
}
.TagClassName
{
border-color: #BFEECA;
}
</style>