Shades of Granny Apple #B4EBC7
Tints of Granny Apple #B4EBC7
RGB
CMYK
RGB Variations
Color information
#B4EBC7 (or 0xB4EBC7) is known color: Granny Apple. HEX triplet: B4, EB and C7. RGB value is (180,235,199). Sum of RGB (Red+Green+Blue) = 180+235+199=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC7 is #4B1438. Grayscale: #D6D6D6. Windows color (decimal): -4920377 or 13102004. OLE color: 13102004.
HSL color Cylindrical-coordinate representation of color #B4EBC7: hue angle of 140.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBC7 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 199 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.08 |
| HSL | 140.73º | 0.58% | 0.81% | - |
| HSV(B) | 140.73º | 0.23% | 0.92% | - |
| XYZ | 58.84 | 73.24 | 65.07 | - |
| YUV | 214.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 199 | 0.23 | 0 | 0.15 | 0.08 | 140.73 | 0.58 | 0.81 |
| Hex | B4 | EB | C7 | 17 | 0 | F | 8 | 8D | 3A | 51 |
| Octal | 264 | 353 | 307 | 27 | 0 | 17 | 10 | 215 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11000111 | 10111 | 0 | 1111 | 1000 | 10001101 | 111010 | 1010001 |
Color Harmonies of #B4EBC7
Complementary color
Monochromatic Colors of #B4EBC7
Black with #B4EBC7
Text Example
Text Example
White with #B4EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBC7; }
p { color: rgb(180,235,199); }
H1.HeaderClassName
{
color: #B4EBC7;
}
.AnyTagClassName
{
color: #B4EBC7;
}
</style>
background-color css
<style>
a { background-color: #B4EBC7; }
a { background-color: rgb(180,235,199); }
div.DivClassName
{
background-color: #B4EBC7;
}
.BgClassName
{
background-color: #B4EBC7;
}
</style>
border-color css
<style>
span { border-color: #B4EBC7; }
span { border-color: rgb(180,235,199); }
td.TdClassName
{
border-color: #B4EBC7;
}
.TagClassName
{
border-color: #B4EBC7;
}
</style>