Shades of Granny Apple #BFEFC4
Tints of Granny Apple #BFEFC4
RGB
CMYK
RGB Variations
Color information
#BFEFC4 (or 0xBFEFC4) is known color: Granny Apple. HEX triplet: BF, EF and C4. RGB value is (191,239,196). Sum of RGB (Red+Green+Blue) = 191+239+196=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC4 is #40103B. Grayscale: #DBDBDB. Windows color (decimal): -4198460 or 12906431. OLE color: 12906431.
HSL color Cylindrical-coordinate representation of color #BFEFC4: hue angle of 126.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFC4 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 196 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.06 |
| HSL | 126.25º | 0.6% | 0.84% | - |
| HSV(B) | 126.25º | 0.2% | 0.94% | - |
| XYZ | 62.32 | 76.79 | 63.76 | - |
| YUV | 219.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 196 | 0.20 | 0 | 0.18 | 0.06 | 126.25 | 0.6 | 0.84 |
| Hex | BF | EF | C4 | 14 | 0 | 12 | 6 | 7E | 3C | 54 |
| Octal | 277 | 357 | 304 | 24 | 0 | 22 | 6 | 176 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11000100 | 10100 | 0 | 10010 | 110 | 1111110 | 111100 | 1010100 |
Color Harmonies of #BFEFC4
Complementary color
Monochromatic Colors of #BFEFC4
Black with #BFEFC4
Text Example
Text Example
White with #BFEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFC4; }
p { color: rgb(191,239,196); }
H1.HeaderClassName
{
color: #BFEFC4;
}
.AnyTagClassName
{
color: #BFEFC4;
}
</style>
background-color css
<style>
a { background-color: #BFEFC4; }
a { background-color: rgb(191,239,196); }
div.DivClassName
{
background-color: #BFEFC4;
}
.BgClassName
{
background-color: #BFEFC4;
}
</style>
border-color css
<style>
span { border-color: #BFEFC4; }
span { border-color: rgb(191,239,196); }
td.TdClassName
{
border-color: #BFEFC4;
}
.TagClassName
{
border-color: #BFEFC4;
}
</style>