Shades of Granny Apple #BDEDCB
Tints of Granny Apple #BDEDCB
RGB
CMYK
RGB Variations
Color information
#BDEDCB (or 0xBDEDCB) is known color: Granny Apple. HEX triplet: BD, ED and CB. RGB value is (189,237,203). Sum of RGB (Red+Green+Blue) = 189+237+203=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCB is #421234. Grayscale: #DADADA. Windows color (decimal): -4330037 or 13364669. OLE color: 13364669.
HSL color Cylindrical-coordinate representation of color #BDEDCB: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 203 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.07 |
| HSL | 137.5º | 0.57% | 0.84% | - |
| HSV(B) | 137.5º | 0.2% | 0.93% | - |
| XYZ | 62.05 | 75.7 | 67.84 | - |
| YUV | 218.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 203 | 0.20 | 0 | 0.14 | 0.07 | 137.5 | 0.57 | 0.84 |
| Hex | BD | ED | CB | 14 | 0 | E | 7 | 8A | 39 | 54 |
| Octal | 275 | 355 | 313 | 24 | 0 | 16 | 7 | 212 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11001011 | 10100 | 0 | 1110 | 111 | 10001010 | 111001 | 1010100 |
Color Harmonies of #BDEDCB
Complementary color
Monochromatic Colors of #BDEDCB
Black with #BDEDCB
Text Example
Text Example
White with #BDEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDCB; }
p { color: rgb(189,237,203); }
H1.HeaderClassName
{
color: #BDEDCB;
}
.AnyTagClassName
{
color: #BDEDCB;
}
</style>
background-color css
<style>
a { background-color: #BDEDCB; }
a { background-color: rgb(189,237,203); }
div.DivClassName
{
background-color: #BDEDCB;
}
.BgClassName
{
background-color: #BDEDCB;
}
</style>
border-color css
<style>
span { border-color: #BDEDCB; }
span { border-color: rgb(189,237,203); }
td.TdClassName
{
border-color: #BDEDCB;
}
.TagClassName
{
border-color: #BDEDCB;
}
</style>