Shades of Granny Apple #BDEBC5
Tints of Granny Apple #BDEBC5
RGB
CMYK
RGB Variations
Color information
#BDEBC5 (or 0xBDEBC5) is known color: Granny Apple. HEX triplet: BD, EB and C5. RGB value is (189,235,197). Sum of RGB (Red+Green+Blue) = 189+235+197=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC5 is #42143A. Grayscale: #D9D9D9. Windows color (decimal): -4330555 or 12970941. OLE color: 12970941.
HSL color Cylindrical-coordinate representation of color #BDEBC5: hue angle of 130.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBC5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 197 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.08 |
| HSL | 130.43º | 0.53% | 0.83% | - |
| HSV(B) | 130.43º | 0.2% | 0.92% | - |
| XYZ | 60.77 | 74.27 | 63.96 | - |
| YUV | 216.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 197 | 0.20 | 0 | 0.16 | 0.08 | 130.43 | 0.53 | 0.83 |
| Hex | BD | EB | C5 | 14 | 0 | 10 | 8 | 82 | 35 | 53 |
| Octal | 275 | 353 | 305 | 24 | 0 | 20 | 10 | 202 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11000101 | 10100 | 0 | 10000 | 1000 | 10000010 | 110101 | 1010011 |
Color Harmonies of #BDEBC5
Complementary color
Monochromatic Colors of #BDEBC5
Black with #BDEBC5
Text Example
Text Example
White with #BDEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBC5; }
p { color: rgb(189,235,197); }
H1.HeaderClassName
{
color: #BDEBC5;
}
.AnyTagClassName
{
color: #BDEBC5;
}
</style>
background-color css
<style>
a { background-color: #BDEBC5; }
a { background-color: rgb(189,235,197); }
div.DivClassName
{
background-color: #BDEBC5;
}
.BgClassName
{
background-color: #BDEBC5;
}
</style>
border-color css
<style>
span { border-color: #BDEBC5; }
span { border-color: rgb(189,235,197); }
td.TdClassName
{
border-color: #BDEBC5;
}
.TagClassName
{
border-color: #BDEBC5;
}
</style>