Shades of Granny Apple #BDE2C9
Tints of Granny Apple #BDE2C9
RGB
CMYK
RGB Variations
Color information
#BDE2C9 (or 0xBDE2C9) is known color: Granny Apple. HEX triplet: BD, E2 and C9. RGB value is (189,226,201). Sum of RGB (Red+Green+Blue) = 189+226+201=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2C9 is #421D36. Grayscale: #D4D4D4. Windows color (decimal): -4332855 or 13230781. OLE color: 13230781.
HSL color Cylindrical-coordinate representation of color #BDE2C9: hue angle of 139.46º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2C9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 201 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.11 |
| HSL | 139.46º | 0.39% | 0.81% | - |
| HSV(B) | 139.46º | 0.16% | 0.89% | - |
| XYZ | 58.73 | 69.43 | 65.56 | - |
| YUV | 212.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 201 | 0.16 | 0 | 0.11 | 0.11 | 139.46 | 0.39 | 0.81 |
| Hex | BD | E2 | C9 | 10 | 0 | B | B | 8B | 27 | 51 |
| Octal | 275 | 342 | 311 | 20 | 0 | 13 | 13 | 213 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11001001 | 10000 | 0 | 1011 | 1011 | 10001011 | 100111 | 1010001 |
Color Harmonies of #BDE2C9
Complementary color
Monochromatic Colors of #BDE2C9
Black with #BDE2C9
Text Example
Text Example
White with #BDE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2C9; }
p { color: rgb(189,226,201); }
H1.HeaderClassName
{
color: #BDE2C9;
}
.AnyTagClassName
{
color: #BDE2C9;
}
</style>
background-color css
<style>
a { background-color: #BDE2C9; }
a { background-color: rgb(189,226,201); }
div.DivClassName
{
background-color: #BDE2C9;
}
.BgClassName
{
background-color: #BDE2C9;
}
</style>
border-color css
<style>
span { border-color: #BDE2C9; }
span { border-color: rgb(189,226,201); }
td.TdClassName
{
border-color: #BDE2C9;
}
.TagClassName
{
border-color: #BDE2C9;
}
</style>