Shades of Granny Apple #BAEBC7
Tints of Granny Apple #BAEBC7
RGB
CMYK
RGB Variations
Color information
#BAEBC7 (or 0xBAEBC7) is known color: Granny Apple. HEX triplet: BA, EB and C7. RGB value is (186,235,199). Sum of RGB (Red+Green+Blue) = 186+235+199=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC7 is #451438. Grayscale: #D8D8D8. Windows color (decimal): -4527161 or 13102010. OLE color: 13102010.
HSL color Cylindrical-coordinate representation of color #BAEBC7: hue angle of 135.92º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBC7 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 199 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.08 |
| HSL | 135.92º | 0.55% | 0.83% | - |
| HSV(B) | 135.92º | 0.21% | 0.92% | - |
| XYZ | 60.27 | 73.98 | 65.14 | - |
| YUV | 216.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 199 | 0.21 | 0 | 0.15 | 0.08 | 135.92 | 0.55 | 0.83 |
| Hex | BA | EB | C7 | 15 | 0 | F | 8 | 88 | 37 | 53 |
| Octal | 272 | 353 | 307 | 25 | 0 | 17 | 10 | 210 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11000111 | 10101 | 0 | 1111 | 1000 | 10001000 | 110111 | 1010011 |
Color Harmonies of #BAEBC7
Complementary color
Monochromatic Colors of #BAEBC7
Black with #BAEBC7
Text Example
Text Example
White with #BAEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBC7; }
p { color: rgb(186,235,199); }
H1.HeaderClassName
{
color: #BAEBC7;
}
.AnyTagClassName
{
color: #BAEBC7;
}
</style>
background-color css
<style>
a { background-color: #BAEBC7; }
a { background-color: rgb(186,235,199); }
div.DivClassName
{
background-color: #BAEBC7;
}
.BgClassName
{
background-color: #BAEBC7;
}
</style>
border-color css
<style>
span { border-color: #BAEBC7; }
span { border-color: rgb(186,235,199); }
td.TdClassName
{
border-color: #BAEBC7;
}
.TagClassName
{
border-color: #BAEBC7;
}
</style>