Shades of Granny Apple #BDFAC6
Tints of Granny Apple #BDFAC6
RGB
CMYK
RGB Variations
Color information
#BDFAC6 (or 0xBDFAC6) is known color: Granny Apple. HEX triplet: BD, FA and C6. RGB value is (189,250,198). Sum of RGB (Red+Green+Blue) = 189+250+198=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAC6 is #420539. Grayscale: #E1E1E1. Windows color (decimal): -4326714 or 13040317. OLE color: 13040317.
HSL color Cylindrical-coordinate representation of color #BDFAC6: hue angle of 128.85º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAC6 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 198 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.02 |
| HSL | 128.85º | 0.86% | 0.86% | - |
| HSV(B) | 128.85º | 0.24% | 0.98% | - |
| XYZ | 65.36 | 83.27 | 66.05 | - |
| YUV | 225.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 198 | 0.24 | 0 | 0.21 | 0.02 | 128.85 | 0.86 | 0.86 |
| Hex | BD | FA | C6 | 18 | 0 | 15 | 2 | 81 | 56 | 56 |
| Octal | 275 | 372 | 306 | 30 | 0 | 25 | 2 | 201 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11000110 | 11000 | 0 | 10101 | 10 | 10000001 | 1010110 | 1010110 |
Color Harmonies of #BDFAC6
Complementary color
Monochromatic Colors of #BDFAC6
Black with #BDFAC6
Text Example
Text Example
White with #BDFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAC6; }
p { color: rgb(189,250,198); }
H1.HeaderClassName
{
color: #BDFAC6;
}
.AnyTagClassName
{
color: #BDFAC6;
}
</style>
background-color css
<style>
a { background-color: #BDFAC6; }
a { background-color: rgb(189,250,198); }
div.DivClassName
{
background-color: #BDFAC6;
}
.BgClassName
{
background-color: #BDFAC6;
}
</style>
border-color css
<style>
span { border-color: #BDFAC6; }
span { border-color: rgb(189,250,198); }
td.TdClassName
{
border-color: #BDFAC6;
}
.TagClassName
{
border-color: #BDFAC6;
}
</style>