Shades of Granny Apple #B8FACB
Tints of Granny Apple #B8FACB
RGB
CMYK
RGB Variations
Color information
#B8FACB (or 0xB8FACB) is known color: Granny Apple. HEX triplet: B8, FA and CB. RGB value is (184,250,203). Sum of RGB (Red+Green+Blue) = 184+250+203=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACB is #470534. Grayscale: #E1E1E1. Windows color (decimal): -4654389 or 13367992. OLE color: 13367992.
HSL color Cylindrical-coordinate representation of color #B8FACB: hue angle of 137.27º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FACB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 203 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.02 |
| HSL | 137.27º | 0.87% | 0.85% | - |
| HSV(B) | 137.27º | 0.26% | 0.98% | - |
| XYZ | 64.73 | 82.87 | 69.08 | - |
| YUV | 224.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 203 | 0.26 | 0 | 0.19 | 0.02 | 137.27 | 0.87 | 0.85 |
| Hex | B8 | FA | CB | 1A | 0 | 13 | 2 | 89 | 57 | 55 |
| Octal | 270 | 372 | 313 | 32 | 0 | 23 | 2 | 211 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11001011 | 11010 | 0 | 10011 | 10 | 10001001 | 1010111 | 1010101 |
Color Harmonies of #B8FACB
Complementary color
Monochromatic Colors of #B8FACB
Black with #B8FACB
Text Example
Text Example
White with #B8FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FACB; }
p { color: rgb(184,250,203); }
H1.HeaderClassName
{
color: #B8FACB;
}
.AnyTagClassName
{
color: #B8FACB;
}
</style>
background-color css
<style>
a { background-color: #B8FACB; }
a { background-color: rgb(184,250,203); }
div.DivClassName
{
background-color: #B8FACB;
}
.BgClassName
{
background-color: #B8FACB;
}
</style>
border-color css
<style>
span { border-color: #B8FACB; }
span { border-color: rgb(184,250,203); }
td.TdClassName
{
border-color: #B8FACB;
}
.TagClassName
{
border-color: #B8FACB;
}
</style>