Shades of Granny Apple #BAFFC1
Tints of Granny Apple #BAFFC1
RGB
CMYK
RGB Variations
Color information
#BAFFC1 (or 0xBAFFC1) is known color: Granny Apple. HEX triplet: BA, FF and C1. RGB value is (186,255,193). Sum of RGB (Red+Green+Blue) = 186+255+193=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC1 is #45003E. Grayscale: #E3E3E3. Windows color (decimal): -4522047 or 12713914. OLE color: 12713914.
HSL color Cylindrical-coordinate representation of color #BAFFC1: hue angle of 126.09º 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 #BAFFC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 193 | - |
| CMYK | 0.27 | 0 | 0.24 | 0 |
| HSL | 126.09º | 1% | 0.86% | - |
| HSV(B) | 126.09º | 0.27% | 1% | - |
| XYZ | 65.64 | 85.81 | 63.56 | - |
| YUV | 227.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 193 | 0.27 | 0 | 0.24 | 0 | 126.09 | 1 | 0.86 |
| Hex | BA | FF | C1 | 1B | 0 | 18 | 0 | 7E | 64 | 56 |
| Octal | 272 | 377 | 301 | 33 | 0 | 30 | 0 | 176 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000001 | 11011 | 0 | 11000 | 0 | 1111110 | 1100100 | 1010110 |
Color Harmonies of #BAFFC1
Complementary color
Monochromatic Colors of #BAFFC1
Black with #BAFFC1
Text Example
Text Example
White with #BAFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC1; }
p { color: rgb(186,255,193); }
H1.HeaderClassName
{
color: #BAFFC1;
}
.AnyTagClassName
{
color: #BAFFC1;
}
</style>
background-color css
<style>
a { background-color: #BAFFC1; }
a { background-color: rgb(186,255,193); }
div.DivClassName
{
background-color: #BAFFC1;
}
.BgClassName
{
background-color: #BAFFC1;
}
</style>
border-color css
<style>
span { border-color: #BAFFC1; }
span { border-color: rgb(186,255,193); }
td.TdClassName
{
border-color: #BAFFC1;
}
.TagClassName
{
border-color: #BAFFC1;
}
</style>