Shades of Granny Apple #B8E8CA
Tints of Granny Apple #B8E8CA
RGB
CMYK
RGB Variations
Color information
#B8E8CA (or 0xB8E8CA) is known color: Granny Apple. HEX triplet: B8, E8 and CA. RGB value is (184,232,202). Sum of RGB (Red+Green+Blue) = 184+232+202=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E8CA is #471735. Grayscale: #D6D6D6. Windows color (decimal): -4658998 or 13297848. OLE color: 13297848.
HSL color Cylindrical-coordinate representation of color #B8E8CA: hue angle of 142.5º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E8CA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 232 | 202 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.09 |
| HSL | 142.5º | 0.51% | 0.82% | - |
| HSV(B) | 142.5º | 0.21% | 0.91% | - |
| XYZ | 59.28 | 72.17 | 66.68 | - |
| YUV | 214.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 232 | 202 | 0.21 | 0 | 0.13 | 0.09 | 142.5 | 0.51 | 0.82 |
| Hex | B8 | E8 | CA | 15 | 0 | D | 9 | 8E | 33 | 52 |
| Octal | 270 | 350 | 312 | 25 | 0 | 15 | 11 | 216 | 63 | 122 |
| Binary | 10111000 | 11101000 | 11001010 | 10101 | 0 | 1101 | 1001 | 10001110 | 110011 | 1010010 |
Color Harmonies of #B8E8CA
Complementary color
Monochromatic Colors of #B8E8CA
Black with #B8E8CA
Text Example
Text Example
White with #B8E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E8CA; }
p { color: rgb(184,232,202); }
H1.HeaderClassName
{
color: #B8E8CA;
}
.AnyTagClassName
{
color: #B8E8CA;
}
</style>
background-color css
<style>
a { background-color: #B8E8CA; }
a { background-color: rgb(184,232,202); }
div.DivClassName
{
background-color: #B8E8CA;
}
.BgClassName
{
background-color: #B8E8CA;
}
</style>
border-color css
<style>
span { border-color: #B8E8CA; }
span { border-color: rgb(184,232,202); }
td.TdClassName
{
border-color: #B8E8CA;
}
.TagClassName
{
border-color: #B8E8CA;
}
</style>