Shades of Granny Apple #B8FACD
Tints of Granny Apple #B8FACD
RGB
CMYK
RGB Variations
Color information
#B8FACD (or 0xB8FACD) is known color: Granny Apple. HEX triplet: B8, FA and CD. RGB value is (184,250,205). Sum of RGB (Red+Green+Blue) = 184+250+205=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACD is #470532. Grayscale: #E1E1E1. Windows color (decimal): -4654387 or 13499064. OLE color: 13499064.
HSL color Cylindrical-coordinate representation of color #B8FACD: hue angle of 139.09º 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 #B8FACD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 205 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.02 |
| HSL | 139.09º | 0.87% | 0.85% | - |
| HSV(B) | 139.09º | 0.26% | 0.98% | - |
| XYZ | 64.97 | 82.97 | 70.35 | - |
| YUV | 225.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 205 | 0.26 | 0 | 0.18 | 0.02 | 139.09 | 0.87 | 0.85 |
| Hex | B8 | FA | CD | 1A | 0 | 12 | 2 | 8B | 57 | 55 |
| Octal | 270 | 372 | 315 | 32 | 0 | 22 | 2 | 213 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11001101 | 11010 | 0 | 10010 | 10 | 10001011 | 1010111 | 1010101 |
Color Harmonies of #B8FACD
Complementary color
Monochromatic Colors of #B8FACD
Black with #B8FACD
Text Example
Text Example
White with #B8FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FACD; }
p { color: rgb(184,250,205); }
H1.HeaderClassName
{
color: #B8FACD;
}
.AnyTagClassName
{
color: #B8FACD;
}
</style>
background-color css
<style>
a { background-color: #B8FACD; }
a { background-color: rgb(184,250,205); }
div.DivClassName
{
background-color: #B8FACD;
}
.BgClassName
{
background-color: #B8FACD;
}
</style>
border-color css
<style>
span { border-color: #B8FACD; }
span { border-color: rgb(184,250,205); }
td.TdClassName
{
border-color: #B8FACD;
}
.TagClassName
{
border-color: #B8FACD;
}
</style>