Shades of Granny Apple #BDEBC9
Tints of Granny Apple #BDEBC9
RGB
CMYK
RGB Variations
Color information
#BDEBC9 (or 0xBDEBC9) is known color: Granny Apple. HEX triplet: BD, EB and C9. RGB value is (189,235,201). Sum of RGB (Red+Green+Blue) = 189+235+201=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC9 is #421436. Grayscale: #D9D9D9. Windows color (decimal): -4330551 or 13233085. OLE color: 13233085.
HSL color Cylindrical-coordinate representation of color #BDEBC9: hue angle of 135.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBC9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 201 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 135.65º | 0.53% | 0.83% | - |
| HSV(B) | 135.65º | 0.2% | 0.92% | - |
| XYZ | 61.24 | 74.45 | 66.4 | - |
| YUV | 217.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 201 | 0.20 | 0 | 0.14 | 0.08 | 135.65 | 0.53 | 0.83 |
| Hex | BD | EB | C9 | 14 | 0 | E | 8 | 88 | 35 | 53 |
| Octal | 275 | 353 | 311 | 24 | 0 | 16 | 10 | 210 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11001001 | 10100 | 0 | 1110 | 1000 | 10001000 | 110101 | 1010011 |
Color Harmonies of #BDEBC9
Complementary color
Monochromatic Colors of #BDEBC9
Black with #BDEBC9
Text Example
Text Example
White with #BDEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBC9; }
p { color: rgb(189,235,201); }
H1.HeaderClassName
{
color: #BDEBC9;
}
.AnyTagClassName
{
color: #BDEBC9;
}
</style>
background-color css
<style>
a { background-color: #BDEBC9; }
a { background-color: rgb(189,235,201); }
div.DivClassName
{
background-color: #BDEBC9;
}
.BgClassName
{
background-color: #BDEBC9;
}
</style>
border-color css
<style>
span { border-color: #BDEBC9; }
span { border-color: rgb(189,235,201); }
td.TdClassName
{
border-color: #BDEBC9;
}
.TagClassName
{
border-color: #BDEBC9;
}
</style>