Shades of Granny Apple #BDE7CA
Tints of Granny Apple #BDE7CA
RGB
CMYK
RGB Variations
Color information
#BDE7CA (or 0xBDE7CA) is known color: Granny Apple. HEX triplet: BD, E7 and CA. RGB value is (189,231,202). Sum of RGB (Red+Green+Blue) = 189+231+202=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7CA is #421835. Grayscale: #D7D7D7. Windows color (decimal): -4331574 or 13297597. OLE color: 13297597.
HSL color Cylindrical-coordinate representation of color #BDE7CA: hue angle of 138.57º 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 #BDE7CA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 202 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.09 |
| HSL | 138.57º | 0.47% | 0.82% | - |
| HSV(B) | 138.57º | 0.18% | 0.91% | - |
| XYZ | 60.22 | 72.23 | 66.65 | - |
| YUV | 215.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 202 | 0.18 | 0 | 0.13 | 0.09 | 138.57 | 0.47 | 0.82 |
| Hex | BD | E7 | CA | 12 | 0 | D | 9 | 8B | 2F | 52 |
| Octal | 275 | 347 | 312 | 22 | 0 | 15 | 11 | 213 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11001010 | 10010 | 0 | 1101 | 1001 | 10001011 | 101111 | 1010010 |
Color Harmonies of #BDE7CA
Complementary color
Monochromatic Colors of #BDE7CA
Black with #BDE7CA
Text Example
Text Example
White with #BDE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7CA; }
p { color: rgb(189,231,202); }
H1.HeaderClassName
{
color: #BDE7CA;
}
.AnyTagClassName
{
color: #BDE7CA;
}
</style>
background-color css
<style>
a { background-color: #BDE7CA; }
a { background-color: rgb(189,231,202); }
div.DivClassName
{
background-color: #BDE7CA;
}
.BgClassName
{
background-color: #BDE7CA;
}
</style>
border-color css
<style>
span { border-color: #BDE7CA; }
span { border-color: rgb(189,231,202); }
td.TdClassName
{
border-color: #BDE7CA;
}
.TagClassName
{
border-color: #BDE7CA;
}
</style>