Shades of Granny Apple #BDEDC9
Tints of Granny Apple #BDEDC9
RGB
CMYK
RGB Variations
Color information
#BDEDC9 (or 0xBDEDC9) is known color: Granny Apple. HEX triplet: BD, ED and C9. RGB value is (189,237,201). Sum of RGB (Red+Green+Blue) = 189+237+201=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC9 is #421236. Grayscale: #DADADA. Windows color (decimal): -4330039 or 13233597. OLE color: 13233597.
HSL color Cylindrical-coordinate representation of color #BDEDC9: hue angle of 135º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDC9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 201 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.07 |
| HSL | 135º | 0.57% | 0.84% | - |
| HSV(B) | 135º | 0.2% | 0.93% | - |
| XYZ | 61.81 | 75.6 | 66.59 | - |
| YUV | 218.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 201 | 0.20 | 0 | 0.15 | 0.07 | 135 | 0.57 | 0.84 |
| Hex | BD | ED | C9 | 14 | 0 | F | 7 | 87 | 39 | 54 |
| Octal | 275 | 355 | 311 | 24 | 0 | 17 | 7 | 207 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11001001 | 10100 | 0 | 1111 | 111 | 10000111 | 111001 | 1010100 |
Color Harmonies of #BDEDC9
Complementary color
Monochromatic Colors of #BDEDC9
Black with #BDEDC9
Text Example
Text Example
White with #BDEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC9; }
p { color: rgb(189,237,201); }
H1.HeaderClassName
{
color: #BDEDC9;
}
.AnyTagClassName
{
color: #BDEDC9;
}
</style>
background-color css
<style>
a { background-color: #BDEDC9; }
a { background-color: rgb(189,237,201); }
div.DivClassName
{
background-color: #BDEDC9;
}
.BgClassName
{
background-color: #BDEDC9;
}
</style>
border-color css
<style>
span { border-color: #BDEDC9; }
span { border-color: rgb(189,237,201); }
td.TdClassName
{
border-color: #BDEDC9;
}
.TagClassName
{
border-color: #BDEDC9;
}
</style>