Shades of Granny Apple #BAFCC5
Tints of Granny Apple #BAFCC5
RGB
CMYK
RGB Variations
Color information
#BAFCC5 (or 0xBAFCC5) is known color: Granny Apple. HEX triplet: BA, FC and C5. RGB value is (186,252,197). Sum of RGB (Red+Green+Blue) = 186+252+197=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC5 is #45033A. Grayscale: #E2E2E2. Windows color (decimal): -4522811 or 12975290. OLE color: 12975290.
HSL color Cylindrical-coordinate representation of color #BAFCC5: hue angle of 130º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCC5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 197 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.01 |
| HSL | 130º | 0.92% | 0.86% | - |
| HSV(B) | 130º | 0.26% | 0.99% | - |
| XYZ | 65.14 | 84.09 | 65.62 | - |
| YUV | 226 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 197 | 0.26 | 0 | 0.22 | 0.01 | 130 | 0.92 | 0.86 |
| Hex | BA | FC | C5 | 1A | 0 | 16 | 1 | 82 | 5C | 56 |
| Octal | 272 | 374 | 305 | 32 | 0 | 26 | 1 | 202 | 134 | 126 |
| Binary | 10111010 | 11111100 | 11000101 | 11010 | 0 | 10110 | 1 | 10000010 | 1011100 | 1010110 |
Color Harmonies of #BAFCC5
Complementary color
Monochromatic Colors of #BAFCC5
Black with #BAFCC5
Text Example
Text Example
White with #BAFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCC5; }
p { color: rgb(186,252,197); }
H1.HeaderClassName
{
color: #BAFCC5;
}
.AnyTagClassName
{
color: #BAFCC5;
}
</style>
background-color css
<style>
a { background-color: #BAFCC5; }
a { background-color: rgb(186,252,197); }
div.DivClassName
{
background-color: #BAFCC5;
}
.BgClassName
{
background-color: #BAFCC5;
}
</style>
border-color css
<style>
span { border-color: #BAFCC5; }
span { border-color: rgb(186,252,197); }
td.TdClassName
{
border-color: #BAFCC5;
}
.TagClassName
{
border-color: #BAFCC5;
}
</style>