Shades of Granny Apple #BDEAC9
Tints of Granny Apple #BDEAC9
RGB
CMYK
RGB Variations
Color information
#BDEAC9 (or 0xBDEAC9) is known color: Granny Apple. HEX triplet: BD, EA and C9. RGB value is (189,234,201). Sum of RGB (Red+Green+Blue) = 189+234+201=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC9 is #421536. Grayscale: #D8D8D8. Windows color (decimal): -4330807 or 13232829. OLE color: 13232829.
HSL color Cylindrical-coordinate representation of color #BDEAC9: hue angle of 136º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAC9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 201 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.08 |
| HSL | 136º | 0.52% | 0.83% | - |
| HSV(B) | 136º | 0.19% | 0.92% | - |
| XYZ | 60.95 | 73.88 | 66.31 | - |
| YUV | 216.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 201 | 0.19 | 0 | 0.14 | 0.08 | 136 | 0.52 | 0.83 |
| Hex | BD | EA | C9 | 13 | 0 | E | 8 | 88 | 34 | 53 |
| Octal | 275 | 352 | 311 | 23 | 0 | 16 | 10 | 210 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11001001 | 10011 | 0 | 1110 | 1000 | 10001000 | 110100 | 1010011 |
Color Harmonies of #BDEAC9
Complementary color
Monochromatic Colors of #BDEAC9
Black with #BDEAC9
Text Example
Text Example
White with #BDEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAC9; }
p { color: rgb(189,234,201); }
H1.HeaderClassName
{
color: #BDEAC9;
}
.AnyTagClassName
{
color: #BDEAC9;
}
</style>
background-color css
<style>
a { background-color: #BDEAC9; }
a { background-color: rgb(189,234,201); }
div.DivClassName
{
background-color: #BDEAC9;
}
.BgClassName
{
background-color: #BDEAC9;
}
</style>
border-color css
<style>
span { border-color: #BDEAC9; }
span { border-color: rgb(189,234,201); }
td.TdClassName
{
border-color: #BDEAC9;
}
.TagClassName
{
border-color: #BDEAC9;
}
</style>