Shades of Granny Apple #BAF5C6
Tints of Granny Apple #BAF5C6
RGB
CMYK
RGB Variations
Color information
#BAF5C6 (or 0xBAF5C6) is known color: Granny Apple. HEX triplet: BA, F5 and C6. RGB value is (186,245,198). Sum of RGB (Red+Green+Blue) = 186+245+198=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5C6 is #450A39. Grayscale: #DEDEDE. Windows color (decimal): -4524602 or 13039034. OLE color: 13039034.
HSL color Cylindrical-coordinate representation of color #BAF5C6: hue angle of 132.2º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5C6 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 198 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.04 |
| HSL | 132.2º | 0.75% | 0.85% | - |
| HSV(B) | 132.2º | 0.24% | 0.96% | - |
| XYZ | 63.1 | 79.82 | 65.51 | - |
| YUV | 222 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 198 | 0.24 | 0 | 0.19 | 0.04 | 132.2 | 0.75 | 0.85 |
| Hex | BA | F5 | C6 | 18 | 0 | 13 | 4 | 84 | 4B | 55 |
| Octal | 272 | 365 | 306 | 30 | 0 | 23 | 4 | 204 | 113 | 125 |
| Binary | 10111010 | 11110101 | 11000110 | 11000 | 0 | 10011 | 100 | 10000100 | 1001011 | 1010101 |
Color Harmonies of #BAF5C6
Complementary color
Monochromatic Colors of #BAF5C6
Black with #BAF5C6
Text Example
Text Example
White with #BAF5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5C6; }
p { color: rgb(186,245,198); }
H1.HeaderClassName
{
color: #BAF5C6;
}
.AnyTagClassName
{
color: #BAF5C6;
}
</style>
background-color css
<style>
a { background-color: #BAF5C6; }
a { background-color: rgb(186,245,198); }
div.DivClassName
{
background-color: #BAF5C6;
}
.BgClassName
{
background-color: #BAF5C6;
}
</style>
border-color css
<style>
span { border-color: #BAF5C6; }
span { border-color: rgb(186,245,198); }
td.TdClassName
{
border-color: #BAF5C6;
}
.TagClassName
{
border-color: #BAF5C6;
}
</style>