Shades of Granny Apple #BAEFC9
Tints of Granny Apple #BAEFC9
RGB
CMYK
RGB Variations
Color information
#BAEFC9 (or 0xBAEFC9) is known color: Granny Apple. HEX triplet: BA, EF and C9. RGB value is (186,239,201). Sum of RGB (Red+Green+Blue) = 186+239+201=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC9 is #451036. Grayscale: #DADADA. Windows color (decimal): -4526135 or 13234106. OLE color: 13234106.
HSL color Cylindrical-coordinate representation of color #BAEFC9: hue angle of 136.98º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 201 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.06 |
| HSL | 136.98º | 0.62% | 0.83% | - |
| HSV(B) | 136.98º | 0.22% | 0.94% | - |
| XYZ | 61.66 | 76.39 | 66.75 | - |
| YUV | 218.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 201 | 0.22 | 0 | 0.16 | 0.06 | 136.98 | 0.62 | 0.83 |
| Hex | BA | EF | C9 | 16 | 0 | 10 | 6 | 89 | 3E | 53 |
| Octal | 272 | 357 | 311 | 26 | 0 | 20 | 6 | 211 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11001001 | 10110 | 0 | 10000 | 110 | 10001001 | 111110 | 1010011 |
Color Harmonies of #BAEFC9
Complementary color
Monochromatic Colors of #BAEFC9
Black with #BAEFC9
Text Example
Text Example
White with #BAEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC9; }
p { color: rgb(186,239,201); }
H1.HeaderClassName
{
color: #BAEFC9;
}
.AnyTagClassName
{
color: #BAEFC9;
}
</style>
background-color css
<style>
a { background-color: #BAEFC9; }
a { background-color: rgb(186,239,201); }
div.DivClassName
{
background-color: #BAEFC9;
}
.BgClassName
{
background-color: #BAEFC9;
}
</style>
border-color css
<style>
span { border-color: #BAEFC9; }
span { border-color: rgb(186,239,201); }
td.TdClassName
{
border-color: #BAEFC9;
}
.TagClassName
{
border-color: #BAEFC9;
}
</style>