Shades of Granny Apple #BDE5CA
Tints of Granny Apple #BDE5CA
RGB
CMYK
RGB Variations
Color information
#BDE5CA (or 0xBDE5CA) is known color: Granny Apple. HEX triplet: BD, E5 and CA. RGB value is (189,229,202). Sum of RGB (Red+Green+Blue) = 189+229+202=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5CA is #421A35. Grayscale: #D6D6D6. Windows color (decimal): -4332086 or 13297085. OLE color: 13297085.
HSL color Cylindrical-coordinate representation of color #BDE5CA: hue angle of 139.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE5CA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 202 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.10 |
| HSL | 139.5º | 0.43% | 0.82% | - |
| HSV(B) | 139.5º | 0.17% | 0.9% | - |
| XYZ | 59.67 | 71.12 | 66.46 | - |
| YUV | 213.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 202 | 0.17 | 0 | 0.12 | 0.10 | 139.5 | 0.43 | 0.82 |
| Hex | BD | E5 | CA | 11 | 0 | C | A | 8C | 2B | 52 |
| Octal | 275 | 345 | 312 | 21 | 0 | 14 | 12 | 214 | 53 | 122 |
| Binary | 10111101 | 11100101 | 11001010 | 10001 | 0 | 1100 | 1010 | 10001100 | 101011 | 1010010 |
Color Harmonies of #BDE5CA
Complementary color
Monochromatic Colors of #BDE5CA
Black with #BDE5CA
Text Example
Text Example
White with #BDE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5CA; }
p { color: rgb(189,229,202); }
H1.HeaderClassName
{
color: #BDE5CA;
}
.AnyTagClassName
{
color: #BDE5CA;
}
</style>
background-color css
<style>
a { background-color: #BDE5CA; }
a { background-color: rgb(189,229,202); }
div.DivClassName
{
background-color: #BDE5CA;
}
.BgClassName
{
background-color: #BDE5CA;
}
</style>
border-color css
<style>
span { border-color: #BDE5CA; }
span { border-color: rgb(189,229,202); }
td.TdClassName
{
border-color: #BDE5CA;
}
.TagClassName
{
border-color: #BDE5CA;
}
</style>