Shades of Granny Apple #BAEAC9
Tints of Granny Apple #BAEAC9
RGB
CMYK
RGB Variations
Color information
#BAEAC9 (or 0xBAEAC9) is known color: Granny Apple. HEX triplet: BA, EA and C9. RGB value is (186,234,201). Sum of RGB (Red+Green+Blue) = 186+234+201=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC9 is #451536. Grayscale: #D7D7D7. Windows color (decimal): -4527415 or 13232826. OLE color: 13232826.
HSL color Cylindrical-coordinate representation of color #BAEAC9: hue angle of 138.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAC9 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 201 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.08 |
| HSL | 138.75º | 0.53% | 0.82% | - |
| HSV(B) | 138.75º | 0.21% | 0.92% | - |
| XYZ | 60.22 | 73.5 | 66.27 | - |
| YUV | 215.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 201 | 0.21 | 0 | 0.14 | 0.08 | 138.75 | 0.53 | 0.82 |
| Hex | BA | EA | C9 | 15 | 0 | E | 8 | 8B | 35 | 52 |
| Octal | 272 | 352 | 311 | 25 | 0 | 16 | 10 | 213 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11001001 | 10101 | 0 | 1110 | 1000 | 10001011 | 110101 | 1010010 |
Color Harmonies of #BAEAC9
Complementary color
Monochromatic Colors of #BAEAC9
Black with #BAEAC9
Text Example
Text Example
White with #BAEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAC9; }
p { color: rgb(186,234,201); }
H1.HeaderClassName
{
color: #BAEAC9;
}
.AnyTagClassName
{
color: #BAEAC9;
}
</style>
background-color css
<style>
a { background-color: #BAEAC9; }
a { background-color: rgb(186,234,201); }
div.DivClassName
{
background-color: #BAEAC9;
}
.BgClassName
{
background-color: #BAEAC9;
}
</style>
border-color css
<style>
span { border-color: #BAEAC9; }
span { border-color: rgb(186,234,201); }
td.TdClassName
{
border-color: #BAEAC9;
}
.TagClassName
{
border-color: #BAEAC9;
}
</style>