Shades of Granny Apple #BDE9CA
Tints of Granny Apple #BDE9CA
RGB
CMYK
RGB Variations
Color information
#BDE9CA (or 0xBDE9CA) is known color: Granny Apple. HEX triplet: BD, E9 and CA. RGB value is (189,233,202). Sum of RGB (Red+Green+Blue) = 189+233+202=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9CA is #421635. Grayscale: #D8D8D8. Windows color (decimal): -4331062 or 13298109. OLE color: 13298109.
HSL color Cylindrical-coordinate representation of color #BDE9CA: hue angle of 137.73º 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 #BDE9CA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 202 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 137.73º | 0.5% | 0.83% | - |
| HSV(B) | 137.73º | 0.19% | 0.91% | - |
| XYZ | 60.79 | 73.36 | 66.83 | - |
| YUV | 216.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 202 | 0.19 | 0 | 0.13 | 0.09 | 137.73 | 0.5 | 0.83 |
| Hex | BD | E9 | CA | 13 | 0 | D | 9 | 8A | 32 | 53 |
| Octal | 275 | 351 | 312 | 23 | 0 | 15 | 11 | 212 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11001010 | 10011 | 0 | 1101 | 1001 | 10001010 | 110010 | 1010011 |
Color Harmonies of #BDE9CA
Complementary color
Monochromatic Colors of #BDE9CA
Black with #BDE9CA
Text Example
Text Example
White with #BDE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9CA; }
p { color: rgb(189,233,202); }
H1.HeaderClassName
{
color: #BDE9CA;
}
.AnyTagClassName
{
color: #BDE9CA;
}
</style>
background-color css
<style>
a { background-color: #BDE9CA; }
a { background-color: rgb(189,233,202); }
div.DivClassName
{
background-color: #BDE9CA;
}
.BgClassName
{
background-color: #BDE9CA;
}
</style>
border-color css
<style>
span { border-color: #BDE9CA; }
span { border-color: rgb(189,233,202); }
td.TdClassName
{
border-color: #BDE9CA;
}
.TagClassName
{
border-color: #BDE9CA;
}
</style>