Shades of Madang #BDE9B6
Tints of Madang #BDE9B6
RGB
CMYK
RGB Variations
Color information
#BDE9B6 (or 0xBDE9B6) is known color: Madang. HEX triplet: BD, E9 and B6. RGB value is (189,233,182). Sum of RGB (Red+Green+Blue) = 189+233+182=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9B6 is #421649. Grayscale: #D6D6D6. Windows color (decimal): -4331082 or 11987389. OLE color: 11987389.
HSL color Cylindrical-coordinate representation of color #BDE9B6: hue angle of 111.76º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE9B6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 182 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.09 |
| HSL | 111.76º | 0.54% | 0.81% | - |
| HSV(B) | 111.76º | 0.22% | 0.91% | - |
| XYZ | 58.57 | 72.47 | 55.16 | - |
| YUV | 214.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 182 | 0.19 | 0 | 0.22 | 0.09 | 111.76 | 0.54 | 0.81 |
| Hex | BD | E9 | B6 | 13 | 0 | 16 | 9 | 70 | 36 | 51 |
| Octal | 275 | 351 | 266 | 23 | 0 | 26 | 11 | 160 | 66 | 121 |
| Binary | 10111101 | 11101001 | 10110110 | 10011 | 0 | 10110 | 1001 | 1110000 | 110110 | 1010001 |
Color Harmonies of #BDE9B6
Complementary color
Monochromatic Colors of #BDE9B6
Black with #BDE9B6
Text Example
Text Example
White with #BDE9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9B6; }
p { color: rgb(189,233,182); }
H1.HeaderClassName
{
color: #BDE9B6;
}
.AnyTagClassName
{
color: #BDE9B6;
}
</style>
background-color css
<style>
a { background-color: #BDE9B6; }
a { background-color: rgb(189,233,182); }
div.DivClassName
{
background-color: #BDE9B6;
}
.BgClassName
{
background-color: #BDE9B6;
}
</style>
border-color css
<style>
span { border-color: #BDE9B6; }
span { border-color: rgb(189,233,182); }
td.TdClassName
{
border-color: #BDE9B6;
}
.TagClassName
{
border-color: #BDE9B6;
}
</style>