Shades of Granny Apple #BAFFCF
Tints of Granny Apple #BAFFCF
RGB
CMYK
RGB Variations
Color information
#BAFFCF (or 0xBAFFCF) is known color: Granny Apple. HEX triplet: BA, FF and CF. RGB value is (186,255,207). Sum of RGB (Red+Green+Blue) = 186+255+207=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFCF is #450030. Grayscale: #E5E5E5. Windows color (decimal): -4522033 or 13631418. OLE color: 13631418.
HSL color Cylindrical-coordinate representation of color #BAFFCF: hue angle of 138.26º 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 #BAFFCF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 207 | - |
| CMYK | 0.27 | 0 | 0.19 | 0 |
| HSL | 138.26º | 1% | 0.86% | - |
| HSV(B) | 138.26º | 0.27% | 1% | - |
| XYZ | 67.27 | 86.46 | 72.18 | - |
| YUV | 228.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 207 | 0.27 | 0 | 0.19 | 0 | 138.26 | 1 | 0.86 |
| Hex | BA | FF | CF | 1B | 0 | 13 | 0 | 8A | 64 | 56 |
| Octal | 272 | 377 | 317 | 33 | 0 | 23 | 0 | 212 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11001111 | 11011 | 0 | 10011 | 0 | 10001010 | 1100100 | 1010110 |
Color Harmonies of #BAFFCF
Complementary color
Monochromatic Colors of #BAFFCF
Black with #BAFFCF
Text Example
Text Example
White with #BAFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFCF; }
p { color: rgb(186,255,207); }
H1.HeaderClassName
{
color: #BAFFCF;
}
.AnyTagClassName
{
color: #BAFFCF;
}
</style>
background-color css
<style>
a { background-color: #BAFFCF; }
a { background-color: rgb(186,255,207); }
div.DivClassName
{
background-color: #BAFFCF;
}
.BgClassName
{
background-color: #BAFFCF;
}
</style>
border-color css
<style>
span { border-color: #BAFFCF; }
span { border-color: rgb(186,255,207); }
td.TdClassName
{
border-color: #BAFFCF;
}
.TagClassName
{
border-color: #BAFFCF;
}
</style>