Shades of Granny Apple #B8FFCC
Tints of Granny Apple #B8FFCC
RGB
CMYK
RGB Variations
Color information
#B8FFCC (or 0xB8FFCC) is known color: Granny Apple. HEX triplet: B8, FF and CC. RGB value is (184,255,204). Sum of RGB (Red+Green+Blue) = 184+255+204=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFCC is #470033. Grayscale: #E4E4E4. Windows color (decimal): -4653108 or 13434808. OLE color: 13434808.
HSL color Cylindrical-coordinate representation of color #B8FFCC: hue angle of 136.9º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFCC is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 204 | - |
| CMYK | 0.28 | 0 | 0.2 | 0 |
| HSL | 136.9º | 1% | 0.86% | - |
| HSV(B) | 136.9º | 0.28% | 1% | - |
| XYZ | 66.43 | 86.07 | 70.24 | - |
| YUV | 227.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 204 | 0.28 | 0 | 0.2 | 0 | 136.9 | 1 | 0.86 |
| Hex | B8 | FF | CC | 1C | 0 | 14 | 0 | 89 | 64 | 56 |
| Octal | 270 | 377 | 314 | 34 | 0 | 24 | 0 | 211 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11001100 | 11100 | 0 | 10100 | 0 | 10001001 | 1100100 | 1010110 |
Color Harmonies of #B8FFCC
Complementary color
Monochromatic Colors of #B8FFCC
Black with #B8FFCC
Text Example
Text Example
White with #B8FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFCC; }
p { color: rgb(184,255,204); }
H1.HeaderClassName
{
color: #B8FFCC;
}
.AnyTagClassName
{
color: #B8FFCC;
}
</style>
background-color css
<style>
a { background-color: #B8FFCC; }
a { background-color: rgb(184,255,204); }
div.DivClassName
{
background-color: #B8FFCC;
}
.BgClassName
{
background-color: #B8FFCC;
}
</style>
border-color css
<style>
span { border-color: #B8FFCC; }
span { border-color: rgb(184,255,204); }
td.TdClassName
{
border-color: #B8FFCC;
}
.TagClassName
{
border-color: #B8FFCC;
}
</style>