Shades of Granny Apple #BAFFC5
Tints of Granny Apple #BAFFC5
RGB
CMYK
RGB Variations
Color information
#BAFFC5 (or 0xBAFFC5) is known color: Granny Apple. HEX triplet: BA, FF and C5. RGB value is (186,255,197). Sum of RGB (Red+Green+Blue) = 186+255+197=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC5 is #45003A. Grayscale: #E3E3E3. Windows color (decimal): -4522043 or 12976058. OLE color: 12976058.
HSL color Cylindrical-coordinate representation of color #BAFFC5: hue angle of 129.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 197 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 129.57º | 1% | 0.86% | - |
| HSV(B) | 129.57º | 0.27% | 1% | - |
| XYZ | 66.09 | 85.99 | 65.94 | - |
| YUV | 227.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 197 | 0.27 | 0 | 0.23 | 0 | 129.57 | 1 | 0.86 |
| Hex | BA | FF | C5 | 1B | 0 | 17 | 0 | 82 | 64 | 56 |
| Octal | 272 | 377 | 305 | 33 | 0 | 27 | 0 | 202 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000101 | 11011 | 0 | 10111 | 0 | 10000010 | 1100100 | 1010110 |
Color Harmonies of #BAFFC5
Complementary color
Monochromatic Colors of #BAFFC5
Black with #BAFFC5
Text Example
Text Example
White with #BAFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC5; }
p { color: rgb(186,255,197); }
H1.HeaderClassName
{
color: #BAFFC5;
}
.AnyTagClassName
{
color: #BAFFC5;
}
</style>
background-color css
<style>
a { background-color: #BAFFC5; }
a { background-color: rgb(186,255,197); }
div.DivClassName
{
background-color: #BAFFC5;
}
.BgClassName
{
background-color: #BAFFC5;
}
</style>
border-color css
<style>
span { border-color: #BAFFC5; }
span { border-color: rgb(186,255,197); }
td.TdClassName
{
border-color: #BAFFC5;
}
.TagClassName
{
border-color: #BAFFC5;
}
</style>