Shades of Granny Apple #BAF8C6
Tints of Granny Apple #BAF8C6
RGB
CMYK
RGB Variations
Color information
#BAF8C6 (or 0xBAF8C6) is known color: Granny Apple. HEX triplet: BA, F8 and C6. RGB value is (186,248,198). Sum of RGB (Red+Green+Blue) = 186+248+198=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8C6 is #450739. Grayscale: #DFDFDF. Windows color (decimal): -4523834 or 13039802. OLE color: 13039802.
HSL color Cylindrical-coordinate representation of color #BAF8C6: hue angle of 131.61º degrees, saturation: 0.82, 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 #BAF8C6 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 198 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.03 |
| HSL | 131.61º | 0.82% | 0.85% | - |
| HSV(B) | 131.61º | 0.25% | 0.97% | - |
| XYZ | 64.01 | 81.65 | 65.81 | - |
| YUV | 223.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 198 | 0.25 | 0 | 0.20 | 0.03 | 131.61 | 0.82 | 0.85 |
| Hex | BA | F8 | C6 | 19 | 0 | 14 | 3 | 84 | 52 | 55 |
| Octal | 272 | 370 | 306 | 31 | 0 | 24 | 3 | 204 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11000110 | 11001 | 0 | 10100 | 11 | 10000100 | 1010010 | 1010101 |
Color Harmonies of #BAF8C6
Complementary color
Monochromatic Colors of #BAF8C6
Black with #BAF8C6
Text Example
Text Example
White with #BAF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8C6; }
p { color: rgb(186,248,198); }
H1.HeaderClassName
{
color: #BAF8C6;
}
.AnyTagClassName
{
color: #BAF8C6;
}
</style>
background-color css
<style>
a { background-color: #BAF8C6; }
a { background-color: rgb(186,248,198); }
div.DivClassName
{
background-color: #BAF8C6;
}
.BgClassName
{
background-color: #BAF8C6;
}
</style>
border-color css
<style>
span { border-color: #BAF8C6; }
span { border-color: rgb(186,248,198); }
td.TdClassName
{
border-color: #BAF8C6;
}
.TagClassName
{
border-color: #BAF8C6;
}
</style>