Shades of Granny Apple #BDE0CA
Tints of Granny Apple #BDE0CA
RGB
CMYK
RGB Variations
Color information
#BDE0CA (or 0xBDE0CA) is known color: Granny Apple. HEX triplet: BD, E0 and CA. RGB value is (189,224,202). Sum of RGB (Red+Green+Blue) = 189+224+202=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0CA is #421F35. Grayscale: #D3D3D3. Windows color (decimal): -4333366 or 13295805. OLE color: 13295805.
HSL color Cylindrical-coordinate representation of color #BDE0CA: hue angle of 142.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0CA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 202 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.12 |
| HSL | 142.29º | 0.36% | 0.81% | - |
| HSV(B) | 142.29º | 0.16% | 0.88% | - |
| XYZ | 58.3 | 68.39 | 66.01 | - |
| YUV | 211.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 202 | 0.16 | 0 | 0.10 | 0.12 | 142.29 | 0.36 | 0.81 |
| Hex | BD | E0 | CA | 10 | 0 | A | C | 8E | 24 | 51 |
| Octal | 275 | 340 | 312 | 20 | 0 | 12 | 14 | 216 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11001010 | 10000 | 0 | 1010 | 1100 | 10001110 | 100100 | 1010001 |
Color Harmonies of #BDE0CA
Complementary color
Monochromatic Colors of #BDE0CA
Black with #BDE0CA
Text Example
Text Example
White with #BDE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0CA; }
p { color: rgb(189,224,202); }
H1.HeaderClassName
{
color: #BDE0CA;
}
.AnyTagClassName
{
color: #BDE0CA;
}
</style>
background-color css
<style>
a { background-color: #BDE0CA; }
a { background-color: rgb(189,224,202); }
div.DivClassName
{
background-color: #BDE0CA;
}
.BgClassName
{
background-color: #BDE0CA;
}
</style>
border-color css
<style>
span { border-color: #BDE0CA; }
span { border-color: rgb(189,224,202); }
td.TdClassName
{
border-color: #BDE0CA;
}
.TagClassName
{
border-color: #BDE0CA;
}
</style>