Shades of Granny Apple #BAEDC9
Tints of Granny Apple #BAEDC9
RGB
CMYK
RGB Variations
Color information
#BAEDC9 (or 0xBAEDC9) is known color: Granny Apple. HEX triplet: BA, ED and C9. RGB value is (186,237,201). Sum of RGB (Red+Green+Blue) = 186+237+201=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC9 is #451236. Grayscale: #D9D9D9. Windows color (decimal): -4526647 or 13233594. OLE color: 13233594.
HSL color Cylindrical-coordinate representation of color #BAEDC9: hue angle of 137.65º degrees, saturation: 0.59, 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 #BAEDC9 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 201 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.07 |
| HSL | 137.65º | 0.59% | 0.83% | - |
| HSV(B) | 137.65º | 0.22% | 0.93% | - |
| XYZ | 61.08 | 75.22 | 66.56 | - |
| YUV | 217.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 201 | 0.22 | 0 | 0.15 | 0.07 | 137.65 | 0.59 | 0.83 |
| Hex | BA | ED | C9 | 16 | 0 | F | 7 | 8A | 3B | 53 |
| Octal | 272 | 355 | 311 | 26 | 0 | 17 | 7 | 212 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11001001 | 10110 | 0 | 1111 | 111 | 10001010 | 111011 | 1010011 |
Color Harmonies of #BAEDC9
Complementary color
Monochromatic Colors of #BAEDC9
Black with #BAEDC9
Text Example
Text Example
White with #BAEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDC9; }
p { color: rgb(186,237,201); }
H1.HeaderClassName
{
color: #BAEDC9;
}
.AnyTagClassName
{
color: #BAEDC9;
}
</style>
background-color css
<style>
a { background-color: #BAEDC9; }
a { background-color: rgb(186,237,201); }
div.DivClassName
{
background-color: #BAEDC9;
}
.BgClassName
{
background-color: #BAEDC9;
}
</style>
border-color css
<style>
span { border-color: #BAEDC9; }
span { border-color: rgb(186,237,201); }
td.TdClassName
{
border-color: #BAEDC9;
}
.TagClassName
{
border-color: #BAEDC9;
}
</style>