Shades of Granny Apple #BDE7C5
Tints of Granny Apple #BDE7C5
RGB
CMYK
RGB Variations
Color information
#BDE7C5 (or 0xBDE7C5) is known color: Granny Apple. HEX triplet: BD, E7 and C5. RGB value is (189,231,197). Sum of RGB (Red+Green+Blue) = 189+231+197=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C5 is #42183A. Grayscale: #D6D6D6. Windows color (decimal): -4331579 or 12969917. OLE color: 12969917.
HSL color Cylindrical-coordinate representation of color #BDE7C5: hue angle of 131.43º 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 #BDE7C5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 197 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.09 |
| HSL | 131.43º | 0.47% | 0.82% | - |
| HSV(B) | 131.43º | 0.18% | 0.91% | - |
| XYZ | 59.64 | 72 | 63.58 | - |
| YUV | 214.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 197 | 0.18 | 0 | 0.15 | 0.09 | 131.43 | 0.47 | 0.82 |
| Hex | BD | E7 | C5 | 12 | 0 | F | 9 | 83 | 2F | 52 |
| Octal | 275 | 347 | 305 | 22 | 0 | 17 | 11 | 203 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11000101 | 10010 | 0 | 1111 | 1001 | 10000011 | 101111 | 1010010 |
Color Harmonies of #BDE7C5
Complementary color
Monochromatic Colors of #BDE7C5
Black with #BDE7C5
Text Example
Text Example
White with #BDE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7C5; }
p { color: rgb(189,231,197); }
H1.HeaderClassName
{
color: #BDE7C5;
}
.AnyTagClassName
{
color: #BDE7C5;
}
</style>
background-color css
<style>
a { background-color: #BDE7C5; }
a { background-color: rgb(189,231,197); }
div.DivClassName
{
background-color: #BDE7C5;
}
.BgClassName
{
background-color: #BDE7C5;
}
</style>
border-color css
<style>
span { border-color: #BDE7C5; }
span { border-color: rgb(189,231,197); }
td.TdClassName
{
border-color: #BDE7C5;
}
.TagClassName
{
border-color: #BDE7C5;
}
</style>