Shades of Granny Apple #BAF2C8
Tints of Granny Apple #BAF2C8
RGB
CMYK
RGB Variations
Color information
#BAF2C8 (or 0xBAF2C8) is known color: Granny Apple. HEX triplet: BA, F2 and C8. RGB value is (186,242,200). Sum of RGB (Red+Green+Blue) = 186+242+200=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2C8 is #450D37. Grayscale: #DCDCDC. Windows color (decimal): -4525368 or 13169338. OLE color: 13169338.
HSL color Cylindrical-coordinate representation of color #BAF2C8: hue angle of 135º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2C8 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 200 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.05 |
| HSL | 135º | 0.68% | 0.84% | - |
| HSV(B) | 135º | 0.23% | 0.95% | - |
| XYZ | 62.43 | 78.11 | 66.43 | - |
| YUV | 220.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 200 | 0.23 | 0 | 0.17 | 0.05 | 135 | 0.68 | 0.84 |
| Hex | BA | F2 | C8 | 17 | 0 | 11 | 5 | 87 | 44 | 54 |
| Octal | 272 | 362 | 310 | 27 | 0 | 21 | 5 | 207 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11001000 | 10111 | 0 | 10001 | 101 | 10000111 | 1000100 | 1010100 |
Color Harmonies of #BAF2C8
Complementary color
Monochromatic Colors of #BAF2C8
Black with #BAF2C8
Text Example
Text Example
White with #BAF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2C8; }
p { color: rgb(186,242,200); }
H1.HeaderClassName
{
color: #BAF2C8;
}
.AnyTagClassName
{
color: #BAF2C8;
}
</style>
background-color css
<style>
a { background-color: #BAF2C8; }
a { background-color: rgb(186,242,200); }
div.DivClassName
{
background-color: #BAF2C8;
}
.BgClassName
{
background-color: #BAF2C8;
}
</style>
border-color css
<style>
span { border-color: #BAF2C8; }
span { border-color: rgb(186,242,200); }
td.TdClassName
{
border-color: #BAF2C8;
}
.TagClassName
{
border-color: #BAF2C8;
}
</style>