Shades of Granny Apple #BDE6C7
Tints of Granny Apple #BDE6C7
RGB
CMYK
RGB Variations
Color information
#BDE6C7 (or 0xBDE6C7) is known color: Granny Apple. HEX triplet: BD, E6 and C7. RGB value is (189,230,199). Sum of RGB (Red+Green+Blue) = 189+230+199=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C7 is #421938. Grayscale: #D6D6D6. Windows color (decimal): -4331833 or 13100733. OLE color: 13100733.
HSL color Cylindrical-coordinate representation of color #BDE6C7: hue angle of 134.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C7 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 199 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.10 |
| HSL | 134.63º | 0.45% | 0.82% | - |
| HSV(B) | 134.63º | 0.18% | 0.9% | - |
| XYZ | 59.59 | 71.54 | 64.7 | - |
| YUV | 214.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 199 | 0.18 | 0 | 0.13 | 0.10 | 134.63 | 0.45 | 0.82 |
| Hex | BD | E6 | C7 | 12 | 0 | D | A | 87 | 2D | 52 |
| Octal | 275 | 346 | 307 | 22 | 0 | 15 | 12 | 207 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11000111 | 10010 | 0 | 1101 | 1010 | 10000111 | 101101 | 1010010 |
Color Harmonies of #BDE6C7
Complementary color
Monochromatic Colors of #BDE6C7
Black with #BDE6C7
Text Example
Text Example
White with #BDE6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6C7; }
p { color: rgb(189,230,199); }
H1.HeaderClassName
{
color: #BDE6C7;
}
.AnyTagClassName
{
color: #BDE6C7;
}
</style>
background-color css
<style>
a { background-color: #BDE6C7; }
a { background-color: rgb(189,230,199); }
div.DivClassName
{
background-color: #BDE6C7;
}
.BgClassName
{
background-color: #BDE6C7;
}
</style>
border-color css
<style>
span { border-color: #BDE6C7; }
span { border-color: rgb(189,230,199); }
td.TdClassName
{
border-color: #BDE6C7;
}
.TagClassName
{
border-color: #BDE6C7;
}
</style>