Shades of Granny Apple #BAF1C4
Tints of Granny Apple #BAF1C4
RGB
CMYK
RGB Variations
Color information
#BAF1C4 (or 0xBAF1C4) is known color: Granny Apple. HEX triplet: BA, F1 and C4. RGB value is (186,241,196). Sum of RGB (Red+Green+Blue) = 186+241+196=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1C4 is #450E3B. Grayscale: #DBDBDB. Windows color (decimal): -4525628 or 12906938. OLE color: 12906938.
HSL color Cylindrical-coordinate representation of color #BAF1C4: hue angle of 130.91º degrees, saturation: 0.66, 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 #BAF1C4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 196 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 130.91º | 0.66% | 0.84% | - |
| HSV(B) | 130.91º | 0.23% | 0.95% | - |
| XYZ | 61.67 | 77.34 | 63.9 | - |
| YUV | 219.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 196 | 0.23 | 0 | 0.19 | 0.05 | 130.91 | 0.66 | 0.84 |
| Hex | BA | F1 | C4 | 17 | 0 | 13 | 5 | 83 | 42 | 54 |
| Octal | 272 | 361 | 304 | 27 | 0 | 23 | 5 | 203 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11000100 | 10111 | 0 | 10011 | 101 | 10000011 | 1000010 | 1010100 |
Color Harmonies of #BAF1C4
Complementary color
Monochromatic Colors of #BAF1C4
Black with #BAF1C4
Text Example
Text Example
White with #BAF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1C4; }
p { color: rgb(186,241,196); }
H1.HeaderClassName
{
color: #BAF1C4;
}
.AnyTagClassName
{
color: #BAF1C4;
}
</style>
background-color css
<style>
a { background-color: #BAF1C4; }
a { background-color: rgb(186,241,196); }
div.DivClassName
{
background-color: #BAF1C4;
}
.BgClassName
{
background-color: #BAF1C4;
}
</style>
border-color css
<style>
span { border-color: #BAF1C4; }
span { border-color: rgb(186,241,196); }
td.TdClassName
{
border-color: #BAF1C4;
}
.TagClassName
{
border-color: #BAF1C4;
}
</style>