Shades of Granny Apple #BDE6C5
Tints of Granny Apple #BDE6C5
RGB
CMYK
RGB Variations
Color information
#BDE6C5 (or 0xBDE6C5) is known color: Granny Apple. HEX triplet: BD, E6 and C5. RGB value is (189,230,197). Sum of RGB (Red+Green+Blue) = 189+230+197=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C5 is #42193A. Grayscale: #D6D6D6. Windows color (decimal): -4331835 or 12969661. OLE color: 12969661.
HSL color Cylindrical-coordinate representation of color #BDE6C5: hue angle of 131.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 197 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.10 |
| HSL | 131.71º | 0.45% | 0.82% | - |
| HSV(B) | 131.71º | 0.18% | 0.9% | - |
| XYZ | 59.36 | 71.44 | 63.48 | - |
| YUV | 213.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 197 | 0.18 | 0 | 0.14 | 0.10 | 131.71 | 0.45 | 0.82 |
| Hex | BD | E6 | C5 | 12 | 0 | E | A | 84 | 2D | 52 |
| Octal | 275 | 346 | 305 | 22 | 0 | 16 | 12 | 204 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11000101 | 10010 | 0 | 1110 | 1010 | 10000100 | 101101 | 1010010 |
Color Harmonies of #BDE6C5
Complementary color
Monochromatic Colors of #BDE6C5
Black with #BDE6C5
Text Example
Text Example
White with #BDE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6C5; }
p { color: rgb(189,230,197); }
H1.HeaderClassName
{
color: #BDE6C5;
}
.AnyTagClassName
{
color: #BDE6C5;
}
</style>
background-color css
<style>
a { background-color: #BDE6C5; }
a { background-color: rgb(189,230,197); }
div.DivClassName
{
background-color: #BDE6C5;
}
.BgClassName
{
background-color: #BDE6C5;
}
</style>
border-color css
<style>
span { border-color: #BDE6C5; }
span { border-color: rgb(189,230,197); }
td.TdClassName
{
border-color: #BDE6C5;
}
.TagClassName
{
border-color: #BDE6C5;
}
</style>