Shades of Granny Apple #BDEDC8
Tints of Granny Apple #BDEDC8
RGB
CMYK
RGB Variations
Color information
#BDEDC8 (or 0xBDEDC8) is known color: Granny Apple. HEX triplet: BD, ED and C8. RGB value is (189,237,200). Sum of RGB (Red+Green+Blue) = 189+237+200=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC8 is #421237. Grayscale: #DADADA. Windows color (decimal): -4330040 or 13168061. OLE color: 13168061.
HSL color Cylindrical-coordinate representation of color #BDEDC8: hue angle of 133.75º 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 #BDEDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 200 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 133.75º | 0.57% | 0.84% | - |
| HSV(B) | 133.75º | 0.2% | 0.93% | - |
| XYZ | 61.7 | 75.56 | 65.98 | - |
| YUV | 218.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 200 | 0.20 | 0 | 0.16 | 0.07 | 133.75 | 0.57 | 0.84 |
| Hex | BD | ED | C8 | 14 | 0 | 10 | 7 | 86 | 39 | 54 |
| Octal | 275 | 355 | 310 | 24 | 0 | 20 | 7 | 206 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11001000 | 10100 | 0 | 10000 | 111 | 10000110 | 111001 | 1010100 |
Color Harmonies of #BDEDC8
Complementary color
Monochromatic Colors of #BDEDC8
Black with #BDEDC8
Text Example
Text Example
White with #BDEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC8; }
p { color: rgb(189,237,200); }
H1.HeaderClassName
{
color: #BDEDC8;
}
.AnyTagClassName
{
color: #BDEDC8;
}
</style>
background-color css
<style>
a { background-color: #BDEDC8; }
a { background-color: rgb(189,237,200); }
div.DivClassName
{
background-color: #BDEDC8;
}
.BgClassName
{
background-color: #BDEDC8;
}
</style>
border-color css
<style>
span { border-color: #BDEDC8; }
span { border-color: rgb(189,237,200); }
td.TdClassName
{
border-color: #BDEDC8;
}
.TagClassName
{
border-color: #BDEDC8;
}
</style>