Shades of Granny Apple #BAF3C7
Tints of Granny Apple #BAF3C7
RGB
CMYK
RGB Variations
Color information
#BAF3C7 (or 0xBAF3C7) is known color: Granny Apple. HEX triplet: BA, F3 and C7. RGB value is (186,243,199). Sum of RGB (Red+Green+Blue) = 186+243+199=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3C7 is #450C38. Grayscale: #DDDDDD. Windows color (decimal): -4525113 or 13104058. OLE color: 13104058.
HSL color Cylindrical-coordinate representation of color #BAF3C7: hue angle of 133.68º degrees, saturation: 0.7, 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 #BAF3C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 199 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 133.68º | 0.7% | 0.84% | - |
| HSV(B) | 133.68º | 0.23% | 0.95% | - |
| XYZ | 62.61 | 78.66 | 65.92 | - |
| YUV | 220.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 199 | 0.23 | 0 | 0.18 | 0.05 | 133.68 | 0.7 | 0.84 |
| Hex | BA | F3 | C7 | 17 | 0 | 12 | 5 | 86 | 46 | 54 |
| Octal | 272 | 363 | 307 | 27 | 0 | 22 | 5 | 206 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11000111 | 10111 | 0 | 10010 | 101 | 10000110 | 1000110 | 1010100 |
Color Harmonies of #BAF3C7
Complementary color
Monochromatic Colors of #BAF3C7
Black with #BAF3C7
Text Example
Text Example
White with #BAF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3C7; }
p { color: rgb(186,243,199); }
H1.HeaderClassName
{
color: #BAF3C7;
}
.AnyTagClassName
{
color: #BAF3C7;
}
</style>
background-color css
<style>
a { background-color: #BAF3C7; }
a { background-color: rgb(186,243,199); }
div.DivClassName
{
background-color: #BAF3C7;
}
.BgClassName
{
background-color: #BAF3C7;
}
</style>
border-color css
<style>
span { border-color: #BAF3C7; }
span { border-color: rgb(186,243,199); }
td.TdClassName
{
border-color: #BAF3C7;
}
.TagClassName
{
border-color: #BAF3C7;
}
</style>