Shades of Granny Apple #BDECC6
Tints of Granny Apple #BDECC6
RGB
CMYK
RGB Variations
Color information
#BDECC6 (or 0xBDECC6) is known color: Granny Apple. HEX triplet: BD, EC and C6. RGB value is (189,236,198). Sum of RGB (Red+Green+Blue) = 189+236+198=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC6 is #421339. Grayscale: #D9D9D9. Windows color (decimal): -4330298 or 13036733. OLE color: 13036733.
HSL color Cylindrical-coordinate representation of color #BDECC6: hue angle of 131.49º 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 #BDECC6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 198 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 131.49º | 0.55% | 0.83% | - |
| HSV(B) | 131.49º | 0.2% | 0.93% | - |
| XYZ | 61.17 | 74.89 | 64.66 | - |
| YUV | 217.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 198 | 0.20 | 0 | 0.16 | 0.07 | 131.49 | 0.55 | 0.83 |
| Hex | BD | EC | C6 | 14 | 0 | 10 | 7 | 83 | 37 | 53 |
| Octal | 275 | 354 | 306 | 24 | 0 | 20 | 7 | 203 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11000110 | 10100 | 0 | 10000 | 111 | 10000011 | 110111 | 1010011 |
Color Harmonies of #BDECC6
Complementary color
Monochromatic Colors of #BDECC6
Black with #BDECC6
Text Example
Text Example
White with #BDECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECC6; }
p { color: rgb(189,236,198); }
H1.HeaderClassName
{
color: #BDECC6;
}
.AnyTagClassName
{
color: #BDECC6;
}
</style>
background-color css
<style>
a { background-color: #BDECC6; }
a { background-color: rgb(189,236,198); }
div.DivClassName
{
background-color: #BDECC6;
}
.BgClassName
{
background-color: #BDECC6;
}
</style>
border-color css
<style>
span { border-color: #BDECC6; }
span { border-color: rgb(189,236,198); }
td.TdClassName
{
border-color: #BDECC6;
}
.TagClassName
{
border-color: #BDECC6;
}
</style>