Shades of Granny Apple #BAFFCE
Tints of Granny Apple #BAFFCE
RGB
CMYK
RGB Variations
Color information
#BAFFCE (or 0xBAFFCE) is known color: Granny Apple. HEX triplet: BA, FF and CE. RGB value is (186,255,206). Sum of RGB (Red+Green+Blue) = 186+255+206=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFCE is #450031. Grayscale: #E4E4E4. Windows color (decimal): -4522034 or 13565882. OLE color: 13565882.
HSL color Cylindrical-coordinate representation of color #BAFFCE: hue angle of 137.39º 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 #BAFFCE is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 206 | - |
| CMYK | 0.27 | 0 | 0.19 | 0 |
| HSL | 137.39º | 1% | 0.86% | - |
| HSV(B) | 137.39º | 0.27% | 1% | - |
| XYZ | 67.15 | 86.42 | 71.53 | - |
| YUV | 228.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 206 | 0.27 | 0 | 0.19 | 0 | 137.39 | 1 | 0.86 |
| Hex | BA | FF | CE | 1B | 0 | 13 | 0 | 89 | 64 | 56 |
| Octal | 272 | 377 | 316 | 33 | 0 | 23 | 0 | 211 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11001110 | 11011 | 0 | 10011 | 0 | 10001001 | 1100100 | 1010110 |
Color Harmonies of #BAFFCE
Complementary color
Monochromatic Colors of #BAFFCE
Black with #BAFFCE
Text Example
Text Example
White with #BAFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFCE; }
p { color: rgb(186,255,206); }
H1.HeaderClassName
{
color: #BAFFCE;
}
.AnyTagClassName
{
color: #BAFFCE;
}
</style>
background-color css
<style>
a { background-color: #BAFFCE; }
a { background-color: rgb(186,255,206); }
div.DivClassName
{
background-color: #BAFFCE;
}
.BgClassName
{
background-color: #BAFFCE;
}
</style>
border-color css
<style>
span { border-color: #BAFFCE; }
span { border-color: rgb(186,255,206); }
td.TdClassName
{
border-color: #BAFFCE;
}
.TagClassName
{
border-color: #BAFFCE;
}
</style>