Shades of Granny Apple #B8FECF
Tints of Granny Apple #B8FECF
RGB
CMYK
RGB Variations
Color information
#B8FECF (or 0xB8FECF) is known color: Granny Apple. HEX triplet: B8, FE and CF. RGB value is (184,254,207). Sum of RGB (Red+Green+Blue) = 184+254+207=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FECF is #470130. Grayscale: #E3E3E3. Windows color (decimal): -4653361 or 13631160. OLE color: 13631160.
HSL color Cylindrical-coordinate representation of color #B8FECF: hue angle of 139.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FECF is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 207 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.00 |
| HSL | 139.71º | 0.97% | 0.86% | - |
| HSV(B) | 139.71º | 0.28% | 1% | - |
| XYZ | 66.47 | 85.58 | 72.05 | - |
| YUV | 227.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 207 | 0.28 | 0 | 0.19 | 0.00 | 139.71 | 0.97 | 0.86 |
| Hex | B8 | FE | CF | 1C | 0 | 13 | 0 | 8C | 61 | 56 |
| Octal | 270 | 376 | 317 | 34 | 0 | 23 | 0 | 214 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11001111 | 11100 | 0 | 10011 | 0 | 10001100 | 1100001 | 1010110 |
Color Harmonies of #B8FECF
Complementary color
Monochromatic Colors of #B8FECF
Black with #B8FECF
Text Example
Text Example
White with #B8FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FECF; }
p { color: rgb(184,254,207); }
H1.HeaderClassName
{
color: #B8FECF;
}
.AnyTagClassName
{
color: #B8FECF;
}
</style>
background-color css
<style>
a { background-color: #B8FECF; }
a { background-color: rgb(184,254,207); }
div.DivClassName
{
background-color: #B8FECF;
}
.BgClassName
{
background-color: #B8FECF;
}
</style>
border-color css
<style>
span { border-color: #B8FECF; }
span { border-color: rgb(184,254,207); }
td.TdClassName
{
border-color: #B8FECF;
}
.TagClassName
{
border-color: #B8FECF;
}
</style>