Shades of Granny Apple #BAFFC4
Tints of Granny Apple #BAFFC4
RGB
CMYK
RGB Variations
Color information
#BAFFC4 (or 0xBAFFC4) is known color: Granny Apple. HEX triplet: BA, FF and C4. RGB value is (186,255,196). Sum of RGB (Red+Green+Blue) = 186+255+196=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC4 is #45003B. Grayscale: #E3E3E3. Windows color (decimal): -4522044 or 12910522. OLE color: 12910522.
HSL color Cylindrical-coordinate representation of color #BAFFC4: hue angle of 128.7º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 196 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 128.7º | 1% | 0.86% | - |
| HSV(B) | 128.7º | 0.27% | 1% | - |
| XYZ | 65.97 | 85.94 | 65.34 | - |
| YUV | 227.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 196 | 0.27 | 0 | 0.23 | 0 | 128.7 | 1 | 0.86 |
| Hex | BA | FF | C4 | 1B | 0 | 17 | 0 | 81 | 64 | 56 |
| Octal | 272 | 377 | 304 | 33 | 0 | 27 | 0 | 201 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000100 | 11011 | 0 | 10111 | 0 | 10000001 | 1100100 | 1010110 |
Color Harmonies of #BAFFC4
Complementary color
Monochromatic Colors of #BAFFC4
Black with #BAFFC4
Text Example
Text Example
White with #BAFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC4; }
p { color: rgb(186,255,196); }
H1.HeaderClassName
{
color: #BAFFC4;
}
.AnyTagClassName
{
color: #BAFFC4;
}
</style>
background-color css
<style>
a { background-color: #BAFFC4; }
a { background-color: rgb(186,255,196); }
div.DivClassName
{
background-color: #BAFFC4;
}
.BgClassName
{
background-color: #BAFFC4;
}
</style>
border-color css
<style>
span { border-color: #BAFFC4; }
span { border-color: rgb(186,255,196); }
td.TdClassName
{
border-color: #BAFFC4;
}
.TagClassName
{
border-color: #BAFFC4;
}
</style>