Shades of Granny Apple #BAF9C8
Tints of Granny Apple #BAF9C8
RGB
CMYK
RGB Variations
Color information
#BAF9C8 (or 0xBAF9C8) is known color: Granny Apple. HEX triplet: BA, F9 and C8. RGB value is (186,249,200). Sum of RGB (Red+Green+Blue) = 186+249+200=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9C8 is #450637. Grayscale: #E0E0E0. Windows color (decimal): -4523576 or 13171130. OLE color: 13171130.
HSL color Cylindrical-coordinate representation of color #BAF9C8: hue angle of 133.33º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9C8 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 200 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 133.33º | 0.84% | 0.85% | - |
| HSV(B) | 133.33º | 0.25% | 0.98% | - |
| XYZ | 64.55 | 82.36 | 67.14 | - |
| YUV | 224.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 200 | 0.25 | 0 | 0.20 | 0.02 | 133.33 | 0.84 | 0.85 |
| Hex | BA | F9 | C8 | 19 | 0 | 14 | 2 | 85 | 54 | 55 |
| Octal | 272 | 371 | 310 | 31 | 0 | 24 | 2 | 205 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11001000 | 11001 | 0 | 10100 | 10 | 10000101 | 1010100 | 1010101 |
Color Harmonies of #BAF9C8
Complementary color
Monochromatic Colors of #BAF9C8
Black with #BAF9C8
Text Example
Text Example
White with #BAF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9C8; }
p { color: rgb(186,249,200); }
H1.HeaderClassName
{
color: #BAF9C8;
}
.AnyTagClassName
{
color: #BAF9C8;
}
</style>
background-color css
<style>
a { background-color: #BAF9C8; }
a { background-color: rgb(186,249,200); }
div.DivClassName
{
background-color: #BAF9C8;
}
.BgClassName
{
background-color: #BAF9C8;
}
</style>
border-color css
<style>
span { border-color: #BAF9C8; }
span { border-color: rgb(186,249,200); }
td.TdClassName
{
border-color: #BAF9C8;
}
.TagClassName
{
border-color: #BAF9C8;
}
</style>