Shades of Granny Apple #BDE8CD
Tints of Granny Apple #BDE8CD
RGB
CMYK
RGB Variations
Color information
#BDE8CD (or 0xBDE8CD) is known color: Granny Apple. HEX triplet: BD, E8 and CD. RGB value is (189,232,205). Sum of RGB (Red+Green+Blue) = 189+232+205=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8CD is #421732. Grayscale: #D8D8D8. Windows color (decimal): -4331315 or 13494461. OLE color: 13494461.
HSL color Cylindrical-coordinate representation of color #BDE8CD: hue angle of 142.33º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8CD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 205 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.09 |
| HSL | 142.33º | 0.48% | 0.83% | - |
| HSV(B) | 142.33º | 0.19% | 0.91% | - |
| XYZ | 60.86 | 72.94 | 68.63 | - |
| YUV | 216.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 205 | 0.19 | 0 | 0.12 | 0.09 | 142.33 | 0.48 | 0.83 |
| Hex | BD | E8 | CD | 13 | 0 | C | 9 | 8E | 30 | 53 |
| Octal | 275 | 350 | 315 | 23 | 0 | 14 | 11 | 216 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11001101 | 10011 | 0 | 1100 | 1001 | 10001110 | 110000 | 1010011 |
Color Harmonies of #BDE8CD
Complementary color
Monochromatic Colors of #BDE8CD
Black with #BDE8CD
Text Example
Text Example
White with #BDE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8CD; }
p { color: rgb(189,232,205); }
H1.HeaderClassName
{
color: #BDE8CD;
}
.AnyTagClassName
{
color: #BDE8CD;
}
</style>
background-color css
<style>
a { background-color: #BDE8CD; }
a { background-color: rgb(189,232,205); }
div.DivClassName
{
background-color: #BDE8CD;
}
.BgClassName
{
background-color: #BDE8CD;
}
</style>
border-color css
<style>
span { border-color: #BDE8CD; }
span { border-color: rgb(189,232,205); }
td.TdClassName
{
border-color: #BDE8CD;
}
.TagClassName
{
border-color: #BDE8CD;
}
</style>