Shades of Granny Apple #BDECC5
Tints of Granny Apple #BDECC5
RGB
CMYK
RGB Variations
Color information
#BDECC5 (or 0xBDECC5) is known color: Granny Apple. HEX triplet: BD, EC and C5. RGB value is (189,236,197). Sum of RGB (Red+Green+Blue) = 189+236+197=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC5 is #42133A. Grayscale: #D9D9D9. Windows color (decimal): -4330299 or 12971197. OLE color: 12971197.
HSL color Cylindrical-coordinate representation of color #BDECC5: hue angle of 130.21º 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 #BDECC5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 197 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 130.21º | 0.55% | 0.83% | - |
| HSV(B) | 130.21º | 0.2% | 0.93% | - |
| XYZ | 61.06 | 74.84 | 64.05 | - |
| YUV | 217.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 197 | 0.20 | 0 | 0.17 | 0.07 | 130.21 | 0.55 | 0.83 |
| Hex | BD | EC | C5 | 14 | 0 | 11 | 7 | 82 | 37 | 53 |
| Octal | 275 | 354 | 305 | 24 | 0 | 21 | 7 | 202 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11000101 | 10100 | 0 | 10001 | 111 | 10000010 | 110111 | 1010011 |
Color Harmonies of #BDECC5
Complementary color
Monochromatic Colors of #BDECC5
Black with #BDECC5
Text Example
Text Example
White with #BDECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECC5; }
p { color: rgb(189,236,197); }
H1.HeaderClassName
{
color: #BDECC5;
}
.AnyTagClassName
{
color: #BDECC5;
}
</style>
background-color css
<style>
a { background-color: #BDECC5; }
a { background-color: rgb(189,236,197); }
div.DivClassName
{
background-color: #BDECC5;
}
.BgClassName
{
background-color: #BDECC5;
}
</style>
border-color css
<style>
span { border-color: #BDECC5; }
span { border-color: rgb(189,236,197); }
td.TdClassName
{
border-color: #BDECC5;
}
.TagClassName
{
border-color: #BDECC5;
}
</style>