Shades of Madang #BDEDA6
Tints of Madang #BDEDA6
RGB
CMYK
RGB Variations
Color information
#BDEDA6 (or 0xBDEDA6) is known color: Madang. HEX triplet: BD, ED and A6. RGB value is (189,237,166). Sum of RGB (Red+Green+Blue) = 189+237+166=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDA6 is #421259. Grayscale: #D6D6D6. Windows color (decimal): -4330074 or 10939837. OLE color: 10939837.
HSL color Cylindrical-coordinate representation of color #BDEDA6: hue angle of 100.56º 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 #BDEDA6 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 166 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.07 |
| HSL | 100.56º | 0.66% | 0.79% | - |
| HSV(B) | 100.56º | 0.3% | 0.93% | - |
| XYZ | 58.15 | 74.14 | 47.32 | - |
| YUV | 214.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 166 | 0.20 | 0 | 0.30 | 0.07 | 100.56 | 0.66 | 0.79 |
| Hex | BD | ED | A6 | 14 | 0 | 1E | 7 | 65 | 42 | 4F |
| Octal | 275 | 355 | 246 | 24 | 0 | 36 | 7 | 145 | 102 | 117 |
| Binary | 10111101 | 11101101 | 10100110 | 10100 | 0 | 11110 | 111 | 1100101 | 1000010 | 1001111 |
Color Harmonies of #BDEDA6
Complementary color
Monochromatic Colors of #BDEDA6
Black with #BDEDA6
Text Example
Text Example
White with #BDEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDA6; }
p { color: rgb(189,237,166); }
H1.HeaderClassName
{
color: #BDEDA6;
}
.AnyTagClassName
{
color: #BDEDA6;
}
</style>
background-color css
<style>
a { background-color: #BDEDA6; }
a { background-color: rgb(189,237,166); }
div.DivClassName
{
background-color: #BDEDA6;
}
.BgClassName
{
background-color: #BDEDA6;
}
</style>
border-color css
<style>
span { border-color: #BDEDA6; }
span { border-color: rgb(189,237,166); }
td.TdClassName
{
border-color: #BDEDA6;
}
.TagClassName
{
border-color: #BDEDA6;
}
</style>