Shades of Granny Apple #BDEBCD
Tints of Granny Apple #BDEBCD
RGB
CMYK
RGB Variations
Color information
#BDEBCD (or 0xBDEBCD) is known color: Granny Apple. HEX triplet: BD, EB and CD. RGB value is (189,235,205). Sum of RGB (Red+Green+Blue) = 189+235+205=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBCD is #421432. Grayscale: #D9D9D9. Windows color (decimal): -4330547 or 13495229. OLE color: 13495229.
HSL color Cylindrical-coordinate representation of color #BDEBCD: hue angle of 140.87º 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 #BDEBCD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 205 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.08 |
| HSL | 140.87º | 0.53% | 0.83% | - |
| HSV(B) | 140.87º | 0.2% | 0.92% | - |
| XYZ | 61.71 | 74.64 | 68.91 | - |
| YUV | 217.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 205 | 0.20 | 0 | 0.13 | 0.08 | 140.87 | 0.53 | 0.83 |
| Hex | BD | EB | CD | 14 | 0 | D | 8 | 8D | 35 | 53 |
| Octal | 275 | 353 | 315 | 24 | 0 | 15 | 10 | 215 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11001101 | 10100 | 0 | 1101 | 1000 | 10001101 | 110101 | 1010011 |
Color Harmonies of #BDEBCD
Complementary color
Monochromatic Colors of #BDEBCD
Black with #BDEBCD
Text Example
Text Example
White with #BDEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBCD; }
p { color: rgb(189,235,205); }
H1.HeaderClassName
{
color: #BDEBCD;
}
.AnyTagClassName
{
color: #BDEBCD;
}
</style>
background-color css
<style>
a { background-color: #BDEBCD; }
a { background-color: rgb(189,235,205); }
div.DivClassName
{
background-color: #BDEBCD;
}
.BgClassName
{
background-color: #BDEBCD;
}
</style>
border-color css
<style>
span { border-color: #BDEBCD; }
span { border-color: rgb(189,235,205); }
td.TdClassName
{
border-color: #BDEBCD;
}
.TagClassName
{
border-color: #BDEBCD;
}
</style>