Shades of Granny Apple #BDE2CA
Tints of Granny Apple #BDE2CA
RGB
CMYK
RGB Variations
Color information
#BDE2CA (or 0xBDE2CA) is known color: Granny Apple. HEX triplet: BD, E2 and CA. RGB value is (189,226,202). Sum of RGB (Red+Green+Blue) = 189+226+202=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2CA is #421D35. Grayscale: #D4D4D4. Windows color (decimal): -4332854 or 13296317. OLE color: 13296317.
HSL color Cylindrical-coordinate representation of color #BDE2CA: hue angle of 141.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2CA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 202 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.11 |
| HSL | 141.08º | 0.39% | 0.81% | - |
| HSV(B) | 141.08º | 0.16% | 0.89% | - |
| XYZ | 58.84 | 69.48 | 66.19 | - |
| YUV | 212.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 202 | 0.16 | 0 | 0.11 | 0.11 | 141.08 | 0.39 | 0.81 |
| Hex | BD | E2 | CA | 10 | 0 | B | B | 8D | 27 | 51 |
| Octal | 275 | 342 | 312 | 20 | 0 | 13 | 13 | 215 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11001010 | 10000 | 0 | 1011 | 1011 | 10001101 | 100111 | 1010001 |
Color Harmonies of #BDE2CA
Complementary color
Monochromatic Colors of #BDE2CA
Black with #BDE2CA
Text Example
Text Example
White with #BDE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2CA; }
p { color: rgb(189,226,202); }
H1.HeaderClassName
{
color: #BDE2CA;
}
.AnyTagClassName
{
color: #BDE2CA;
}
</style>
background-color css
<style>
a { background-color: #BDE2CA; }
a { background-color: rgb(189,226,202); }
div.DivClassName
{
background-color: #BDE2CA;
}
.BgClassName
{
background-color: #BDE2CA;
}
</style>
border-color css
<style>
span { border-color: #BDE2CA; }
span { border-color: rgb(189,226,202); }
td.TdClassName
{
border-color: #BDE2CA;
}
.TagClassName
{
border-color: #BDE2CA;
}
</style>