Shades of Granny Apple #BAFDD1
Tints of Granny Apple #BAFDD1
RGB
CMYK
RGB Variations
Color information
#BAFDD1 (or 0xBAFDD1) is known color: Granny Apple. HEX triplet: BA, FD and D1. RGB value is (186,253,209). Sum of RGB (Red+Green+Blue) = 186+253+209=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD1 is #45022E. Grayscale: #E4E4E4. Windows color (decimal): -4522543 or 13761978. OLE color: 13761978.
HSL color Cylindrical-coordinate representation of color #BAFDD1: hue angle of 140.6º 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 #BAFDD1 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 209 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 140.6º | 0.94% | 0.86% | - |
| HSV(B) | 140.6º | 0.26% | 0.99% | - |
| XYZ | 66.88 | 85.29 | 73.26 | - |
| YUV | 227.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 209 | 0.26 | 0 | 0.17 | 0.01 | 140.6 | 0.94 | 0.86 |
| Hex | BA | FD | D1 | 1A | 0 | 11 | 1 | 8D | 5E | 56 |
| Octal | 272 | 375 | 321 | 32 | 0 | 21 | 1 | 215 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010001 | 11010 | 0 | 10001 | 1 | 10001101 | 1011110 | 1010110 |
Color Harmonies of #BAFDD1
Complementary color
Monochromatic Colors of #BAFDD1
Black with #BAFDD1
Text Example
Text Example
White with #BAFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD1; }
p { color: rgb(186,253,209); }
H1.HeaderClassName
{
color: #BAFDD1;
}
.AnyTagClassName
{
color: #BAFDD1;
}
</style>
background-color css
<style>
a { background-color: #BAFDD1; }
a { background-color: rgb(186,253,209); }
div.DivClassName
{
background-color: #BAFDD1;
}
.BgClassName
{
background-color: #BAFDD1;
}
</style>
border-color css
<style>
span { border-color: #BAFDD1; }
span { border-color: rgb(186,253,209); }
td.TdClassName
{
border-color: #BAFDD1;
}
.TagClassName
{
border-color: #BAFDD1;
}
</style>