Shades of Granny Apple #BAFACD
Tints of Granny Apple #BAFACD
RGB
CMYK
RGB Variations
Color information
#BAFACD (or 0xBAFACD) is known color: Granny Apple. HEX triplet: BA, FA and CD. RGB value is (186,250,205). Sum of RGB (Red+Green+Blue) = 186+250+205=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACD is #450532. Grayscale: #E1E1E1. Windows color (decimal): -4523315 or 13499066. OLE color: 13499066.
HSL color Cylindrical-coordinate representation of color #BAFACD: hue angle of 137.81º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFACD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 205 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.02 |
| HSL | 137.81º | 0.86% | 0.85% | - |
| HSV(B) | 137.81º | 0.26% | 0.98% | - |
| XYZ | 65.45 | 83.22 | 70.37 | - |
| YUV | 225.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 205 | 0.26 | 0 | 0.18 | 0.02 | 137.81 | 0.86 | 0.85 |
| Hex | BA | FA | CD | 1A | 0 | 12 | 2 | 8A | 56 | 55 |
| Octal | 272 | 372 | 315 | 32 | 0 | 22 | 2 | 212 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11001101 | 11010 | 0 | 10010 | 10 | 10001010 | 1010110 | 1010101 |
Color Harmonies of #BAFACD
Complementary color
Monochromatic Colors of #BAFACD
Black with #BAFACD
Text Example
Text Example
White with #BAFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFACD; }
p { color: rgb(186,250,205); }
H1.HeaderClassName
{
color: #BAFACD;
}
.AnyTagClassName
{
color: #BAFACD;
}
</style>
background-color css
<style>
a { background-color: #BAFACD; }
a { background-color: rgb(186,250,205); }
div.DivClassName
{
background-color: #BAFACD;
}
.BgClassName
{
background-color: #BAFACD;
}
</style>
border-color css
<style>
span { border-color: #BAFACD; }
span { border-color: rgb(186,250,205); }
td.TdClassName
{
border-color: #BAFACD;
}
.TagClassName
{
border-color: #BAFACD;
}
</style>