Shades of Granny Apple #BDF8C7
Tints of Granny Apple #BDF8C7
RGB
CMYK
RGB Variations
Color information
#BDF8C7 (or 0xBDF8C7) is known color: Granny Apple. HEX triplet: BD, F8 and C7. RGB value is (189,248,199). Sum of RGB (Red+Green+Blue) = 189+248+199=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8C7 is #420738. Grayscale: #E0E0E0. Windows color (decimal): -4327225 or 13105341. OLE color: 13105341.
HSL color Cylindrical-coordinate representation of color #BDF8C7: hue angle of 130.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8C7 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 199 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.03 |
| HSL | 130.17º | 0.81% | 0.86% | - |
| HSV(B) | 130.17º | 0.24% | 0.97% | - |
| XYZ | 64.86 | 82.08 | 66.46 | - |
| YUV | 224.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 199 | 0.24 | 0 | 0.20 | 0.03 | 130.17 | 0.81 | 0.86 |
| Hex | BD | F8 | C7 | 18 | 0 | 14 | 3 | 82 | 51 | 56 |
| Octal | 275 | 370 | 307 | 30 | 0 | 24 | 3 | 202 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11000111 | 11000 | 0 | 10100 | 11 | 10000010 | 1010001 | 1010110 |
Color Harmonies of #BDF8C7
Complementary color
Monochromatic Colors of #BDF8C7
Black with #BDF8C7
Text Example
Text Example
White with #BDF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8C7; }
p { color: rgb(189,248,199); }
H1.HeaderClassName
{
color: #BDF8C7;
}
.AnyTagClassName
{
color: #BDF8C7;
}
</style>
background-color css
<style>
a { background-color: #BDF8C7; }
a { background-color: rgb(189,248,199); }
div.DivClassName
{
background-color: #BDF8C7;
}
.BgClassName
{
background-color: #BDF8C7;
}
</style>
border-color css
<style>
span { border-color: #BDF8C7; }
span { border-color: rgb(189,248,199); }
td.TdClassName
{
border-color: #BDF8C7;
}
.TagClassName
{
border-color: #BDF8C7;
}
</style>