Shades of Granny Apple #BDE7C4
Tints of Granny Apple #BDE7C4
RGB
CMYK
RGB Variations
Color information
#BDE7C4 (or 0xBDE7C4) is known color: Granny Apple. HEX triplet: BD, E7 and C4. RGB value is (189,231,196). Sum of RGB (Red+Green+Blue) = 189+231+196=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C4 is #42183B. Grayscale: #D6D6D6. Windows color (decimal): -4331580 or 12904381. OLE color: 12904381.
HSL color Cylindrical-coordinate representation of color #BDE7C4: hue angle of 130º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7C4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 196 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.09 |
| HSL | 130º | 0.47% | 0.82% | - |
| HSV(B) | 130º | 0.18% | 0.91% | - |
| XYZ | 59.53 | 71.96 | 62.98 | - |
| YUV | 214.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 196 | 0.18 | 0 | 0.15 | 0.09 | 130 | 0.47 | 0.82 |
| Hex | BD | E7 | C4 | 12 | 0 | F | 9 | 82 | 2F | 52 |
| Octal | 275 | 347 | 304 | 22 | 0 | 17 | 11 | 202 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11000100 | 10010 | 0 | 1111 | 1001 | 10000010 | 101111 | 1010010 |
Color Harmonies of #BDE7C4
Complementary color
Monochromatic Colors of #BDE7C4
Black with #BDE7C4
Text Example
Text Example
White with #BDE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7C4; }
p { color: rgb(189,231,196); }
H1.HeaderClassName
{
color: #BDE7C4;
}
.AnyTagClassName
{
color: #BDE7C4;
}
</style>
background-color css
<style>
a { background-color: #BDE7C4; }
a { background-color: rgb(189,231,196); }
div.DivClassName
{
background-color: #BDE7C4;
}
.BgClassName
{
background-color: #BDE7C4;
}
</style>
border-color css
<style>
span { border-color: #BDE7C4; }
span { border-color: rgb(189,231,196); }
td.TdClassName
{
border-color: #BDE7C4;
}
.TagClassName
{
border-color: #BDE7C4;
}
</style>