Shades of Granny Apple #BAEEC9
Tints of Granny Apple #BAEEC9
RGB
CMYK
RGB Variations
Color information
#BAEEC9 (or 0xBAEEC9) is known color: Granny Apple. HEX triplet: BA, EE and C9. RGB value is (186,238,201). Sum of RGB (Red+Green+Blue) = 186+238+201=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC9 is #451136. Grayscale: #DADADA. Windows color (decimal): -4526391 or 13233850. OLE color: 13233850.
HSL color Cylindrical-coordinate representation of color #BAEEC9: hue angle of 137.31º degrees, saturation: 0.6, 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 #BAEEC9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 201 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.07 |
| HSL | 137.31º | 0.6% | 0.83% | - |
| HSV(B) | 137.31º | 0.22% | 0.93% | - |
| XYZ | 61.37 | 75.81 | 66.66 | - |
| YUV | 218.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 201 | 0.22 | 0 | 0.16 | 0.07 | 137.31 | 0.6 | 0.83 |
| Hex | BA | EE | C9 | 16 | 0 | 10 | 7 | 89 | 3C | 53 |
| Octal | 272 | 356 | 311 | 26 | 0 | 20 | 7 | 211 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11001001 | 10110 | 0 | 10000 | 111 | 10001001 | 111100 | 1010011 |
Color Harmonies of #BAEEC9
Complementary color
Monochromatic Colors of #BAEEC9
Black with #BAEEC9
Text Example
Text Example
White with #BAEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEC9; }
p { color: rgb(186,238,201); }
H1.HeaderClassName
{
color: #BAEEC9;
}
.AnyTagClassName
{
color: #BAEEC9;
}
</style>
background-color css
<style>
a { background-color: #BAEEC9; }
a { background-color: rgb(186,238,201); }
div.DivClassName
{
background-color: #BAEEC9;
}
.BgClassName
{
background-color: #BAEEC9;
}
</style>
border-color css
<style>
span { border-color: #BAEEC9; }
span { border-color: rgb(186,238,201); }
td.TdClassName
{
border-color: #BAEEC9;
}
.TagClassName
{
border-color: #BAEEC9;
}
</style>