Shades of Granny Apple #B8FACE
Tints of Granny Apple #B8FACE
RGB
CMYK
RGB Variations
Color information
#B8FACE (or 0xB8FACE) is known color: Granny Apple. HEX triplet: B8, FA and CE. RGB value is (184,250,206). Sum of RGB (Red+Green+Blue) = 184+250+206=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACE is #470531. Grayscale: #E1E1E1. Windows color (decimal): -4654386 or 13564600. OLE color: 13564600.
HSL color Cylindrical-coordinate representation of color #B8FACE: hue angle of 140º 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 #B8FACE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 206 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.02 |
| HSL | 140º | 0.87% | 0.85% | - |
| HSV(B) | 140º | 0.26% | 0.98% | - |
| XYZ | 65.09 | 83.02 | 70.99 | - |
| YUV | 225.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 206 | 0.26 | 0 | 0.18 | 0.02 | 140 | 0.87 | 0.85 |
| Hex | B8 | FA | CE | 1A | 0 | 12 | 2 | 8C | 57 | 55 |
| Octal | 270 | 372 | 316 | 32 | 0 | 22 | 2 | 214 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11001110 | 11010 | 0 | 10010 | 10 | 10001100 | 1010111 | 1010101 |
Color Harmonies of #B8FACE
Complementary color
Monochromatic Colors of #B8FACE
Black with #B8FACE
Text Example
Text Example
White with #B8FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FACE; }
p { color: rgb(184,250,206); }
H1.HeaderClassName
{
color: #B8FACE;
}
.AnyTagClassName
{
color: #B8FACE;
}
</style>
background-color css
<style>
a { background-color: #B8FACE; }
a { background-color: rgb(184,250,206); }
div.DivClassName
{
background-color: #B8FACE;
}
.BgClassName
{
background-color: #B8FACE;
}
</style>
border-color css
<style>
span { border-color: #B8FACE; }
span { border-color: rgb(184,250,206); }
td.TdClassName
{
border-color: #B8FACE;
}
.TagClassName
{
border-color: #B8FACE;
}
</style>