Shades of Granny Apple #BDE1C7
Tints of Granny Apple #BDE1C7
RGB
CMYK
RGB Variations
Color information
#BDE1C7 (or 0xBDE1C7) is known color: Granny Apple. HEX triplet: BD, E1 and C7. RGB value is (189,225,199). Sum of RGB (Red+Green+Blue) = 189+225+199=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C7 is #421E38. Grayscale: #D3D3D3. Windows color (decimal): -4333113 or 13099453. OLE color: 13099453.
HSL color Cylindrical-coordinate representation of color #BDE1C7: hue angle of 136.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1C7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 199 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.12 |
| HSL | 136.67º | 0.38% | 0.81% | - |
| HSV(B) | 136.67º | 0.16% | 0.88% | - |
| XYZ | 58.22 | 68.79 | 64.24 | - |
| YUV | 211.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 199 | 0.16 | 0 | 0.12 | 0.12 | 136.67 | 0.38 | 0.81 |
| Hex | BD | E1 | C7 | 10 | 0 | C | C | 89 | 26 | 51 |
| Octal | 275 | 341 | 307 | 20 | 0 | 14 | 14 | 211 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11000111 | 10000 | 0 | 1100 | 1100 | 10001001 | 100110 | 1010001 |
Color Harmonies of #BDE1C7
Complementary color
Monochromatic Colors of #BDE1C7
Black with #BDE1C7
Text Example
Text Example
White with #BDE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1C7; }
p { color: rgb(189,225,199); }
H1.HeaderClassName
{
color: #BDE1C7;
}
.AnyTagClassName
{
color: #BDE1C7;
}
</style>
background-color css
<style>
a { background-color: #BDE1C7; }
a { background-color: rgb(189,225,199); }
div.DivClassName
{
background-color: #BDE1C7;
}
.BgClassName
{
background-color: #BDE1C7;
}
</style>
border-color css
<style>
span { border-color: #BDE1C7; }
span { border-color: rgb(189,225,199); }
td.TdClassName
{
border-color: #BDE1C7;
}
.TagClassName
{
border-color: #BDE1C7;
}
</style>