Shades of Madang #BDF4B7
Tints of Madang #BDF4B7
RGB
CMYK
RGB Variations
Color information
#BDF4B7 (or 0xBDF4B7) is known color: Madang. HEX triplet: BD, F4 and B7. RGB value is (189,244,183). Sum of RGB (Red+Green+Blue) = 189+244+183=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4B7 is #420B48. Grayscale: #DCDCDC. Windows color (decimal): -4328265 or 12055741. OLE color: 12055741.
HSL color Cylindrical-coordinate representation of color #BDF4B7: hue angle of 114.1º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF4B7 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 183 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.04 |
| HSL | 114.1º | 0.73% | 0.84% | - |
| HSV(B) | 114.1º | 0.25% | 0.96% | - |
| XYZ | 61.88 | 78.94 | 56.77 | - |
| YUV | 220.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 183 | 0.23 | 0 | 0.25 | 0.04 | 114.1 | 0.73 | 0.84 |
| Hex | BD | F4 | B7 | 17 | 0 | 19 | 4 | 72 | 49 | 54 |
| Octal | 275 | 364 | 267 | 27 | 0 | 31 | 4 | 162 | 111 | 124 |
| Binary | 10111101 | 11110100 | 10110111 | 10111 | 0 | 11001 | 100 | 1110010 | 1001001 | 1010100 |
Color Harmonies of #BDF4B7
Complementary color
Monochromatic Colors of #BDF4B7
Black with #BDF4B7
Text Example
Text Example
White with #BDF4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4B7; }
p { color: rgb(189,244,183); }
H1.HeaderClassName
{
color: #BDF4B7;
}
.AnyTagClassName
{
color: #BDF4B7;
}
</style>
background-color css
<style>
a { background-color: #BDF4B7; }
a { background-color: rgb(189,244,183); }
div.DivClassName
{
background-color: #BDF4B7;
}
.BgClassName
{
background-color: #BDF4B7;
}
</style>
border-color css
<style>
span { border-color: #BDF4B7; }
span { border-color: rgb(189,244,183); }
td.TdClassName
{
border-color: #BDF4B7;
}
.TagClassName
{
border-color: #BDF4B7;
}
</style>