Shades of Madang #BDF5B7
Tints of Madang #BDF5B7
RGB
CMYK
RGB Variations
Color information
#BDF5B7 (or 0xBDF5B7) is known color: Madang. HEX triplet: BD, F5 and B7. RGB value is (189,245,183). Sum of RGB (Red+Green+Blue) = 189+245+183=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5B7 is #420A48. Grayscale: #DDDDDD. Windows color (decimal): -4328009 or 12055997. OLE color: 12055997.
HSL color Cylindrical-coordinate representation of color #BDF5B7: hue angle of 114.19º degrees, saturation: 0.76, 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 #BDF5B7 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 183 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.04 |
| HSL | 114.19º | 0.76% | 0.84% | - |
| HSV(B) | 114.19º | 0.25% | 0.96% | - |
| XYZ | 62.19 | 79.54 | 56.88 | - |
| YUV | 221.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 183 | 0.23 | 0 | 0.25 | 0.04 | 114.19 | 0.76 | 0.84 |
| Hex | BD | F5 | B7 | 17 | 0 | 19 | 4 | 72 | 4C | 54 |
| Octal | 275 | 365 | 267 | 27 | 0 | 31 | 4 | 162 | 114 | 124 |
| Binary | 10111101 | 11110101 | 10110111 | 10111 | 0 | 11001 | 100 | 1110010 | 1001100 | 1010100 |
Color Harmonies of #BDF5B7
Complementary color
Monochromatic Colors of #BDF5B7
Black with #BDF5B7
Text Example
Text Example
White with #BDF5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5B7; }
p { color: rgb(189,245,183); }
H1.HeaderClassName
{
color: #BDF5B7;
}
.AnyTagClassName
{
color: #BDF5B7;
}
</style>
background-color css
<style>
a { background-color: #BDF5B7; }
a { background-color: rgb(189,245,183); }
div.DivClassName
{
background-color: #BDF5B7;
}
.BgClassName
{
background-color: #BDF5B7;
}
</style>
border-color css
<style>
span { border-color: #BDF5B7; }
span { border-color: rgb(189,245,183); }
td.TdClassName
{
border-color: #BDF5B7;
}
.TagClassName
{
border-color: #BDF5B7;
}
</style>