Shades of Granny Apple #BFEEC7
Tints of Granny Apple #BFEEC7
RGB
CMYK
RGB Variations
Color information
#BFEEC7 (or 0xBFEEC7) is known color: Granny Apple. HEX triplet: BF, EE and C7. RGB value is (191,238,199). Sum of RGB (Red+Green+Blue) = 191+238+199=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC7 is #401138. Grayscale: #DBDBDB. Windows color (decimal): -4198713 or 13102783. OLE color: 13102783.
HSL color Cylindrical-coordinate representation of color #BFEEC7: hue angle of 130.21º 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 #BFEEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 199 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 130.21º | 0.58% | 0.84% | - |
| HSV(B) | 130.21º | 0.2% | 0.93% | - |
| XYZ | 62.37 | 76.35 | 65.48 | - |
| YUV | 219.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 199 | 0.20 | 0 | 0.16 | 0.07 | 130.21 | 0.58 | 0.84 |
| Hex | BF | EE | C7 | 14 | 0 | 10 | 7 | 82 | 3A | 54 |
| Octal | 277 | 356 | 307 | 24 | 0 | 20 | 7 | 202 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11000111 | 10100 | 0 | 10000 | 111 | 10000010 | 111010 | 1010100 |
Color Harmonies of #BFEEC7
Complementary color
Monochromatic Colors of #BFEEC7
Black with #BFEEC7
Text Example
Text Example
White with #BFEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEC7; }
p { color: rgb(191,238,199); }
H1.HeaderClassName
{
color: #BFEEC7;
}
.AnyTagClassName
{
color: #BFEEC7;
}
</style>
background-color css
<style>
a { background-color: #BFEEC7; }
a { background-color: rgb(191,238,199); }
div.DivClassName
{
background-color: #BFEEC7;
}
.BgClassName
{
background-color: #BFEEC7;
}
</style>
border-color css
<style>
span { border-color: #BFEEC7; }
span { border-color: rgb(191,238,199); }
td.TdClassName
{
border-color: #BFEEC7;
}
.TagClassName
{
border-color: #BFEEC7;
}
</style>