Shades of Granny Apple #BAECC8
Tints of Granny Apple #BAECC8
RGB
CMYK
RGB Variations
Color information
#BAECC8 (or 0xBAECC8) is known color: Granny Apple. HEX triplet: BA, EC and C8. RGB value is (186,236,200). Sum of RGB (Red+Green+Blue) = 186+236+200=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC8 is #451337. Grayscale: #D9D9D9. Windows color (decimal): -4526904 or 13167802. OLE color: 13167802.
HSL color Cylindrical-coordinate representation of color #BAECC8: hue angle of 136.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECC8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 200 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 136.8º | 0.57% | 0.83% | - |
| HSV(B) | 136.8º | 0.21% | 0.93% | - |
| XYZ | 60.67 | 74.6 | 65.85 | - |
| YUV | 216.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 200 | 0.21 | 0 | 0.15 | 0.07 | 136.8 | 0.57 | 0.83 |
| Hex | BA | EC | C8 | 15 | 0 | F | 7 | 89 | 39 | 53 |
| Octal | 272 | 354 | 310 | 25 | 0 | 17 | 7 | 211 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11001000 | 10101 | 0 | 1111 | 111 | 10001001 | 111001 | 1010011 |
Color Harmonies of #BAECC8
Complementary color
Monochromatic Colors of #BAECC8
Black with #BAECC8
Text Example
Text Example
White with #BAECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECC8; }
p { color: rgb(186,236,200); }
H1.HeaderClassName
{
color: #BAECC8;
}
.AnyTagClassName
{
color: #BAECC8;
}
</style>
background-color css
<style>
a { background-color: #BAECC8; }
a { background-color: rgb(186,236,200); }
div.DivClassName
{
background-color: #BAECC8;
}
.BgClassName
{
background-color: #BAECC8;
}
</style>
border-color css
<style>
span { border-color: #BAECC8; }
span { border-color: rgb(186,236,200); }
td.TdClassName
{
border-color: #BAECC8;
}
.TagClassName
{
border-color: #BAECC8;
}
</style>