Shades of Granny Apple #BAF7CF
Tints of Granny Apple #BAF7CF
RGB
CMYK
RGB Variations
Color information
#BAF7CF (or 0xBAF7CF) is known color: Granny Apple. HEX triplet: BA, F7 and CF. RGB value is (186,247,207). Sum of RGB (Red+Green+Blue) = 186+247+207=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7CF is #450830. Grayscale: #E0E0E0. Windows color (decimal): -4524081 or 13629370. OLE color: 13629370.
HSL color Cylindrical-coordinate representation of color #BAF7CF: hue angle of 140.66º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7CF is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 207 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.03 |
| HSL | 140.66º | 0.79% | 0.85% | - |
| HSV(B) | 140.66º | 0.25% | 0.97% | - |
| XYZ | 64.77 | 81.47 | 71.34 | - |
| YUV | 224.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 207 | 0.25 | 0 | 0.16 | 0.03 | 140.66 | 0.79 | 0.85 |
| Hex | BA | F7 | CF | 19 | 0 | 10 | 3 | 8D | 4F | 55 |
| Octal | 272 | 367 | 317 | 31 | 0 | 20 | 3 | 215 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11001111 | 11001 | 0 | 10000 | 11 | 10001101 | 1001111 | 1010101 |
Color Harmonies of #BAF7CF
Complementary color
Monochromatic Colors of #BAF7CF
Black with #BAF7CF
Text Example
Text Example
White with #BAF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7CF; }
p { color: rgb(186,247,207); }
H1.HeaderClassName
{
color: #BAF7CF;
}
.AnyTagClassName
{
color: #BAF7CF;
}
</style>
background-color css
<style>
a { background-color: #BAF7CF; }
a { background-color: rgb(186,247,207); }
div.DivClassName
{
background-color: #BAF7CF;
}
.BgClassName
{
background-color: #BAF7CF;
}
</style>
border-color css
<style>
span { border-color: #BAF7CF; }
span { border-color: rgb(186,247,207); }
td.TdClassName
{
border-color: #BAF7CF;
}
.TagClassName
{
border-color: #BAF7CF;
}
</style>