Shades of Granny Apple #BDE9CB
Tints of Granny Apple #BDE9CB
RGB
CMYK
RGB Variations
Color information
#BDE9CB (or 0xBDE9CB) is known color: Granny Apple. HEX triplet: BD, E9 and CB. RGB value is (189,233,203). Sum of RGB (Red+Green+Blue) = 189+233+203=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9CB is #421634. Grayscale: #D8D8D8. Windows color (decimal): -4331061 or 13363645. OLE color: 13363645.
HSL color Cylindrical-coordinate representation of color #BDE9CB: hue angle of 139.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9CB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 203 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 139.09º | 0.5% | 0.83% | - |
| HSV(B) | 139.09º | 0.19% | 0.91% | - |
| XYZ | 60.9 | 73.41 | 67.46 | - |
| YUV | 216.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 203 | 0.19 | 0 | 0.13 | 0.09 | 139.09 | 0.5 | 0.83 |
| Hex | BD | E9 | CB | 13 | 0 | D | 9 | 8B | 32 | 53 |
| Octal | 275 | 351 | 313 | 23 | 0 | 15 | 11 | 213 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11001011 | 10011 | 0 | 1101 | 1001 | 10001011 | 110010 | 1010011 |
Color Harmonies of #BDE9CB
Complementary color
Monochromatic Colors of #BDE9CB
Black with #BDE9CB
Text Example
Text Example
White with #BDE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9CB; }
p { color: rgb(189,233,203); }
H1.HeaderClassName
{
color: #BDE9CB;
}
.AnyTagClassName
{
color: #BDE9CB;
}
</style>
background-color css
<style>
a { background-color: #BDE9CB; }
a { background-color: rgb(189,233,203); }
div.DivClassName
{
background-color: #BDE9CB;
}
.BgClassName
{
background-color: #BDE9CB;
}
</style>
border-color css
<style>
span { border-color: #BDE9CB; }
span { border-color: rgb(189,233,203); }
td.TdClassName
{
border-color: #BDE9CB;
}
.TagClassName
{
border-color: #BDE9CB;
}
</style>