Shades of Granny Apple #BAFDD0
Tints of Granny Apple #BAFDD0
RGB
CMYK
RGB Variations
Color information
#BAFDD0 (or 0xBAFDD0) is known color: Granny Apple. HEX triplet: BA, FD and D0. RGB value is (186,253,208). Sum of RGB (Red+Green+Blue) = 186+253+208=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD0 is #45022F. Grayscale: #E3E3E3. Windows color (decimal): -4522544 or 13696442. OLE color: 13696442.
HSL color Cylindrical-coordinate representation of color #BAFDD0: hue angle of 139.7º 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 #BAFDD0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 208 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.01 |
| HSL | 139.7º | 0.94% | 0.86% | - |
| HSV(B) | 139.7º | 0.26% | 0.99% | - |
| XYZ | 66.76 | 85.24 | 72.61 | - |
| YUV | 227.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 208 | 0.26 | 0 | 0.18 | 0.01 | 139.7 | 0.94 | 0.86 |
| Hex | BA | FD | D0 | 1A | 0 | 12 | 1 | 8C | 5E | 56 |
| Octal | 272 | 375 | 320 | 32 | 0 | 22 | 1 | 214 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010000 | 11010 | 0 | 10010 | 1 | 10001100 | 1011110 | 1010110 |
Color Harmonies of #BAFDD0
Complementary color
Monochromatic Colors of #BAFDD0
Black with #BAFDD0
Text Example
Text Example
White with #BAFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD0; }
p { color: rgb(186,253,208); }
H1.HeaderClassName
{
color: #BAFDD0;
}
.AnyTagClassName
{
color: #BAFDD0;
}
</style>
background-color css
<style>
a { background-color: #BAFDD0; }
a { background-color: rgb(186,253,208); }
div.DivClassName
{
background-color: #BAFDD0;
}
.BgClassName
{
background-color: #BAFDD0;
}
</style>
border-color css
<style>
span { border-color: #BAFDD0; }
span { border-color: rgb(186,253,208); }
td.TdClassName
{
border-color: #BAFDD0;
}
.TagClassName
{
border-color: #BAFDD0;
}
</style>