Shades of Granny Apple #BDE8C5
Tints of Granny Apple #BDE8C5
RGB
CMYK
RGB Variations
Color information
#BDE8C5 (or 0xBDE8C5) is known color: Granny Apple. HEX triplet: BD, E8 and C5. RGB value is (189,232,197). Sum of RGB (Red+Green+Blue) = 189+232+197=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8C5 is #42173A. Grayscale: #D7D7D7. Windows color (decimal): -4331323 or 12970173. OLE color: 12970173.
HSL color Cylindrical-coordinate representation of color #BDE8C5: hue angle of 131.16º 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 #BDE8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 197 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 131.16º | 0.48% | 0.83% | - |
| HSV(B) | 131.16º | 0.19% | 0.91% | - |
| XYZ | 59.92 | 72.56 | 63.67 | - |
| YUV | 215.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 197 | 0.19 | 0 | 0.15 | 0.09 | 131.16 | 0.48 | 0.83 |
| Hex | BD | E8 | C5 | 13 | 0 | F | 9 | 83 | 30 | 53 |
| Octal | 275 | 350 | 305 | 23 | 0 | 17 | 11 | 203 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11000101 | 10011 | 0 | 1111 | 1001 | 10000011 | 110000 | 1010011 |
Color Harmonies of #BDE8C5
Complementary color
Monochromatic Colors of #BDE8C5
Black with #BDE8C5
Text Example
Text Example
White with #BDE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8C5; }
p { color: rgb(189,232,197); }
H1.HeaderClassName
{
color: #BDE8C5;
}
.AnyTagClassName
{
color: #BDE8C5;
}
</style>
background-color css
<style>
a { background-color: #BDE8C5; }
a { background-color: rgb(189,232,197); }
div.DivClassName
{
background-color: #BDE8C5;
}
.BgClassName
{
background-color: #BDE8C5;
}
</style>
border-color css
<style>
span { border-color: #BDE8C5; }
span { border-color: rgb(189,232,197); }
td.TdClassName
{
border-color: #BDE8C5;
}
.TagClassName
{
border-color: #BDE8C5;
}
</style>