Shades of Granny Apple #B2FAC6
Tints of Granny Apple #B2FAC6
RGB
CMYK
RGB Variations
Color information
#B2FAC6 (or 0xB2FAC6) is known color: Granny Apple. HEX triplet: B2, FA and C6. RGB value is (178,250,198). Sum of RGB (Red+Green+Blue) = 178+250+198=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC6 is #4D0539. Grayscale: #DEDEDE. Windows color (decimal): -5047610 or 13040306. OLE color: 13040306.
HSL color Cylindrical-coordinate representation of color #B2FAC6: hue angle of 136.67º degrees, saturation: 0.88, 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 #B2FAC6 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 198 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.02 |
| HSL | 136.67º | 0.88% | 0.84% | - |
| HSV(B) | 136.67º | 0.29% | 0.98% | - |
| XYZ | 62.74 | 81.91 | 65.93 | - |
| YUV | 222.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 198 | 0.29 | 0 | 0.21 | 0.02 | 136.67 | 0.88 | 0.84 |
| Hex | B2 | FA | C6 | 1D | 0 | 15 | 2 | 89 | 58 | 54 |
| Octal | 262 | 372 | 306 | 35 | 0 | 25 | 2 | 211 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11000110 | 11101 | 0 | 10101 | 10 | 10001001 | 1011000 | 1010100 |
Color Harmonies of #B2FAC6
Complementary color
Monochromatic Colors of #B2FAC6
Black with #B2FAC6
Text Example
Text Example
White with #B2FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAC6; }
p { color: rgb(178,250,198); }
H1.HeaderClassName
{
color: #B2FAC6;
}
.AnyTagClassName
{
color: #B2FAC6;
}
</style>
background-color css
<style>
a { background-color: #B2FAC6; }
a { background-color: rgb(178,250,198); }
div.DivClassName
{
background-color: #B2FAC6;
}
.BgClassName
{
background-color: #B2FAC6;
}
</style>
border-color css
<style>
span { border-color: #B2FAC6; }
span { border-color: rgb(178,250,198); }
td.TdClassName
{
border-color: #B2FAC6;
}
.TagClassName
{
border-color: #B2FAC6;
}
</style>