Shades of Granny Apple #BDE4CB
Tints of Granny Apple #BDE4CB
RGB
CMYK
RGB Variations
Color information
#BDE4CB (or 0xBDE4CB) is known color: Granny Apple. HEX triplet: BD, E4 and CB. RGB value is (189,228,203). Sum of RGB (Red+Green+Blue) = 189+228+203=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4CB is #421B34. Grayscale: #D5D5D5. Windows color (decimal): -4332341 or 13362365. OLE color: 13362365.
HSL color Cylindrical-coordinate representation of color #BDE4CB: hue angle of 141.54º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4CB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 203 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 141.54º | 0.42% | 0.82% | - |
| HSV(B) | 141.54º | 0.17% | 0.89% | - |
| XYZ | 59.51 | 70.62 | 66.99 | - |
| YUV | 213.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 203 | 0.17 | 0 | 0.11 | 0.11 | 141.54 | 0.42 | 0.82 |
| Hex | BD | E4 | CB | 11 | 0 | B | B | 8E | 2A | 52 |
| Octal | 275 | 344 | 313 | 21 | 0 | 13 | 13 | 216 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11001011 | 10001 | 0 | 1011 | 1011 | 10001110 | 101010 | 1010010 |
Color Harmonies of #BDE4CB
Complementary color
Monochromatic Colors of #BDE4CB
Black with #BDE4CB
Text Example
Text Example
White with #BDE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4CB; }
p { color: rgb(189,228,203); }
H1.HeaderClassName
{
color: #BDE4CB;
}
.AnyTagClassName
{
color: #BDE4CB;
}
</style>
background-color css
<style>
a { background-color: #BDE4CB; }
a { background-color: rgb(189,228,203); }
div.DivClassName
{
background-color: #BDE4CB;
}
.BgClassName
{
background-color: #BDE4CB;
}
</style>
border-color css
<style>
span { border-color: #BDE4CB; }
span { border-color: rgb(189,228,203); }
td.TdClassName
{
border-color: #BDE4CB;
}
.TagClassName
{
border-color: #BDE4CB;
}
</style>