Shades of Granny Apple #BDF1C7
Tints of Granny Apple #BDF1C7
RGB
CMYK
RGB Variations
Color information
#BDF1C7 (or 0xBDF1C7) is known color: Granny Apple. HEX triplet: BD, F1 and C7. RGB value is (189,241,199). Sum of RGB (Red+Green+Blue) = 189+241+199=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C7 is #420E38. Grayscale: #DCDCDC. Windows color (decimal): -4329017 or 13103549. OLE color: 13103549.
HSL color Cylindrical-coordinate representation of color #BDF1C7: hue angle of 131.54º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1C7 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 199 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.05 |
| HSL | 131.54º | 0.65% | 0.84% | - |
| HSV(B) | 131.54º | 0.22% | 0.95% | - |
| XYZ | 62.75 | 77.85 | 65.75 | - |
| YUV | 220.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 199 | 0.22 | 0 | 0.17 | 0.05 | 131.54 | 0.65 | 0.84 |
| Hex | BD | F1 | C7 | 16 | 0 | 11 | 5 | 84 | 41 | 54 |
| Octal | 275 | 361 | 307 | 26 | 0 | 21 | 5 | 204 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11000111 | 10110 | 0 | 10001 | 101 | 10000100 | 1000001 | 1010100 |
Color Harmonies of #BDF1C7
Complementary color
Monochromatic Colors of #BDF1C7
Black with #BDF1C7
Text Example
Text Example
White with #BDF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1C7; }
p { color: rgb(189,241,199); }
H1.HeaderClassName
{
color: #BDF1C7;
}
.AnyTagClassName
{
color: #BDF1C7;
}
</style>
background-color css
<style>
a { background-color: #BDF1C7; }
a { background-color: rgb(189,241,199); }
div.DivClassName
{
background-color: #BDF1C7;
}
.BgClassName
{
background-color: #BDF1C7;
}
</style>
border-color css
<style>
span { border-color: #BDF1C7; }
span { border-color: rgb(189,241,199); }
td.TdClassName
{
border-color: #BDF1C7;
}
.TagClassName
{
border-color: #BDF1C7;
}
</style>