Shades of Madang #BDF4A9
Tints of Madang #BDF4A9
RGB
CMYK
RGB Variations
Color information
#BDF4A9 (or 0xBDF4A9) is known color: Madang. HEX triplet: BD, F4 and A9. RGB value is (189,244,169). Sum of RGB (Red+Green+Blue) = 189+244+169=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF4A9 is #420B56. Grayscale: #DBDBDB. Windows color (decimal): -4328279 or 11138237. OLE color: 11138237.
HSL color Cylindrical-coordinate representation of color #BDF4A9: hue angle of 104º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF4A9 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 169 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.04 |
| HSL | 104º | 0.77% | 0.81% | - |
| HSV(B) | 104º | 0.31% | 0.96% | - |
| XYZ | 60.5 | 78.38 | 49.48 | - |
| YUV | 219.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 169 | 0.23 | 0 | 0.31 | 0.04 | 104 | 0.77 | 0.81 |
| Hex | BD | F4 | A9 | 17 | 0 | 1F | 4 | 68 | 4D | 51 |
| Octal | 275 | 364 | 251 | 27 | 0 | 37 | 4 | 150 | 115 | 121 |
| Binary | 10111101 | 11110100 | 10101001 | 10111 | 0 | 11111 | 100 | 1101000 | 1001101 | 1010001 |
Color Harmonies of #BDF4A9
Complementary color
Monochromatic Colors of #BDF4A9
Black with #BDF4A9
Text Example
Text Example
White with #BDF4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4A9; }
p { color: rgb(189,244,169); }
H1.HeaderClassName
{
color: #BDF4A9;
}
.AnyTagClassName
{
color: #BDF4A9;
}
</style>
background-color css
<style>
a { background-color: #BDF4A9; }
a { background-color: rgb(189,244,169); }
div.DivClassName
{
background-color: #BDF4A9;
}
.BgClassName
{
background-color: #BDF4A9;
}
</style>
border-color css
<style>
span { border-color: #BDF4A9; }
span { border-color: rgb(189,244,169); }
td.TdClassName
{
border-color: #BDF4A9;
}
.TagClassName
{
border-color: #BDF4A9;
}
</style>