Shades of Granny Apple #BDEBC8
Tints of Granny Apple #BDEBC8
RGB
CMYK
RGB Variations
Color information
#BDEBC8 (or 0xBDEBC8) is known color: Granny Apple. HEX triplet: BD, EB and C8. RGB value is (189,235,200). Sum of RGB (Red+Green+Blue) = 189+235+200=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC8 is #421437. Grayscale: #D9D9D9. Windows color (decimal): -4330552 or 13167549. OLE color: 13167549.
HSL color Cylindrical-coordinate representation of color #BDEBC8: hue angle of 134.35º 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 #BDEBC8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 200 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.08 |
| HSL | 134.35º | 0.53% | 0.83% | - |
| HSV(B) | 134.35º | 0.2% | 0.92% | - |
| XYZ | 61.12 | 74.41 | 65.78 | - |
| YUV | 217.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 200 | 0.20 | 0 | 0.15 | 0.08 | 134.35 | 0.53 | 0.83 |
| Hex | BD | EB | C8 | 14 | 0 | F | 8 | 86 | 35 | 53 |
| Octal | 275 | 353 | 310 | 24 | 0 | 17 | 10 | 206 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11001000 | 10100 | 0 | 1111 | 1000 | 10000110 | 110101 | 1010011 |
Color Harmonies of #BDEBC8
Complementary color
Monochromatic Colors of #BDEBC8
Black with #BDEBC8
Text Example
Text Example
White with #BDEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBC8; }
p { color: rgb(189,235,200); }
H1.HeaderClassName
{
color: #BDEBC8;
}
.AnyTagClassName
{
color: #BDEBC8;
}
</style>
background-color css
<style>
a { background-color: #BDEBC8; }
a { background-color: rgb(189,235,200); }
div.DivClassName
{
background-color: #BDEBC8;
}
.BgClassName
{
background-color: #BDEBC8;
}
</style>
border-color css
<style>
span { border-color: #BDEBC8; }
span { border-color: rgb(189,235,200); }
td.TdClassName
{
border-color: #BDEBC8;
}
.TagClassName
{
border-color: #BDEBC8;
}
</style>