Shades of Granny Apple #BDECC7
Tints of Granny Apple #BDECC7
RGB
CMYK
RGB Variations
Color information
#BDECC7 (or 0xBDECC7) is known color: Granny Apple. HEX triplet: BD, EC and C7. RGB value is (189,236,199). Sum of RGB (Red+Green+Blue) = 189+236+199=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC7 is #421338. Grayscale: #D9D9D9. Windows color (decimal): -4330297 or 13102269. OLE color: 13102269.
HSL color Cylindrical-coordinate representation of color #BDECC7: hue angle of 132.77º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 199 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 132.77º | 0.55% | 0.83% | - |
| HSV(B) | 132.77º | 0.2% | 0.93% | - |
| XYZ | 61.29 | 74.93 | 65.27 | - |
| YUV | 217.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 199 | 0.20 | 0 | 0.16 | 0.07 | 132.77 | 0.55 | 0.83 |
| Hex | BD | EC | C7 | 14 | 0 | 10 | 7 | 85 | 37 | 53 |
| Octal | 275 | 354 | 307 | 24 | 0 | 20 | 7 | 205 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11000111 | 10100 | 0 | 10000 | 111 | 10000101 | 110111 | 1010011 |
Color Harmonies of #BDECC7
Complementary color
Monochromatic Colors of #BDECC7
Black with #BDECC7
Text Example
Text Example
White with #BDECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECC7; }
p { color: rgb(189,236,199); }
H1.HeaderClassName
{
color: #BDECC7;
}
.AnyTagClassName
{
color: #BDECC7;
}
</style>
background-color css
<style>
a { background-color: #BDECC7; }
a { background-color: rgb(189,236,199); }
div.DivClassName
{
background-color: #BDECC7;
}
.BgClassName
{
background-color: #BDECC7;
}
</style>
border-color css
<style>
span { border-color: #BDECC7; }
span { border-color: rgb(189,236,199); }
td.TdClassName
{
border-color: #BDECC7;
}
.TagClassName
{
border-color: #BDECC7;
}
</style>