Shades of Granny Apple #BFEBC6
Tints of Granny Apple #BFEBC6
RGB
CMYK
RGB Variations
Color information
#BFEBC6 (or 0xBFEBC6) is known color: Granny Apple. HEX triplet: BF, EB and C6. RGB value is (191,235,198). Sum of RGB (Red+Green+Blue) = 191+235+198=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBC6 is #401439. Grayscale: #D9D9D9. Windows color (decimal): -4199482 or 13036479. OLE color: 13036479.
HSL color Cylindrical-coordinate representation of color #BFEBC6: hue angle of 129.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBC6 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 198 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.08 |
| HSL | 129.55º | 0.52% | 0.84% | - |
| HSV(B) | 129.55º | 0.19% | 0.92% | - |
| XYZ | 61.39 | 74.57 | 64.58 | - |
| YUV | 217.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 198 | 0.19 | 0 | 0.16 | 0.08 | 129.55 | 0.52 | 0.84 |
| Hex | BF | EB | C6 | 13 | 0 | 10 | 8 | 82 | 34 | 54 |
| Octal | 277 | 353 | 306 | 23 | 0 | 20 | 10 | 202 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11000110 | 10011 | 0 | 10000 | 1000 | 10000010 | 110100 | 1010100 |
Color Harmonies of #BFEBC6
Complementary color
Monochromatic Colors of #BFEBC6
Black with #BFEBC6
Text Example
Text Example
White with #BFEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBC6; }
p { color: rgb(191,235,198); }
H1.HeaderClassName
{
color: #BFEBC6;
}
.AnyTagClassName
{
color: #BFEBC6;
}
</style>
background-color css
<style>
a { background-color: #BFEBC6; }
a { background-color: rgb(191,235,198); }
div.DivClassName
{
background-color: #BFEBC6;
}
.BgClassName
{
background-color: #BFEBC6;
}
</style>
border-color css
<style>
span { border-color: #BFEBC6; }
span { border-color: rgb(191,235,198); }
td.TdClassName
{
border-color: #BFEBC6;
}
.TagClassName
{
border-color: #BFEBC6;
}
</style>