Shades of Granny Apple #B8EDC9
Tints of Granny Apple #B8EDC9
RGB
CMYK
RGB Variations
Color information
#B8EDC9 (or 0xB8EDC9) is known color: Granny Apple. HEX triplet: B8, ED and C9. RGB value is (184,237,201). Sum of RGB (Red+Green+Blue) = 184+237+201=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDC9 is #471236. Grayscale: #D9D9D9. Windows color (decimal): -4657719 or 13233592. OLE color: 13233592.
HSL color Cylindrical-coordinate representation of color #B8EDC9: hue angle of 139.25º 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 #B8EDC9 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 201 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.07 |
| HSL | 139.25º | 0.6% | 0.83% | - |
| HSV(B) | 139.25º | 0.22% | 0.93% | - |
| XYZ | 60.59 | 74.98 | 66.54 | - |
| YUV | 217.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 201 | 0.22 | 0 | 0.15 | 0.07 | 139.25 | 0.6 | 0.83 |
| Hex | B8 | ED | C9 | 16 | 0 | F | 7 | 8B | 3C | 53 |
| Octal | 270 | 355 | 311 | 26 | 0 | 17 | 7 | 213 | 74 | 123 |
| Binary | 10111000 | 11101101 | 11001001 | 10110 | 0 | 1111 | 111 | 10001011 | 111100 | 1010011 |
Color Harmonies of #B8EDC9
Complementary color
Monochromatic Colors of #B8EDC9
Black with #B8EDC9
Text Example
Text Example
White with #B8EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDC9; }
p { color: rgb(184,237,201); }
H1.HeaderClassName
{
color: #B8EDC9;
}
.AnyTagClassName
{
color: #B8EDC9;
}
</style>
background-color css
<style>
a { background-color: #B8EDC9; }
a { background-color: rgb(184,237,201); }
div.DivClassName
{
background-color: #B8EDC9;
}
.BgClassName
{
background-color: #B8EDC9;
}
</style>
border-color css
<style>
span { border-color: #B8EDC9; }
span { border-color: rgb(184,237,201); }
td.TdClassName
{
border-color: #B8EDC9;
}
.TagClassName
{
border-color: #B8EDC9;
}
</style>