Shades of Granny Apple #BDE3CA
Tints of Granny Apple #BDE3CA
RGB
CMYK
RGB Variations
Color information
#BDE3CA (or 0xBDE3CA) is known color: Granny Apple. HEX triplet: BD, E3 and CA. RGB value is (189,227,202). Sum of RGB (Red+Green+Blue) = 189+227+202=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3CA is #421C35. Grayscale: #D4D4D4. Windows color (decimal): -4332598 or 13296573. OLE color: 13296573.
HSL color Cylindrical-coordinate representation of color #BDE3CA: hue angle of 140.53º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3CA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 202 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 140.53º | 0.4% | 0.82% | - |
| HSV(B) | 140.53º | 0.17% | 0.89% | - |
| XYZ | 59.12 | 70.02 | 66.28 | - |
| YUV | 212.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 202 | 0.17 | 0 | 0.11 | 0.11 | 140.53 | 0.4 | 0.82 |
| Hex | BD | E3 | CA | 11 | 0 | B | B | 8D | 28 | 52 |
| Octal | 275 | 343 | 312 | 21 | 0 | 13 | 13 | 215 | 50 | 122 |
| Binary | 10111101 | 11100011 | 11001010 | 10001 | 0 | 1011 | 1011 | 10001101 | 101000 | 1010010 |
Color Harmonies of #BDE3CA
Complementary color
Monochromatic Colors of #BDE3CA
Black with #BDE3CA
Text Example
Text Example
White with #BDE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3CA; }
p { color: rgb(189,227,202); }
H1.HeaderClassName
{
color: #BDE3CA;
}
.AnyTagClassName
{
color: #BDE3CA;
}
</style>
background-color css
<style>
a { background-color: #BDE3CA; }
a { background-color: rgb(189,227,202); }
div.DivClassName
{
background-color: #BDE3CA;
}
.BgClassName
{
background-color: #BDE3CA;
}
</style>
border-color css
<style>
span { border-color: #BDE3CA; }
span { border-color: rgb(189,227,202); }
td.TdClassName
{
border-color: #BDE3CA;
}
.TagClassName
{
border-color: #BDE3CA;
}
</style>