Shades of Granny Apple #BAFFD1
Tints of Granny Apple #BAFFD1
RGB
CMYK
RGB Variations
Color information
#BAFFD1 (or 0xBAFFD1) is known color: Granny Apple. HEX triplet: BA, FF and D1. RGB value is (186,255,209). Sum of RGB (Red+Green+Blue) = 186+255+209=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD1 is #45002E. Grayscale: #E5E5E5. Windows color (decimal): -4522031 or 13762490. OLE color: 13762490.
HSL color Cylindrical-coordinate representation of color #BAFFD1: hue angle of 140º 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 #BAFFD1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 209 | - |
| CMYK | 0.27 | 0 | 0.18 | 0 |
| HSL | 140º | 1% | 0.86% | - |
| HSV(B) | 140º | 0.27% | 1% | - |
| XYZ | 67.52 | 86.56 | 73.47 | - |
| YUV | 229.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 209 | 0.27 | 0 | 0.18 | 0 | 140 | 1 | 0.86 |
| Hex | BA | FF | D1 | 1B | 0 | 12 | 0 | 8C | 64 | 56 |
| Octal | 272 | 377 | 321 | 33 | 0 | 22 | 0 | 214 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11010001 | 11011 | 0 | 10010 | 0 | 10001100 | 1100100 | 1010110 |
Color Harmonies of #BAFFD1
Complementary color
Monochromatic Colors of #BAFFD1
Black with #BAFFD1
Text Example
Text Example
White with #BAFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFD1; }
p { color: rgb(186,255,209); }
H1.HeaderClassName
{
color: #BAFFD1;
}
.AnyTagClassName
{
color: #BAFFD1;
}
</style>
background-color css
<style>
a { background-color: #BAFFD1; }
a { background-color: rgb(186,255,209); }
div.DivClassName
{
background-color: #BAFFD1;
}
.BgClassName
{
background-color: #BAFFD1;
}
</style>
border-color css
<style>
span { border-color: #BAFFD1; }
span { border-color: rgb(186,255,209); }
td.TdClassName
{
border-color: #BAFFD1;
}
.TagClassName
{
border-color: #BAFFD1;
}
</style>