Shades of Granny Apple #B7EDC7
Tints of Granny Apple #B7EDC7
RGB
CMYK
RGB Variations
Color information
#B7EDC7 (or 0xB7EDC7) is known color: Granny Apple. HEX triplet: B7, ED and C7. RGB value is (183,237,199). Sum of RGB (Red+Green+Blue) = 183+237+199=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDC7 is #481238. Grayscale: #D8D8D8. Windows color (decimal): -4723257 or 13102519. OLE color: 13102519.
HSL color Cylindrical-coordinate representation of color #B7EDC7: hue angle of 137.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDC7 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 199 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.07 |
| HSL | 137.78º | 0.6% | 0.82% | - |
| HSV(B) | 137.78º | 0.23% | 0.93% | - |
| XYZ | 60.12 | 74.76 | 65.29 | - |
| YUV | 216.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 199 | 0.23 | 0 | 0.16 | 0.07 | 137.78 | 0.6 | 0.82 |
| Hex | B7 | ED | C7 | 17 | 0 | 10 | 7 | 8A | 3C | 52 |
| Octal | 267 | 355 | 307 | 27 | 0 | 20 | 7 | 212 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11000111 | 10111 | 0 | 10000 | 111 | 10001010 | 111100 | 1010010 |
Color Harmonies of #B7EDC7
Complementary color
Monochromatic Colors of #B7EDC7
Black with #B7EDC7
Text Example
Text Example
White with #B7EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDC7; }
p { color: rgb(183,237,199); }
H1.HeaderClassName
{
color: #B7EDC7;
}
.AnyTagClassName
{
color: #B7EDC7;
}
</style>
background-color css
<style>
a { background-color: #B7EDC7; }
a { background-color: rgb(183,237,199); }
div.DivClassName
{
background-color: #B7EDC7;
}
.BgClassName
{
background-color: #B7EDC7;
}
</style>
border-color css
<style>
span { border-color: #B7EDC7; }
span { border-color: rgb(183,237,199); }
td.TdClassName
{
border-color: #B7EDC7;
}
.TagClassName
{
border-color: #B7EDC7;
}
</style>