Shades of Granny Apple #BAFACF
Tints of Granny Apple #BAFACF
RGB
CMYK
RGB Variations
Color information
#BAFACF (or 0xBAFACF) is known color: Granny Apple. HEX triplet: BA, FA and CF. RGB value is (186,250,207). Sum of RGB (Red+Green+Blue) = 186+250+207=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACF is #450530. Grayscale: #E2E2E2. Windows color (decimal): -4523313 or 13630138. OLE color: 13630138.
HSL color Cylindrical-coordinate representation of color #BAFACF: hue angle of 139.69º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFACF is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 207 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.02 |
| HSL | 139.69º | 0.86% | 0.85% | - |
| HSV(B) | 139.69º | 0.26% | 0.98% | - |
| XYZ | 65.7 | 83.32 | 71.65 | - |
| YUV | 225.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 207 | 0.26 | 0 | 0.17 | 0.02 | 139.69 | 0.86 | 0.85 |
| Hex | BA | FA | CF | 1A | 0 | 11 | 2 | 8C | 56 | 55 |
| Octal | 272 | 372 | 317 | 32 | 0 | 21 | 2 | 214 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11001111 | 11010 | 0 | 10001 | 10 | 10001100 | 1010110 | 1010101 |
Color Harmonies of #BAFACF
Complementary color
Monochromatic Colors of #BAFACF
Black with #BAFACF
Text Example
Text Example
White with #BAFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFACF; }
p { color: rgb(186,250,207); }
H1.HeaderClassName
{
color: #BAFACF;
}
.AnyTagClassName
{
color: #BAFACF;
}
</style>
background-color css
<style>
a { background-color: #BAFACF; }
a { background-color: rgb(186,250,207); }
div.DivClassName
{
background-color: #BAFACF;
}
.BgClassName
{
background-color: #BAFACF;
}
</style>
border-color css
<style>
span { border-color: #BAFACF; }
span { border-color: rgb(186,250,207); }
td.TdClassName
{
border-color: #BAFACF;
}
.TagClassName
{
border-color: #BAFACF;
}
</style>