Shades of Granny Apple #B2FBC6
Tints of Granny Apple #B2FBC6
RGB
CMYK
RGB Variations
Color information
#B2FBC6 (or 0xB2FBC6) is known color: Granny Apple. HEX triplet: B2, FB and C6. RGB value is (178,251,198). Sum of RGB (Red+Green+Blue) = 178+251+198=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC6 is #4D0439. Grayscale: #DFDFDF. Windows color (decimal): -5047354 or 13040562. OLE color: 13040562.
HSL color Cylindrical-coordinate representation of color #B2FBC6: hue angle of 136.44º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBC6 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 198 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.02 |
| HSL | 136.44º | 0.9% | 0.84% | - |
| HSV(B) | 136.44º | 0.29% | 0.98% | - |
| XYZ | 63.05 | 82.54 | 66.03 | - |
| YUV | 223.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 198 | 0.29 | 0 | 0.21 | 0.02 | 136.44 | 0.9 | 0.84 |
| Hex | B2 | FB | C6 | 1D | 0 | 15 | 2 | 88 | 5A | 54 |
| Octal | 262 | 373 | 306 | 35 | 0 | 25 | 2 | 210 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11000110 | 11101 | 0 | 10101 | 10 | 10001000 | 1011010 | 1010100 |
Color Harmonies of #B2FBC6
Complementary color
Monochromatic Colors of #B2FBC6
Black with #B2FBC6
Text Example
Text Example
White with #B2FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC6; }
p { color: rgb(178,251,198); }
H1.HeaderClassName
{
color: #B2FBC6;
}
.AnyTagClassName
{
color: #B2FBC6;
}
</style>
background-color css
<style>
a { background-color: #B2FBC6; }
a { background-color: rgb(178,251,198); }
div.DivClassName
{
background-color: #B2FBC6;
}
.BgClassName
{
background-color: #B2FBC6;
}
</style>
border-color css
<style>
span { border-color: #B2FBC6; }
span { border-color: rgb(178,251,198); }
td.TdClassName
{
border-color: #B2FBC6;
}
.TagClassName
{
border-color: #B2FBC6;
}
</style>