Shades of Granny Apple #BDE9C6
Tints of Granny Apple #BDE9C6
RGB
CMYK
RGB Variations
Color information
#BDE9C6 (or 0xBDE9C6) is known color: Granny Apple. HEX triplet: BD, E9 and C6. RGB value is (189,233,198). Sum of RGB (Red+Green+Blue) = 189+233+198=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C6 is #421639. Grayscale: #D7D7D7. Windows color (decimal): -4331066 or 13035965. OLE color: 13035965.
HSL color Cylindrical-coordinate representation of color #BDE9C6: hue angle of 132.27º degrees, saturation: 0.5, 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 #BDE9C6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 198 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 132.27º | 0.5% | 0.83% | - |
| HSV(B) | 132.27º | 0.19% | 0.91% | - |
| XYZ | 60.32 | 73.17 | 64.37 | - |
| YUV | 215.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 198 | 0.19 | 0 | 0.15 | 0.09 | 132.27 | 0.5 | 0.83 |
| Hex | BD | E9 | C6 | 13 | 0 | F | 9 | 84 | 32 | 53 |
| Octal | 275 | 351 | 306 | 23 | 0 | 17 | 11 | 204 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11000110 | 10011 | 0 | 1111 | 1001 | 10000100 | 110010 | 1010011 |
Color Harmonies of #BDE9C6
Complementary color
Monochromatic Colors of #BDE9C6
Black with #BDE9C6
Text Example
Text Example
White with #BDE9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9C6; }
p { color: rgb(189,233,198); }
H1.HeaderClassName
{
color: #BDE9C6;
}
.AnyTagClassName
{
color: #BDE9C6;
}
</style>
background-color css
<style>
a { background-color: #BDE9C6; }
a { background-color: rgb(189,233,198); }
div.DivClassName
{
background-color: #BDE9C6;
}
.BgClassName
{
background-color: #BDE9C6;
}
</style>
border-color css
<style>
span { border-color: #BDE9C6; }
span { border-color: rgb(189,233,198); }
td.TdClassName
{
border-color: #BDE9C6;
}
.TagClassName
{
border-color: #BDE9C6;
}
</style>