Shades of Granny Apple #B2FAC5
Tints of Granny Apple #B2FAC5
RGB
CMYK
RGB Variations
Color information
#B2FAC5 (or 0xB2FAC5) is known color: Granny Apple. HEX triplet: B2, FA and C5. RGB value is (178,250,197). Sum of RGB (Red+Green+Blue) = 178+250+197=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC5 is #4D053A. Grayscale: #DEDEDE. Windows color (decimal): -5047611 or 12974770. OLE color: 12974770.
HSL color Cylindrical-coordinate representation of color #B2FAC5: hue angle of 135.83º 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 #B2FAC5 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 197 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.02 |
| HSL | 135.83º | 0.88% | 0.84% | - |
| HSV(B) | 135.83º | 0.29% | 0.98% | - |
| XYZ | 62.62 | 81.87 | 65.32 | - |
| YUV | 222.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 197 | 0.29 | 0 | 0.21 | 0.02 | 135.83 | 0.88 | 0.84 |
| Hex | B2 | FA | C5 | 1D | 0 | 15 | 2 | 88 | 58 | 54 |
| Octal | 262 | 372 | 305 | 35 | 0 | 25 | 2 | 210 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11000101 | 11101 | 0 | 10101 | 10 | 10001000 | 1011000 | 1010100 |
Color Harmonies of #B2FAC5
Complementary color
Monochromatic Colors of #B2FAC5
Black with #B2FAC5
Text Example
Text Example
White with #B2FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAC5; }
p { color: rgb(178,250,197); }
H1.HeaderClassName
{
color: #B2FAC5;
}
.AnyTagClassName
{
color: #B2FAC5;
}
</style>
background-color css
<style>
a { background-color: #B2FAC5; }
a { background-color: rgb(178,250,197); }
div.DivClassName
{
background-color: #B2FAC5;
}
.BgClassName
{
background-color: #B2FAC5;
}
</style>
border-color css
<style>
span { border-color: #B2FAC5; }
span { border-color: rgb(178,250,197); }
td.TdClassName
{
border-color: #B2FAC5;
}
.TagClassName
{
border-color: #B2FAC5;
}
</style>