Shades of Granny Apple #B8F2C8
Tints of Granny Apple #B8F2C8
RGB
CMYK
RGB Variations
Color information
#B8F2C8 (or 0xB8F2C8) is known color: Granny Apple. HEX triplet: B8, F2 and C8. RGB value is (184,242,200). Sum of RGB (Red+Green+Blue) = 184+242+200=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2C8 is #470D37. Grayscale: #DBDBDB. Windows color (decimal): -4656440 or 13169336. OLE color: 13169336.
HSL color Cylindrical-coordinate representation of color #B8F2C8: hue angle of 136.55º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2C8 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 200 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.05 |
| HSL | 136.55º | 0.69% | 0.84% | - |
| HSV(B) | 136.55º | 0.24% | 0.95% | - |
| XYZ | 61.94 | 77.86 | 66.41 | - |
| YUV | 219.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 200 | 0.24 | 0 | 0.17 | 0.05 | 136.55 | 0.69 | 0.84 |
| Hex | B8 | F2 | C8 | 18 | 0 | 11 | 5 | 89 | 45 | 54 |
| Octal | 270 | 362 | 310 | 30 | 0 | 21 | 5 | 211 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11001000 | 11000 | 0 | 10001 | 101 | 10001001 | 1000101 | 1010100 |
Color Harmonies of #B8F2C8
Complementary color
Monochromatic Colors of #B8F2C8
Black with #B8F2C8
Text Example
Text Example
White with #B8F2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2C8; }
p { color: rgb(184,242,200); }
H1.HeaderClassName
{
color: #B8F2C8;
}
.AnyTagClassName
{
color: #B8F2C8;
}
</style>
background-color css
<style>
a { background-color: #B8F2C8; }
a { background-color: rgb(184,242,200); }
div.DivClassName
{
background-color: #B8F2C8;
}
.BgClassName
{
background-color: #B8F2C8;
}
</style>
border-color css
<style>
span { border-color: #B8F2C8; }
span { border-color: rgb(184,242,200); }
td.TdClassName
{
border-color: #B8F2C8;
}
.TagClassName
{
border-color: #B8F2C8;
}
</style>