Shades of Granny Apple #B4FAC8
Tints of Granny Apple #B4FAC8
RGB
CMYK
RGB Variations
Color information
#B4FAC8 (or 0xB4FAC8) is known color: Granny Apple. HEX triplet: B4, FA and C8. RGB value is (180,250,200). Sum of RGB (Red+Green+Blue) = 180+250+200=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAC8 is #4B0537. Grayscale: #DFDFDF. Windows color (decimal): -4916536 or 13171380. OLE color: 13171380.
HSL color Cylindrical-coordinate representation of color #B4FAC8: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAC8 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 200 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.02 |
| HSL | 137.14º | 0.88% | 0.84% | - |
| HSV(B) | 137.14º | 0.28% | 0.98% | - |
| XYZ | 63.43 | 82.24 | 67.18 | - |
| YUV | 223.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 200 | 0.28 | 0 | 0.2 | 0.02 | 137.14 | 0.88 | 0.84 |
| Hex | B4 | FA | C8 | 1C | 0 | 14 | 2 | 89 | 58 | 54 |
| Octal | 264 | 372 | 310 | 34 | 0 | 24 | 2 | 211 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11001000 | 11100 | 0 | 10100 | 10 | 10001001 | 1011000 | 1010100 |
Color Harmonies of #B4FAC8
Complementary color
Monochromatic Colors of #B4FAC8
Black with #B4FAC8
Text Example
Text Example
White with #B4FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAC8; }
p { color: rgb(180,250,200); }
H1.HeaderClassName
{
color: #B4FAC8;
}
.AnyTagClassName
{
color: #B4FAC8;
}
</style>
background-color css
<style>
a { background-color: #B4FAC8; }
a { background-color: rgb(180,250,200); }
div.DivClassName
{
background-color: #B4FAC8;
}
.BgClassName
{
background-color: #B4FAC8;
}
</style>
border-color css
<style>
span { border-color: #B4FAC8; }
span { border-color: rgb(180,250,200); }
td.TdClassName
{
border-color: #B4FAC8;
}
.TagClassName
{
border-color: #B4FAC8;
}
</style>