Shades of Madang #BDEDA7
Tints of Madang #BDEDA7
RGB
CMYK
RGB Variations
Color information
#BDEDA7 (or 0xBDEDA7) is known color: Madang. HEX triplet: BD, ED and A7. RGB value is (189,237,167). Sum of RGB (Red+Green+Blue) = 189+237+167=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDA7 is #421258. Grayscale: #D6D6D6. Windows color (decimal): -4330073 or 11005373. OLE color: 11005373.
HSL color Cylindrical-coordinate representation of color #BDEDA7: hue angle of 101.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDEDA7 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 167 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.07 |
| HSL | 101.14º | 0.66% | 0.79% | - |
| HSV(B) | 101.14º | 0.3% | 0.93% | - |
| XYZ | 58.25 | 74.18 | 47.81 | - |
| YUV | 214.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 167 | 0.20 | 0 | 0.30 | 0.07 | 101.14 | 0.66 | 0.79 |
| Hex | BD | ED | A7 | 14 | 0 | 1E | 7 | 65 | 42 | 4F |
| Octal | 275 | 355 | 247 | 24 | 0 | 36 | 7 | 145 | 102 | 117 |
| Binary | 10111101 | 11101101 | 10100111 | 10100 | 0 | 11110 | 111 | 1100101 | 1000010 | 1001111 |
Color Harmonies of #BDEDA7
Complementary color
Monochromatic Colors of #BDEDA7
Black with #BDEDA7
Text Example
Text Example
White with #BDEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDA7; }
p { color: rgb(189,237,167); }
H1.HeaderClassName
{
color: #BDEDA7;
}
.AnyTagClassName
{
color: #BDEDA7;
}
</style>
background-color css
<style>
a { background-color: #BDEDA7; }
a { background-color: rgb(189,237,167); }
div.DivClassName
{
background-color: #BDEDA7;
}
.BgClassName
{
background-color: #BDEDA7;
}
</style>
border-color css
<style>
span { border-color: #BDEDA7; }
span { border-color: rgb(189,237,167); }
td.TdClassName
{
border-color: #BDEDA7;
}
.TagClassName
{
border-color: #BDEDA7;
}
</style>