Shades of Granny Apple #B8F8CA
Tints of Granny Apple #B8F8CA
RGB
CMYK
RGB Variations
Color information
#B8F8CA (or 0xB8F8CA) is known color: Granny Apple. HEX triplet: B8, F8 and CA. RGB value is (184,248,202). Sum of RGB (Red+Green+Blue) = 184+248+202=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F8CA is #470735. Grayscale: #DFDFDF. Windows color (decimal): -4654902 or 13301944. OLE color: 13301944.
HSL color Cylindrical-coordinate representation of color #B8F8CA: hue angle of 136.88º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F8CA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 248 | 202 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.03 |
| HSL | 136.88º | 0.82% | 0.85% | - |
| HSV(B) | 136.88º | 0.26% | 0.97% | - |
| XYZ | 64 | 81.59 | 68.25 | - |
| YUV | 223.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 248 | 202 | 0.26 | 0 | 0.19 | 0.03 | 136.88 | 0.82 | 0.85 |
| Hex | B8 | F8 | CA | 1A | 0 | 13 | 3 | 89 | 52 | 55 |
| Octal | 270 | 370 | 312 | 32 | 0 | 23 | 3 | 211 | 122 | 125 |
| Binary | 10111000 | 11111000 | 11001010 | 11010 | 0 | 10011 | 11 | 10001001 | 1010010 | 1010101 |
Color Harmonies of #B8F8CA
Complementary color
Monochromatic Colors of #B8F8CA
Black with #B8F8CA
Text Example
Text Example
White with #B8F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F8CA; }
p { color: rgb(184,248,202); }
H1.HeaderClassName
{
color: #B8F8CA;
}
.AnyTagClassName
{
color: #B8F8CA;
}
</style>
background-color css
<style>
a { background-color: #B8F8CA; }
a { background-color: rgb(184,248,202); }
div.DivClassName
{
background-color: #B8F8CA;
}
.BgClassName
{
background-color: #B8F8CA;
}
</style>
border-color css
<style>
span { border-color: #B8F8CA; }
span { border-color: rgb(184,248,202); }
td.TdClassName
{
border-color: #B8F8CA;
}
.TagClassName
{
border-color: #B8F8CA;
}
</style>