Shades of Granny Apple #B8EDC5
Tints of Granny Apple #B8EDC5
RGB
CMYK
RGB Variations
Color information
#B8EDC5 (or 0xB8EDC5) is known color: Granny Apple. HEX triplet: B8, ED and C5. RGB value is (184,237,197). Sum of RGB (Red+Green+Blue) = 184+237+197=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDC5 is #47123A. Grayscale: #D8D8D8. Windows color (decimal): -4657723 or 12971448. OLE color: 12971448.
HSL color Cylindrical-coordinate representation of color #B8EDC5: hue angle of 134.72º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDC5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 197 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.07 |
| HSL | 134.72º | 0.6% | 0.83% | - |
| HSV(B) | 134.72º | 0.22% | 0.93% | - |
| XYZ | 60.13 | 74.79 | 64.09 | - |
| YUV | 216.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 197 | 0.22 | 0 | 0.17 | 0.07 | 134.72 | 0.6 | 0.83 |
| Hex | B8 | ED | C5 | 16 | 0 | 11 | 7 | 87 | 3C | 53 |
| Octal | 270 | 355 | 305 | 26 | 0 | 21 | 7 | 207 | 74 | 123 |
| Binary | 10111000 | 11101101 | 11000101 | 10110 | 0 | 10001 | 111 | 10000111 | 111100 | 1010011 |
Color Harmonies of #B8EDC5
Complementary color
Monochromatic Colors of #B8EDC5
Black with #B8EDC5
Text Example
Text Example
White with #B8EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDC5; }
p { color: rgb(184,237,197); }
H1.HeaderClassName
{
color: #B8EDC5;
}
.AnyTagClassName
{
color: #B8EDC5;
}
</style>
background-color css
<style>
a { background-color: #B8EDC5; }
a { background-color: rgb(184,237,197); }
div.DivClassName
{
background-color: #B8EDC5;
}
.BgClassName
{
background-color: #B8EDC5;
}
</style>
border-color css
<style>
span { border-color: #B8EDC5; }
span { border-color: rgb(184,237,197); }
td.TdClassName
{
border-color: #B8EDC5;
}
.TagClassName
{
border-color: #B8EDC5;
}
</style>