Shades of Granny Apple #BFE7CC
Tints of Granny Apple #BFE7CC
RGB
CMYK
RGB Variations
Color information
#BFE7CC (or 0xBFE7CC) is known color: Granny Apple. HEX triplet: BF, E7 and CC. RGB value is (191,231,204). Sum of RGB (Red+Green+Blue) = 191+231+204=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7CC is #401833. Grayscale: #D8D8D8. Windows color (decimal): -4200500 or 13428671. OLE color: 13428671.
HSL color Cylindrical-coordinate representation of color #BFE7CC: hue angle of 139.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7CC is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 204 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.09 |
| HSL | 139.5º | 0.45% | 0.83% | - |
| HSV(B) | 139.5º | 0.17% | 0.91% | - |
| XYZ | 60.96 | 72.59 | 67.92 | - |
| YUV | 215.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 204 | 0.17 | 0 | 0.12 | 0.09 | 139.5 | 0.45 | 0.83 |
| Hex | BF | E7 | CC | 11 | 0 | C | 9 | 8C | 2D | 53 |
| Octal | 277 | 347 | 314 | 21 | 0 | 14 | 11 | 214 | 55 | 123 |
| Binary | 10111111 | 11100111 | 11001100 | 10001 | 0 | 1100 | 1001 | 10001100 | 101101 | 1010011 |
Color Harmonies of #BFE7CC
Complementary color
Monochromatic Colors of #BFE7CC
Black with #BFE7CC
Text Example
Text Example
White with #BFE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7CC; }
p { color: rgb(191,231,204); }
H1.HeaderClassName
{
color: #BFE7CC;
}
.AnyTagClassName
{
color: #BFE7CC;
}
</style>
background-color css
<style>
a { background-color: #BFE7CC; }
a { background-color: rgb(191,231,204); }
div.DivClassName
{
background-color: #BFE7CC;
}
.BgClassName
{
background-color: #BFE7CC;
}
</style>
border-color css
<style>
span { border-color: #BFE7CC; }
span { border-color: rgb(191,231,204); }
td.TdClassName
{
border-color: #BFE7CC;
}
.TagClassName
{
border-color: #BFE7CC;
}
</style>