Shades of Granny Apple #BDF7C9
Tints of Granny Apple #BDF7C9
RGB
CMYK
RGB Variations
Color information
#BDF7C9 (or 0xBDF7C9) is known color: Granny Apple. HEX triplet: BD, F7 and C9. RGB value is (189,247,201). Sum of RGB (Red+Green+Blue) = 189+247+201=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C9 is #420836. Grayscale: #E0E0E0. Windows color (decimal): -4327479 or 13236157. OLE color: 13236157.
HSL color Cylindrical-coordinate representation of color #BDF7C9: hue angle of 132.41º 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 #BDF7C9 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 201 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 132.41º | 0.78% | 0.85% | - |
| HSV(B) | 132.41º | 0.23% | 0.97% | - |
| XYZ | 64.79 | 81.56 | 67.59 | - |
| YUV | 224.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 201 | 0.23 | 0 | 0.19 | 0.03 | 132.41 | 0.78 | 0.85 |
| Hex | BD | F7 | C9 | 17 | 0 | 13 | 3 | 84 | 4E | 55 |
| Octal | 275 | 367 | 311 | 27 | 0 | 23 | 3 | 204 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11001001 | 10111 | 0 | 10011 | 11 | 10000100 | 1001110 | 1010101 |
Color Harmonies of #BDF7C9
Complementary color
Monochromatic Colors of #BDF7C9
Black with #BDF7C9
Text Example
Text Example
White with #BDF7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7C9; }
p { color: rgb(189,247,201); }
H1.HeaderClassName
{
color: #BDF7C9;
}
.AnyTagClassName
{
color: #BDF7C9;
}
</style>
background-color css
<style>
a { background-color: #BDF7C9; }
a { background-color: rgb(189,247,201); }
div.DivClassName
{
background-color: #BDF7C9;
}
.BgClassName
{
background-color: #BDF7C9;
}
</style>
border-color css
<style>
span { border-color: #BDF7C9; }
span { border-color: rgb(189,247,201); }
td.TdClassName
{
border-color: #BDF7C9;
}
.TagClassName
{
border-color: #BDF7C9;
}
</style>