Shades of Granny Apple #B2FBC5
Tints of Granny Apple #B2FBC5
RGB
CMYK
RGB Variations
Color information
#B2FBC5 (or 0xB2FBC5) is known color: Granny Apple. HEX triplet: B2, FB and C5. RGB value is (178,251,197). Sum of RGB (Red+Green+Blue) = 178+251+197=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC5 is #4D043A. Grayscale: #DFDFDF. Windows color (decimal): -5047355 or 12975026. OLE color: 12975026.
HSL color Cylindrical-coordinate representation of color #B2FBC5: hue angle of 135.62º 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 #B2FBC5 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 197 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.02 |
| HSL | 135.62º | 0.9% | 0.84% | - |
| HSV(B) | 135.62º | 0.29% | 0.98% | - |
| XYZ | 62.94 | 82.49 | 65.43 | - |
| YUV | 223.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 197 | 0.29 | 0 | 0.22 | 0.02 | 135.62 | 0.9 | 0.84 |
| Hex | B2 | FB | C5 | 1D | 0 | 16 | 2 | 88 | 5A | 54 |
| Octal | 262 | 373 | 305 | 35 | 0 | 26 | 2 | 210 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11000101 | 11101 | 0 | 10110 | 10 | 10001000 | 1011010 | 1010100 |
Color Harmonies of #B2FBC5
Complementary color
Monochromatic Colors of #B2FBC5
Black with #B2FBC5
Text Example
Text Example
White with #B2FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC5; }
p { color: rgb(178,251,197); }
H1.HeaderClassName
{
color: #B2FBC5;
}
.AnyTagClassName
{
color: #B2FBC5;
}
</style>
background-color css
<style>
a { background-color: #B2FBC5; }
a { background-color: rgb(178,251,197); }
div.DivClassName
{
background-color: #B2FBC5;
}
.BgClassName
{
background-color: #B2FBC5;
}
</style>
border-color css
<style>
span { border-color: #B2FBC5; }
span { border-color: rgb(178,251,197); }
td.TdClassName
{
border-color: #B2FBC5;
}
.TagClassName
{
border-color: #B2FBC5;
}
</style>