Shades of Granny Apple #BAEAC6
Tints of Granny Apple #BAEAC6
RGB
CMYK
RGB Variations
Color information
#BAEAC6 (or 0xBAEAC6) is known color: Granny Apple. HEX triplet: BA, EA and C6. RGB value is (186,234,198). Sum of RGB (Red+Green+Blue) = 186+234+198=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC6 is #451539. Grayscale: #D7D7D7. Windows color (decimal): -4527418 or 13036218. OLE color: 13036218.
HSL color Cylindrical-coordinate representation of color #BAEAC6: hue angle of 135º 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 #BAEAC6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 198 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.08 |
| HSL | 135º | 0.53% | 0.82% | - |
| HSV(B) | 135º | 0.21% | 0.92% | - |
| XYZ | 59.87 | 73.36 | 64.43 | - |
| YUV | 215.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 198 | 0.21 | 0 | 0.15 | 0.08 | 135 | 0.53 | 0.82 |
| Hex | BA | EA | C6 | 15 | 0 | F | 8 | 87 | 35 | 52 |
| Octal | 272 | 352 | 306 | 25 | 0 | 17 | 10 | 207 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11000110 | 10101 | 0 | 1111 | 1000 | 10000111 | 110101 | 1010010 |
Color Harmonies of #BAEAC6
Complementary color
Monochromatic Colors of #BAEAC6
Black with #BAEAC6
Text Example
Text Example
White with #BAEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAC6; }
p { color: rgb(186,234,198); }
H1.HeaderClassName
{
color: #BAEAC6;
}
.AnyTagClassName
{
color: #BAEAC6;
}
</style>
background-color css
<style>
a { background-color: #BAEAC6; }
a { background-color: rgb(186,234,198); }
div.DivClassName
{
background-color: #BAEAC6;
}
.BgClassName
{
background-color: #BAEAC6;
}
</style>
border-color css
<style>
span { border-color: #BAEAC6; }
span { border-color: rgb(186,234,198); }
td.TdClassName
{
border-color: #BAEAC6;
}
.TagClassName
{
border-color: #BAEAC6;
}
</style>