Shades of Granny Apple #B8F4CC
Tints of Granny Apple #B8F4CC
RGB
CMYK
RGB Variations
Color information
#B8F4CC (or 0xB8F4CC) is known color: Granny Apple. HEX triplet: B8, F4 and CC. RGB value is (184,244,204). Sum of RGB (Red+Green+Blue) = 184+244+204=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F4CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F4CC is #470B33. Grayscale: #DDDDDD. Windows color (decimal): -4655924 or 13431992. OLE color: 13431992.
HSL color Cylindrical-coordinate representation of color #B8F4CC: hue angle of 140º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F4CC is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 204 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.04 |
| HSL | 140º | 0.73% | 0.84% | - |
| HSV(B) | 140º | 0.25% | 0.96% | - |
| XYZ | 63.02 | 79.25 | 69.1 | - |
| YUV | 221.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 204 | 0.25 | 0 | 0.16 | 0.04 | 140 | 0.73 | 0.84 |
| Hex | B8 | F4 | CC | 19 | 0 | 10 | 4 | 8C | 49 | 54 |
| Octal | 270 | 364 | 314 | 31 | 0 | 20 | 4 | 214 | 111 | 124 |
| Binary | 10111000 | 11110100 | 11001100 | 11001 | 0 | 10000 | 100 | 10001100 | 1001001 | 1010100 |
Color Harmonies of #B8F4CC
Complementary color
Monochromatic Colors of #B8F4CC
Black with #B8F4CC
Text Example
Text Example
White with #B8F4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F4CC; }
p { color: rgb(184,244,204); }
H1.HeaderClassName
{
color: #B8F4CC;
}
.AnyTagClassName
{
color: #B8F4CC;
}
</style>
background-color css
<style>
a { background-color: #B8F4CC; }
a { background-color: rgb(184,244,204); }
div.DivClassName
{
background-color: #B8F4CC;
}
.BgClassName
{
background-color: #B8F4CC;
}
</style>
border-color css
<style>
span { border-color: #B8F4CC; }
span { border-color: rgb(184,244,204); }
td.TdClassName
{
border-color: #B8F4CC;
}
.TagClassName
{
border-color: #B8F4CC;
}
</style>