Shades of Granny Apple #BDE9C7
Tints of Granny Apple #BDE9C7
RGB
CMYK
RGB Variations
Color information
#BDE9C7 (or 0xBDE9C7) is known color: Granny Apple. HEX triplet: BD, E9 and C7. RGB value is (189,233,199). Sum of RGB (Red+Green+Blue) = 189+233+199=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C7 is #421638. Grayscale: #D8D8D8. Windows color (decimal): -4331065 or 13101501. OLE color: 13101501.
HSL color Cylindrical-coordinate representation of color #BDE9C7: hue angle of 133.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 199 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 133.64º | 0.5% | 0.83% | - |
| HSV(B) | 133.64º | 0.19% | 0.91% | - |
| XYZ | 60.43 | 73.22 | 64.98 | - |
| YUV | 215.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 199 | 0.19 | 0 | 0.15 | 0.09 | 133.64 | 0.5 | 0.83 |
| Hex | BD | E9 | C7 | 13 | 0 | F | 9 | 86 | 32 | 53 |
| Octal | 275 | 351 | 307 | 23 | 0 | 17 | 11 | 206 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11000111 | 10011 | 0 | 1111 | 1001 | 10000110 | 110010 | 1010011 |
Color Harmonies of #BDE9C7
Complementary color
Monochromatic Colors of #BDE9C7
Black with #BDE9C7
Text Example
Text Example
White with #BDE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9C7; }
p { color: rgb(189,233,199); }
H1.HeaderClassName
{
color: #BDE9C7;
}
.AnyTagClassName
{
color: #BDE9C7;
}
</style>
background-color css
<style>
a { background-color: #BDE9C7; }
a { background-color: rgb(189,233,199); }
div.DivClassName
{
background-color: #BDE9C7;
}
.BgClassName
{
background-color: #BDE9C7;
}
</style>
border-color css
<style>
span { border-color: #BDE9C7; }
span { border-color: rgb(189,233,199); }
td.TdClassName
{
border-color: #BDE9C7;
}
.TagClassName
{
border-color: #BDE9C7;
}
</style>