Shades of Granny Apple #BAFBCD
Tints of Granny Apple #BAFBCD
RGB
CMYK
RGB Variations
Color information
#BAFBCD (or 0xBAFBCD) is known color: Granny Apple. HEX triplet: BA, FB and CD. RGB value is (186,251,205). Sum of RGB (Red+Green+Blue) = 186+251+205=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBCD is #450432. Grayscale: #E2E2E2. Windows color (decimal): -4523059 or 13499322. OLE color: 13499322.
HSL color Cylindrical-coordinate representation of color #BAFBCD: hue angle of 137.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBCD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 205 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.02 |
| HSL | 137.54º | 0.89% | 0.86% | - |
| HSV(B) | 137.54º | 0.26% | 0.98% | - |
| XYZ | 65.77 | 83.84 | 70.47 | - |
| YUV | 226.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 205 | 0.26 | 0 | 0.18 | 0.02 | 137.54 | 0.89 | 0.86 |
| Hex | BA | FB | CD | 1A | 0 | 12 | 2 | 8A | 59 | 56 |
| Octal | 272 | 373 | 315 | 32 | 0 | 22 | 2 | 212 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11001101 | 11010 | 0 | 10010 | 10 | 10001010 | 1011001 | 1010110 |
Color Harmonies of #BAFBCD
Complementary color
Monochromatic Colors of #BAFBCD
Black with #BAFBCD
Text Example
Text Example
White with #BAFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBCD; }
p { color: rgb(186,251,205); }
H1.HeaderClassName
{
color: #BAFBCD;
}
.AnyTagClassName
{
color: #BAFBCD;
}
</style>
background-color css
<style>
a { background-color: #BAFBCD; }
a { background-color: rgb(186,251,205); }
div.DivClassName
{
background-color: #BAFBCD;
}
.BgClassName
{
background-color: #BAFBCD;
}
</style>
border-color css
<style>
span { border-color: #BAFBCD; }
span { border-color: rgb(186,251,205); }
td.TdClassName
{
border-color: #BAFBCD;
}
.TagClassName
{
border-color: #BAFBCD;
}
</style>