Shades of Granny Apple #BAEDC8
Tints of Granny Apple #BAEDC8
RGB
CMYK
RGB Variations
Color information
#BAEDC8 (or 0xBAEDC8) is known color: Granny Apple. HEX triplet: BA, ED and C8. RGB value is (186,237,200). Sum of RGB (Red+Green+Blue) = 186+237+200=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC8 is #451237. Grayscale: #D9D9D9. Windows color (decimal): -4526648 or 13168058. OLE color: 13168058.
HSL color Cylindrical-coordinate representation of color #BAEDC8: hue angle of 136.47º 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 #BAEDC8 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 200 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.07 |
| HSL | 136.47º | 0.59% | 0.83% | - |
| HSV(B) | 136.47º | 0.22% | 0.93% | - |
| XYZ | 60.96 | 75.18 | 65.94 | - |
| YUV | 217.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 200 | 0.22 | 0 | 0.16 | 0.07 | 136.47 | 0.59 | 0.83 |
| Hex | BA | ED | C8 | 16 | 0 | 10 | 7 | 88 | 3B | 53 |
| Octal | 272 | 355 | 310 | 26 | 0 | 20 | 7 | 210 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11001000 | 10110 | 0 | 10000 | 111 | 10001000 | 111011 | 1010011 |
Color Harmonies of #BAEDC8
Complementary color
Monochromatic Colors of #BAEDC8
Black with #BAEDC8
Text Example
Text Example
White with #BAEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDC8; }
p { color: rgb(186,237,200); }
H1.HeaderClassName
{
color: #BAEDC8;
}
.AnyTagClassName
{
color: #BAEDC8;
}
</style>
background-color css
<style>
a { background-color: #BAEDC8; }
a { background-color: rgb(186,237,200); }
div.DivClassName
{
background-color: #BAEDC8;
}
.BgClassName
{
background-color: #BAEDC8;
}
</style>
border-color css
<style>
span { border-color: #BAEDC8; }
span { border-color: rgb(186,237,200); }
td.TdClassName
{
border-color: #BAEDC8;
}
.TagClassName
{
border-color: #BAEDC8;
}
</style>