Shades of Granny Apple #BDEBCE
Tints of Granny Apple #BDEBCE
RGB
CMYK
RGB Variations
Color information
#BDEBCE (or 0xBDEBCE) is known color: Granny Apple. HEX triplet: BD, EB and CE. RGB value is (189,235,206). Sum of RGB (Red+Green+Blue) = 189+235+206=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBCE is #421431. Grayscale: #DADADA. Windows color (decimal): -4330546 or 13560765. OLE color: 13560765.
HSL color Cylindrical-coordinate representation of color #BDEBCE: hue angle of 142.17º 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 #BDEBCE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 206 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.08 |
| HSL | 142.17º | 0.53% | 0.83% | - |
| HSV(B) | 142.17º | 0.2% | 0.92% | - |
| XYZ | 61.84 | 74.69 | 69.55 | - |
| YUV | 217.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 206 | 0.20 | 0 | 0.12 | 0.08 | 142.17 | 0.53 | 0.83 |
| Hex | BD | EB | CE | 14 | 0 | C | 8 | 8E | 35 | 53 |
| Octal | 275 | 353 | 316 | 24 | 0 | 14 | 10 | 216 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11001110 | 10100 | 0 | 1100 | 1000 | 10001110 | 110101 | 1010011 |
Color Harmonies of #BDEBCE
Complementary color
Monochromatic Colors of #BDEBCE
Black with #BDEBCE
Text Example
Text Example
White with #BDEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBCE; }
p { color: rgb(189,235,206); }
H1.HeaderClassName
{
color: #BDEBCE;
}
.AnyTagClassName
{
color: #BDEBCE;
}
</style>
background-color css
<style>
a { background-color: #BDEBCE; }
a { background-color: rgb(189,235,206); }
div.DivClassName
{
background-color: #BDEBCE;
}
.BgClassName
{
background-color: #BDEBCE;
}
</style>
border-color css
<style>
span { border-color: #BDEBCE; }
span { border-color: rgb(189,235,206); }
td.TdClassName
{
border-color: #BDEBCE;
}
.TagClassName
{
border-color: #BDEBCE;
}
</style>