Shades of Granny Apple #BAEEC7
Tints of Granny Apple #BAEEC7
RGB
CMYK
RGB Variations
Color information
#BAEEC7 (or 0xBAEEC7) is known color: Granny Apple. HEX triplet: BA, EE and C7. RGB value is (186,238,199). Sum of RGB (Red+Green+Blue) = 186+238+199=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC7 is #451138. Grayscale: #DADADA. Windows color (decimal): -4526393 or 13102778. OLE color: 13102778.
HSL color Cylindrical-coordinate representation of color #BAEEC7: hue angle of 135º 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 #BAEEC7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 199 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.07 |
| HSL | 135º | 0.6% | 0.83% | - |
| HSV(B) | 135º | 0.22% | 0.93% | - |
| XYZ | 61.13 | 75.71 | 65.42 | - |
| YUV | 218.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 199 | 0.22 | 0 | 0.16 | 0.07 | 135 | 0.6 | 0.83 |
| Hex | BA | EE | C7 | 16 | 0 | 10 | 7 | 87 | 3C | 53 |
| Octal | 272 | 356 | 307 | 26 | 0 | 20 | 7 | 207 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11000111 | 10110 | 0 | 10000 | 111 | 10000111 | 111100 | 1010011 |
Color Harmonies of #BAEEC7
Complementary color
Monochromatic Colors of #BAEEC7
Black with #BAEEC7
Text Example
Text Example
White with #BAEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEC7; }
p { color: rgb(186,238,199); }
H1.HeaderClassName
{
color: #BAEEC7;
}
.AnyTagClassName
{
color: #BAEEC7;
}
</style>
background-color css
<style>
a { background-color: #BAEEC7; }
a { background-color: rgb(186,238,199); }
div.DivClassName
{
background-color: #BAEEC7;
}
.BgClassName
{
background-color: #BAEEC7;
}
</style>
border-color css
<style>
span { border-color: #BAEEC7; }
span { border-color: rgb(186,238,199); }
td.TdClassName
{
border-color: #BAEEC7;
}
.TagClassName
{
border-color: #BAEEC7;
}
</style>