Shades of Granny Apple #BAFCC8
Tints of Granny Apple #BAFCC8
RGB
CMYK
RGB Variations
Color information
#BAFCC8 (or 0xBAFCC8) is known color: Granny Apple. HEX triplet: BA, FC and C8. RGB value is (186,252,200). Sum of RGB (Red+Green+Blue) = 186+252+200=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC8 is #450337. Grayscale: #E2E2E2. Windows color (decimal): -4522808 or 13171898. OLE color: 13171898.
HSL color Cylindrical-coordinate representation of color #BAFCC8: hue angle of 132.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCC8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 200 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 132.73º | 0.92% | 0.86% | - |
| HSV(B) | 132.73º | 0.26% | 0.99% | - |
| XYZ | 65.49 | 84.23 | 67.45 | - |
| YUV | 226.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 200 | 0.26 | 0 | 0.21 | 0.01 | 132.73 | 0.92 | 0.86 |
| Hex | BA | FC | C8 | 1A | 0 | 15 | 1 | 85 | 5C | 56 |
| Octal | 272 | 374 | 310 | 32 | 0 | 25 | 1 | 205 | 134 | 126 |
| Binary | 10111010 | 11111100 | 11001000 | 11010 | 0 | 10101 | 1 | 10000101 | 1011100 | 1010110 |
Color Harmonies of #BAFCC8
Complementary color
Monochromatic Colors of #BAFCC8
Black with #BAFCC8
Text Example
Text Example
White with #BAFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCC8; }
p { color: rgb(186,252,200); }
H1.HeaderClassName
{
color: #BAFCC8;
}
.AnyTagClassName
{
color: #BAFCC8;
}
</style>
background-color css
<style>
a { background-color: #BAFCC8; }
a { background-color: rgb(186,252,200); }
div.DivClassName
{
background-color: #BAFCC8;
}
.BgClassName
{
background-color: #BAFCC8;
}
</style>
border-color css
<style>
span { border-color: #BAFCC8; }
span { border-color: rgb(186,252,200); }
td.TdClassName
{
border-color: #BAFCC8;
}
.TagClassName
{
border-color: #BAFCC8;
}
</style>