Shades of Granny Apple #BDEBC4
Tints of Granny Apple #BDEBC4
RGB
CMYK
RGB Variations
Color information
#BDEBC4 (or 0xBDEBC4) is known color: Granny Apple. HEX triplet: BD, EB and C4. RGB value is (189,235,196). Sum of RGB (Red+Green+Blue) = 189+235+196=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC4 is #42143B. Grayscale: #D8D8D8. Windows color (decimal): -4330556 or 12905405. OLE color: 12905405.
HSL color Cylindrical-coordinate representation of color #BDEBC4: hue angle of 129.13º 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 #BDEBC4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 196 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 129.13º | 0.53% | 0.83% | - |
| HSV(B) | 129.13º | 0.2% | 0.92% | - |
| XYZ | 60.66 | 74.22 | 63.35 | - |
| YUV | 216.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 196 | 0.20 | 0 | 0.17 | 0.08 | 129.13 | 0.53 | 0.83 |
| Hex | BD | EB | C4 | 14 | 0 | 11 | 8 | 81 | 35 | 53 |
| Octal | 275 | 353 | 304 | 24 | 0 | 21 | 10 | 201 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11000100 | 10100 | 0 | 10001 | 1000 | 10000001 | 110101 | 1010011 |
Color Harmonies of #BDEBC4
Complementary color
Monochromatic Colors of #BDEBC4
Black with #BDEBC4
Text Example
Text Example
White with #BDEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBC4; }
p { color: rgb(189,235,196); }
H1.HeaderClassName
{
color: #BDEBC4;
}
.AnyTagClassName
{
color: #BDEBC4;
}
</style>
background-color css
<style>
a { background-color: #BDEBC4; }
a { background-color: rgb(189,235,196); }
div.DivClassName
{
background-color: #BDEBC4;
}
.BgClassName
{
background-color: #BDEBC4;
}
</style>
border-color css
<style>
span { border-color: #BDEBC4; }
span { border-color: rgb(189,235,196); }
td.TdClassName
{
border-color: #BDEBC4;
}
.TagClassName
{
border-color: #BDEBC4;
}
</style>