Shades of Granny Apple #BDE2CB
Tints of Granny Apple #BDE2CB
RGB
CMYK
RGB Variations
Color information
#BDE2CB (or 0xBDE2CB) is known color: Granny Apple. HEX triplet: BD, E2 and CB. RGB value is (189,226,203). Sum of RGB (Red+Green+Blue) = 189+226+203=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2CB is #421D34. Grayscale: #D4D4D4. Windows color (decimal): -4332853 or 13361853. OLE color: 13361853.
HSL color Cylindrical-coordinate representation of color #BDE2CB: hue angle of 142.7º 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 #BDE2CB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 203 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.11 |
| HSL | 142.7º | 0.39% | 0.81% | - |
| HSV(B) | 142.7º | 0.16% | 0.89% | - |
| XYZ | 58.96 | 69.52 | 66.81 | - |
| YUV | 212.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 203 | 0.16 | 0 | 0.10 | 0.11 | 142.7 | 0.39 | 0.81 |
| Hex | BD | E2 | CB | 10 | 0 | A | B | 8F | 27 | 51 |
| Octal | 275 | 342 | 313 | 20 | 0 | 12 | 13 | 217 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11001011 | 10000 | 0 | 1010 | 1011 | 10001111 | 100111 | 1010001 |
Color Harmonies of #BDE2CB
Complementary color
Monochromatic Colors of #BDE2CB
Black with #BDE2CB
Text Example
Text Example
White with #BDE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2CB; }
p { color: rgb(189,226,203); }
H1.HeaderClassName
{
color: #BDE2CB;
}
.AnyTagClassName
{
color: #BDE2CB;
}
</style>
background-color css
<style>
a { background-color: #BDE2CB; }
a { background-color: rgb(189,226,203); }
div.DivClassName
{
background-color: #BDE2CB;
}
.BgClassName
{
background-color: #BDE2CB;
}
</style>
border-color css
<style>
span { border-color: #BDE2CB; }
span { border-color: rgb(189,226,203); }
td.TdClassName
{
border-color: #BDE2CB;
}
.TagClassName
{
border-color: #BDE2CB;
}
</style>