Shades of Granny Apple #B4FBC8
Tints of Granny Apple #B4FBC8
RGB
CMYK
RGB Variations
Color information
#B4FBC8 (or 0xB4FBC8) is known color: Granny Apple. HEX triplet: B4, FB and C8. RGB value is (180,251,200). Sum of RGB (Red+Green+Blue) = 180+251+200=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC8 is #4B0437. Grayscale: #E0E0E0. Windows color (decimal): -4916280 or 13171636. OLE color: 13171636.
HSL color Cylindrical-coordinate representation of color #B4FBC8: hue angle of 136.9º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBC8 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 200 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.02 |
| HSL | 136.9º | 0.9% | 0.85% | - |
| HSV(B) | 136.9º | 0.28% | 0.98% | - |
| XYZ | 63.74 | 82.87 | 67.28 | - |
| YUV | 223.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 200 | 0.28 | 0 | 0.20 | 0.02 | 136.9 | 0.9 | 0.85 |
| Hex | B4 | FB | C8 | 1C | 0 | 14 | 2 | 89 | 5A | 55 |
| Octal | 264 | 373 | 310 | 34 | 0 | 24 | 2 | 211 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11001000 | 11100 | 0 | 10100 | 10 | 10001001 | 1011010 | 1010101 |
Color Harmonies of #B4FBC8
Complementary color
Monochromatic Colors of #B4FBC8
Black with #B4FBC8
Text Example
Text Example
White with #B4FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBC8; }
p { color: rgb(180,251,200); }
H1.HeaderClassName
{
color: #B4FBC8;
}
.AnyTagClassName
{
color: #B4FBC8;
}
</style>
background-color css
<style>
a { background-color: #B4FBC8; }
a { background-color: rgb(180,251,200); }
div.DivClassName
{
background-color: #B4FBC8;
}
.BgClassName
{
background-color: #B4FBC8;
}
</style>
border-color css
<style>
span { border-color: #B4FBC8; }
span { border-color: rgb(180,251,200); }
td.TdClassName
{
border-color: #B4FBC8;
}
.TagClassName
{
border-color: #B4FBC8;
}
</style>