Shades of Granny Apple #BAFDCF
Tints of Granny Apple #BAFDCF
RGB
CMYK
RGB Variations
Color information
#BAFDCF (or 0xBAFDCF) is known color: Granny Apple. HEX triplet: BA, FD and CF. RGB value is (186,253,207). Sum of RGB (Red+Green+Blue) = 186+253+207=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDCF is #450230. Grayscale: #E3E3E3. Windows color (decimal): -4522545 or 13630906. OLE color: 13630906.
HSL color Cylindrical-coordinate representation of color #BAFDCF: hue angle of 138.81º 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 #BAFDCF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 207 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.01 |
| HSL | 138.81º | 0.94% | 0.86% | - |
| HSV(B) | 138.81º | 0.26% | 0.99% | - |
| XYZ | 66.64 | 85.19 | 71.96 | - |
| YUV | 227.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 207 | 0.26 | 0 | 0.18 | 0.01 | 138.81 | 0.94 | 0.86 |
| Hex | BA | FD | CF | 1A | 0 | 12 | 1 | 8B | 5E | 56 |
| Octal | 272 | 375 | 317 | 32 | 0 | 22 | 1 | 213 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11001111 | 11010 | 0 | 10010 | 1 | 10001011 | 1011110 | 1010110 |
Color Harmonies of #BAFDCF
Complementary color
Monochromatic Colors of #BAFDCF
Black with #BAFDCF
Text Example
Text Example
White with #BAFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDCF; }
p { color: rgb(186,253,207); }
H1.HeaderClassName
{
color: #BAFDCF;
}
.AnyTagClassName
{
color: #BAFDCF;
}
</style>
background-color css
<style>
a { background-color: #BAFDCF; }
a { background-color: rgb(186,253,207); }
div.DivClassName
{
background-color: #BAFDCF;
}
.BgClassName
{
background-color: #BAFDCF;
}
</style>
border-color css
<style>
span { border-color: #BAFDCF; }
span { border-color: rgb(186,253,207); }
td.TdClassName
{
border-color: #BAFDCF;
}
.TagClassName
{
border-color: #BAFDCF;
}
</style>