Shades of Granny Apple #BAFDCD
Tints of Granny Apple #BAFDCD
RGB
CMYK
RGB Variations
Color information
#BAFDCD (or 0xBAFDCD) is known color: Granny Apple. HEX triplet: BA, FD and CD. RGB value is (186,253,205). Sum of RGB (Red+Green+Blue) = 186+253+205=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDCD is #450232. Grayscale: #E3E3E3. Windows color (decimal): -4522547 or 13499834. OLE color: 13499834.
HSL color Cylindrical-coordinate representation of color #BAFDCD: hue angle of 137.01º degrees, saturation: 0.94, 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 #BAFDCD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 205 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 137.01º | 0.94% | 0.86% | - |
| HSV(B) | 137.01º | 0.26% | 0.99% | - |
| XYZ | 66.39 | 85.1 | 70.68 | - |
| YUV | 227.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 205 | 0.26 | 0 | 0.19 | 0.01 | 137.01 | 0.94 | 0.86 |
| Hex | BA | FD | CD | 1A | 0 | 13 | 1 | 89 | 5E | 56 |
| Octal | 272 | 375 | 315 | 32 | 0 | 23 | 1 | 211 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11001101 | 11010 | 0 | 10011 | 1 | 10001001 | 1011110 | 1010110 |
Color Harmonies of #BAFDCD
Complementary color
Monochromatic Colors of #BAFDCD
Black with #BAFDCD
Text Example
Text Example
White with #BAFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDCD; }
p { color: rgb(186,253,205); }
H1.HeaderClassName
{
color: #BAFDCD;
}
.AnyTagClassName
{
color: #BAFDCD;
}
</style>
background-color css
<style>
a { background-color: #BAFDCD; }
a { background-color: rgb(186,253,205); }
div.DivClassName
{
background-color: #BAFDCD;
}
.BgClassName
{
background-color: #BAFDCD;
}
</style>
border-color css
<style>
span { border-color: #BAFDCD; }
span { border-color: rgb(186,253,205); }
td.TdClassName
{
border-color: #BAFDCD;
}
.TagClassName
{
border-color: #BAFDCD;
}
</style>