Shades of Granny Apple #B2FFC6
Tints of Granny Apple #B2FFC6
RGB
CMYK
RGB Variations
Color information
#B2FFC6 (or 0xB2FFC6) is known color: Granny Apple. HEX triplet: B2, FF and C6. RGB value is (178,255,198). Sum of RGB (Red+Green+Blue) = 178+255+198=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC6 is #4D0039. Grayscale: #E1E1E1. Windows color (decimal): -5046330 or 13041586. OLE color: 13041586.
HSL color Cylindrical-coordinate representation of color #B2FFC6: hue angle of 135.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFC6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 198 | - |
| CMYK | 0.30 | 0 | 0.22 | 0 |
| HSL | 135.58º | 1% | 0.85% | - |
| HSV(B) | 135.58º | 0.3% | 1% | - |
| XYZ | 64.31 | 85.06 | 66.46 | - |
| YUV | 225.48 | 112.49 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 198 | 0.30 | 0 | 0.22 | 0 | 135.58 | 1 | 0.85 |
| Hex | B2 | FF | C6 | 1E | 0 | 16 | 0 | 88 | 64 | 55 |
| Octal | 262 | 377 | 306 | 36 | 0 | 26 | 0 | 210 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11000110 | 11110 | 0 | 10110 | 0 | 10001000 | 1100100 | 1010101 |
Color Harmonies of #B2FFC6
Complementary color
Monochromatic Colors of #B2FFC6
Black with #B2FFC6
Text Example
Text Example
White with #B2FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFC6; }
p { color: rgb(178,255,198); }
H1.HeaderClassName
{
color: #B2FFC6;
}
.AnyTagClassName
{
color: #B2FFC6;
}
</style>
background-color css
<style>
a { background-color: #B2FFC6; }
a { background-color: rgb(178,255,198); }
div.DivClassName
{
background-color: #B2FFC6;
}
.BgClassName
{
background-color: #B2FFC6;
}
</style>
border-color css
<style>
span { border-color: #B2FFC6; }
span { border-color: rgb(178,255,198); }
td.TdClassName
{
border-color: #B2FFC6;
}
.TagClassName
{
border-color: #B2FFC6;
}
</style>