Shades of Granny Apple #B8F2CA
Tints of Granny Apple #B8F2CA
RGB
CMYK
RGB Variations
Color information
#B8F2CA (or 0xB8F2CA) is known color: Granny Apple. HEX triplet: B8, F2 and CA. RGB value is (184,242,202). Sum of RGB (Red+Green+Blue) = 184+242+202=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2CA is #470D35. Grayscale: #DCDCDC. Windows color (decimal): -4656438 or 13300408. OLE color: 13300408.
HSL color Cylindrical-coordinate representation of color #B8F2CA: hue angle of 138.62º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2CA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 202 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.05 |
| HSL | 138.62º | 0.69% | 0.84% | - |
| HSV(B) | 138.62º | 0.24% | 0.95% | - |
| XYZ | 62.18 | 77.96 | 67.65 | - |
| YUV | 220.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 202 | 0.24 | 0 | 0.17 | 0.05 | 138.62 | 0.69 | 0.84 |
| Hex | B8 | F2 | CA | 18 | 0 | 11 | 5 | 8B | 45 | 54 |
| Octal | 270 | 362 | 312 | 30 | 0 | 21 | 5 | 213 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11001010 | 11000 | 0 | 10001 | 101 | 10001011 | 1000101 | 1010100 |
Color Harmonies of #B8F2CA
Complementary color
Monochromatic Colors of #B8F2CA
Black with #B8F2CA
Text Example
Text Example
White with #B8F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2CA; }
p { color: rgb(184,242,202); }
H1.HeaderClassName
{
color: #B8F2CA;
}
.AnyTagClassName
{
color: #B8F2CA;
}
</style>
background-color css
<style>
a { background-color: #B8F2CA; }
a { background-color: rgb(184,242,202); }
div.DivClassName
{
background-color: #B8F2CA;
}
.BgClassName
{
background-color: #B8F2CA;
}
</style>
border-color css
<style>
span { border-color: #B8F2CA; }
span { border-color: rgb(184,242,202); }
td.TdClassName
{
border-color: #B8F2CA;
}
.TagClassName
{
border-color: #B8F2CA;
}
</style>