Shades of Granny Apple #BDE7C6
Tints of Granny Apple #BDE7C6
RGB
CMYK
RGB Variations
Color information
#BDE7C6 (or 0xBDE7C6) is known color: Granny Apple. HEX triplet: BD, E7 and C6. RGB value is (189,231,198). Sum of RGB (Red+Green+Blue) = 189+231+198=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C6 is #421839. Grayscale: #D6D6D6. Windows color (decimal): -4331578 or 13035453. OLE color: 13035453.
HSL color Cylindrical-coordinate representation of color #BDE7C6: hue angle of 132.86º 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 #BDE7C6 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 198 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.09 |
| HSL | 132.86º | 0.47% | 0.82% | - |
| HSV(B) | 132.86º | 0.18% | 0.91% | - |
| XYZ | 59.76 | 72.05 | 64.18 | - |
| YUV | 214.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 198 | 0.18 | 0 | 0.14 | 0.09 | 132.86 | 0.47 | 0.82 |
| Hex | BD | E7 | C6 | 12 | 0 | E | 9 | 85 | 2F | 52 |
| Octal | 275 | 347 | 306 | 22 | 0 | 16 | 11 | 205 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11000110 | 10010 | 0 | 1110 | 1001 | 10000101 | 101111 | 1010010 |
Color Harmonies of #BDE7C6
Complementary color
Monochromatic Colors of #BDE7C6
Black with #BDE7C6
Text Example
Text Example
White with #BDE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7C6; }
p { color: rgb(189,231,198); }
H1.HeaderClassName
{
color: #BDE7C6;
}
.AnyTagClassName
{
color: #BDE7C6;
}
</style>
background-color css
<style>
a { background-color: #BDE7C6; }
a { background-color: rgb(189,231,198); }
div.DivClassName
{
background-color: #BDE7C6;
}
.BgClassName
{
background-color: #BDE7C6;
}
</style>
border-color css
<style>
span { border-color: #BDE7C6; }
span { border-color: rgb(189,231,198); }
td.TdClassName
{
border-color: #BDE7C6;
}
.TagClassName
{
border-color: #BDE7C6;
}
</style>