Shades of Granny Apple #BDEDC5
Tints of Granny Apple #BDEDC5
RGB
CMYK
RGB Variations
Color information
#BDEDC5 (or 0xBDEDC5) is known color: Granny Apple. HEX triplet: BD, ED and C5. RGB value is (189,237,197). Sum of RGB (Red+Green+Blue) = 189+237+197=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC5 is #42123A. Grayscale: #DADADA. Windows color (decimal): -4330043 or 12971453. OLE color: 12971453.
HSL color Cylindrical-coordinate representation of color #BDEDC5: hue angle of 130º 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 #BDEDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 197 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 130º | 0.57% | 0.84% | - |
| HSV(B) | 130º | 0.2% | 0.93% | - |
| XYZ | 61.35 | 75.42 | 64.15 | - |
| YUV | 218.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 197 | 0.20 | 0 | 0.17 | 0.07 | 130 | 0.57 | 0.84 |
| Hex | BD | ED | C5 | 14 | 0 | 11 | 7 | 82 | 39 | 54 |
| Octal | 275 | 355 | 305 | 24 | 0 | 21 | 7 | 202 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11000101 | 10100 | 0 | 10001 | 111 | 10000010 | 111001 | 1010100 |
Color Harmonies of #BDEDC5
Complementary color
Monochromatic Colors of #BDEDC5
Black with #BDEDC5
Text Example
Text Example
White with #BDEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC5; }
p { color: rgb(189,237,197); }
H1.HeaderClassName
{
color: #BDEDC5;
}
.AnyTagClassName
{
color: #BDEDC5;
}
</style>
background-color css
<style>
a { background-color: #BDEDC5; }
a { background-color: rgb(189,237,197); }
div.DivClassName
{
background-color: #BDEDC5;
}
.BgClassName
{
background-color: #BDEDC5;
}
</style>
border-color css
<style>
span { border-color: #BDEDC5; }
span { border-color: rgb(189,237,197); }
td.TdClassName
{
border-color: #BDEDC5;
}
.TagClassName
{
border-color: #BDEDC5;
}
</style>