Shades of Granny Apple #B2F8C5
Tints of Granny Apple #B2F8C5
RGB
CMYK
RGB Variations
Color information
#B2F8C5 (or 0xB2F8C5) is known color: Granny Apple. HEX triplet: B2, F8 and C5. RGB value is (178,248,197). Sum of RGB (Red+Green+Blue) = 178+248+197=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8C5 is #4D073A. Grayscale: #DDDDDD. Windows color (decimal): -5048123 or 12974258. OLE color: 12974258.
HSL color Cylindrical-coordinate representation of color #B2F8C5: hue angle of 136.29º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8C5 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 197 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.03 |
| HSL | 136.29º | 0.83% | 0.84% | - |
| HSV(B) | 136.29º | 0.28% | 0.97% | - |
| XYZ | 62.01 | 80.63 | 65.12 | - |
| YUV | 221.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 197 | 0.28 | 0 | 0.21 | 0.03 | 136.29 | 0.83 | 0.84 |
| Hex | B2 | F8 | C5 | 1C | 0 | 15 | 3 | 88 | 53 | 54 |
| Octal | 262 | 370 | 305 | 34 | 0 | 25 | 3 | 210 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11000101 | 11100 | 0 | 10101 | 11 | 10001000 | 1010011 | 1010100 |
Color Harmonies of #B2F8C5
Complementary color
Monochromatic Colors of #B2F8C5
Black with #B2F8C5
Text Example
Text Example
White with #B2F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8C5; }
p { color: rgb(178,248,197); }
H1.HeaderClassName
{
color: #B2F8C5;
}
.AnyTagClassName
{
color: #B2F8C5;
}
</style>
background-color css
<style>
a { background-color: #B2F8C5; }
a { background-color: rgb(178,248,197); }
div.DivClassName
{
background-color: #B2F8C5;
}
.BgClassName
{
background-color: #B2F8C5;
}
</style>
border-color css
<style>
span { border-color: #B2F8C5; }
span { border-color: rgb(178,248,197); }
td.TdClassName
{
border-color: #B2F8C5;
}
.TagClassName
{
border-color: #B2F8C5;
}
</style>