Shades of Granny Apple #BDE9C8
Tints of Granny Apple #BDE9C8
RGB
CMYK
RGB Variations
Color information
#BDE9C8 (or 0xBDE9C8) is known color: Granny Apple. HEX triplet: BD, E9 and C8. RGB value is (189,233,200). Sum of RGB (Red+Green+Blue) = 189+233+200=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C8 is #421637. Grayscale: #D8D8D8. Windows color (decimal): -4331064 or 13167037. OLE color: 13167037.
HSL color Cylindrical-coordinate representation of color #BDE9C8: hue angle of 135º 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 #BDE9C8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 200 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.09 |
| HSL | 135º | 0.5% | 0.83% | - |
| HSV(B) | 135º | 0.19% | 0.91% | - |
| XYZ | 60.55 | 73.27 | 65.59 | - |
| YUV | 216.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 200 | 0.19 | 0 | 0.14 | 0.09 | 135 | 0.5 | 0.83 |
| Hex | BD | E9 | C8 | 13 | 0 | E | 9 | 87 | 32 | 53 |
| Octal | 275 | 351 | 310 | 23 | 0 | 16 | 11 | 207 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11001000 | 10011 | 0 | 1110 | 1001 | 10000111 | 110010 | 1010011 |
Color Harmonies of #BDE9C8
Complementary color
Monochromatic Colors of #BDE9C8
Black with #BDE9C8
Text Example
Text Example
White with #BDE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9C8; }
p { color: rgb(189,233,200); }
H1.HeaderClassName
{
color: #BDE9C8;
}
.AnyTagClassName
{
color: #BDE9C8;
}
</style>
background-color css
<style>
a { background-color: #BDE9C8; }
a { background-color: rgb(189,233,200); }
div.DivClassName
{
background-color: #BDE9C8;
}
.BgClassName
{
background-color: #BDE9C8;
}
</style>
border-color css
<style>
span { border-color: #BDE9C8; }
span { border-color: rgb(189,233,200); }
td.TdClassName
{
border-color: #BDE9C8;
}
.TagClassName
{
border-color: #BDE9C8;
}
</style>