Shades of Granny Apple #BDF6C7
Tints of Granny Apple #BDF6C7
RGB
CMYK
RGB Variations
Color information
#BDF6C7 (or 0xBDF6C7) is known color: Granny Apple. HEX triplet: BD, F6 and C7. RGB value is (189,246,199). Sum of RGB (Red+Green+Blue) = 189+246+199=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6C7 is #420938. Grayscale: #DFDFDF. Windows color (decimal): -4327737 or 13104829. OLE color: 13104829.
HSL color Cylindrical-coordinate representation of color #BDF6C7: hue angle of 130.53º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6C7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 199 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.04 |
| HSL | 130.53º | 0.76% | 0.85% | - |
| HSV(B) | 130.53º | 0.23% | 0.96% | - |
| XYZ | 64.25 | 80.85 | 66.25 | - |
| YUV | 223.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 199 | 0.23 | 0 | 0.19 | 0.04 | 130.53 | 0.76 | 0.85 |
| Hex | BD | F6 | C7 | 17 | 0 | 13 | 4 | 83 | 4C | 55 |
| Octal | 275 | 366 | 307 | 27 | 0 | 23 | 4 | 203 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11000111 | 10111 | 0 | 10011 | 100 | 10000011 | 1001100 | 1010101 |
Color Harmonies of #BDF6C7
Complementary color
Monochromatic Colors of #BDF6C7
Black with #BDF6C7
Text Example
Text Example
White with #BDF6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6C7; }
p { color: rgb(189,246,199); }
H1.HeaderClassName
{
color: #BDF6C7;
}
.AnyTagClassName
{
color: #BDF6C7;
}
</style>
background-color css
<style>
a { background-color: #BDF6C7; }
a { background-color: rgb(189,246,199); }
div.DivClassName
{
background-color: #BDF6C7;
}
.BgClassName
{
background-color: #BDF6C7;
}
</style>
border-color css
<style>
span { border-color: #BDF6C7; }
span { border-color: rgb(189,246,199); }
td.TdClassName
{
border-color: #BDF6C7;
}
.TagClassName
{
border-color: #BDF6C7;
}
</style>