Shades of Granny Apple #B8EAC5
Tints of Granny Apple #B8EAC5
RGB
CMYK
RGB Variations
Color information
#B8EAC5 (or 0xB8EAC5) is known color: Granny Apple. HEX triplet: B8, EA and C5. RGB value is (184,234,197). Sum of RGB (Red+Green+Blue) = 184+234+197=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAC5 is #47153A. Grayscale: #D6D6D6. Windows color (decimal): -4658491 or 12970680. OLE color: 12970680.
HSL color Cylindrical-coordinate representation of color #B8EAC5: hue angle of 135.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAC5 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 197 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.08 |
| HSL | 135.6º | 0.54% | 0.82% | - |
| HSV(B) | 135.6º | 0.21% | 0.92% | - |
| XYZ | 59.27 | 73.07 | 63.8 | - |
| YUV | 214.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 197 | 0.21 | 0 | 0.16 | 0.08 | 135.6 | 0.54 | 0.82 |
| Hex | B8 | EA | C5 | 15 | 0 | 10 | 8 | 88 | 36 | 52 |
| Octal | 270 | 352 | 305 | 25 | 0 | 20 | 10 | 210 | 66 | 122 |
| Binary | 10111000 | 11101010 | 11000101 | 10101 | 0 | 10000 | 1000 | 10001000 | 110110 | 1010010 |
Color Harmonies of #B8EAC5
Complementary color
Monochromatic Colors of #B8EAC5
Black with #B8EAC5
Text Example
Text Example
White with #B8EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EAC5; }
p { color: rgb(184,234,197); }
H1.HeaderClassName
{
color: #B8EAC5;
}
.AnyTagClassName
{
color: #B8EAC5;
}
</style>
background-color css
<style>
a { background-color: #B8EAC5; }
a { background-color: rgb(184,234,197); }
div.DivClassName
{
background-color: #B8EAC5;
}
.BgClassName
{
background-color: #B8EAC5;
}
</style>
border-color css
<style>
span { border-color: #B8EAC5; }
span { border-color: rgb(184,234,197); }
td.TdClassName
{
border-color: #B8EAC5;
}
.TagClassName
{
border-color: #B8EAC5;
}
</style>