Shades of Granny Apple #B8FACA
Tints of Granny Apple #B8FACA
RGB
CMYK
RGB Variations
Color information
#B8FACA (or 0xB8FACA) is known color: Granny Apple. HEX triplet: B8, FA and CA. RGB value is (184,250,202). Sum of RGB (Red+Green+Blue) = 184+250+202=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACA is #470535. Grayscale: #E0E0E0. Windows color (decimal): -4654390 or 13302456. OLE color: 13302456.
HSL color Cylindrical-coordinate representation of color #B8FACA: hue angle of 136.36º 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 #B8FACA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 202 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.02 |
| HSL | 136.36º | 0.87% | 0.85% | - |
| HSV(B) | 136.36º | 0.26% | 0.98% | - |
| XYZ | 64.61 | 82.83 | 68.46 | - |
| YUV | 224.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 202 | 0.26 | 0 | 0.19 | 0.02 | 136.36 | 0.87 | 0.85 |
| Hex | B8 | FA | CA | 1A | 0 | 13 | 2 | 88 | 57 | 55 |
| Octal | 270 | 372 | 312 | 32 | 0 | 23 | 2 | 210 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11001010 | 11010 | 0 | 10011 | 10 | 10001000 | 1010111 | 1010101 |
Color Harmonies of #B8FACA
Complementary color
Monochromatic Colors of #B8FACA
Black with #B8FACA
Text Example
Text Example
White with #B8FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FACA; }
p { color: rgb(184,250,202); }
H1.HeaderClassName
{
color: #B8FACA;
}
.AnyTagClassName
{
color: #B8FACA;
}
</style>
background-color css
<style>
a { background-color: #B8FACA; }
a { background-color: rgb(184,250,202); }
div.DivClassName
{
background-color: #B8FACA;
}
.BgClassName
{
background-color: #B8FACA;
}
</style>
border-color css
<style>
span { border-color: #B8FACA; }
span { border-color: rgb(184,250,202); }
td.TdClassName
{
border-color: #B8FACA;
}
.TagClassName
{
border-color: #B8FACA;
}
</style>