Shades of Granny Apple #BDF7C7
Tints of Granny Apple #BDF7C7
RGB
CMYK
RGB Variations
Color information
#BDF7C7 (or 0xBDF7C7) is known color: Granny Apple. HEX triplet: BD, F7 and C7. RGB value is (189,247,199). Sum of RGB (Red+Green+Blue) = 189+247+199=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C7 is #420838. Grayscale: #E0E0E0. Windows color (decimal): -4327481 or 13105085. OLE color: 13105085.
HSL color Cylindrical-coordinate representation of color #BDF7C7: hue angle of 130.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7C7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 199 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 130.34º | 0.78% | 0.85% | - |
| HSV(B) | 130.34º | 0.23% | 0.97% | - |
| XYZ | 64.56 | 81.46 | 66.35 | - |
| YUV | 224.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 199 | 0.23 | 0 | 0.19 | 0.03 | 130.34 | 0.78 | 0.85 |
| Hex | BD | F7 | C7 | 17 | 0 | 13 | 3 | 82 | 4E | 55 |
| Octal | 275 | 367 | 307 | 27 | 0 | 23 | 3 | 202 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11000111 | 10111 | 0 | 10011 | 11 | 10000010 | 1001110 | 1010101 |
Color Harmonies of #BDF7C7
Complementary color
Monochromatic Colors of #BDF7C7
Black with #BDF7C7
Text Example
Text Example
White with #BDF7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7C7; }
p { color: rgb(189,247,199); }
H1.HeaderClassName
{
color: #BDF7C7;
}
.AnyTagClassName
{
color: #BDF7C7;
}
</style>
background-color css
<style>
a { background-color: #BDF7C7; }
a { background-color: rgb(189,247,199); }
div.DivClassName
{
background-color: #BDF7C7;
}
.BgClassName
{
background-color: #BDF7C7;
}
</style>
border-color css
<style>
span { border-color: #BDF7C7; }
span { border-color: rgb(189,247,199); }
td.TdClassName
{
border-color: #BDF7C7;
}
.TagClassName
{
border-color: #BDF7C7;
}
</style>