Shades of Granny Apple #BDE7C7
Tints of Granny Apple #BDE7C7
RGB
CMYK
RGB Variations
Color information
#BDE7C7 (or 0xBDE7C7) is known color: Granny Apple. HEX triplet: BD, E7 and C7. RGB value is (189,231,199). Sum of RGB (Red+Green+Blue) = 189+231+199=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C7 is #421838. Grayscale: #D6D6D6. Windows color (decimal): -4331577 or 13100989. OLE color: 13100989.
HSL color Cylindrical-coordinate representation of color #BDE7C7: hue angle of 134.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7C7 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 199 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.09 |
| HSL | 134.29º | 0.47% | 0.82% | - |
| HSV(B) | 134.29º | 0.18% | 0.91% | - |
| XYZ | 59.87 | 72.09 | 64.79 | - |
| YUV | 214.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 199 | 0.18 | 0 | 0.14 | 0.09 | 134.29 | 0.47 | 0.82 |
| Hex | BD | E7 | C7 | 12 | 0 | E | 9 | 86 | 2F | 52 |
| Octal | 275 | 347 | 307 | 22 | 0 | 16 | 11 | 206 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11000111 | 10010 | 0 | 1110 | 1001 | 10000110 | 101111 | 1010010 |
Color Harmonies of #BDE7C7
Complementary color
Monochromatic Colors of #BDE7C7
Black with #BDE7C7
Text Example
Text Example
White with #BDE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7C7; }
p { color: rgb(189,231,199); }
H1.HeaderClassName
{
color: #BDE7C7;
}
.AnyTagClassName
{
color: #BDE7C7;
}
</style>
background-color css
<style>
a { background-color: #BDE7C7; }
a { background-color: rgb(189,231,199); }
div.DivClassName
{
background-color: #BDE7C7;
}
.BgClassName
{
background-color: #BDE7C7;
}
</style>
border-color css
<style>
span { border-color: #BDE7C7; }
span { border-color: rgb(189,231,199); }
td.TdClassName
{
border-color: #BDE7C7;
}
.TagClassName
{
border-color: #BDE7C7;
}
</style>