Shades of Madang #BDF5B6
Tints of Madang #BDF5B6
RGB
CMYK
RGB Variations
Color information
#BDF5B6 (or 0xBDF5B6) is known color: Madang. HEX triplet: BD, F5 and B6. RGB value is (189,245,182). Sum of RGB (Red+Green+Blue) = 189+245+182=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5B6 is #420A49. Grayscale: #DDDDDD. Windows color (decimal): -4328010 or 11990461. OLE color: 11990461.
HSL color Cylindrical-coordinate representation of color #BDF5B6: hue angle of 113.33º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF5B6 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 182 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.04 |
| HSL | 113.33º | 0.76% | 0.84% | - |
| HSV(B) | 113.33º | 0.26% | 0.96% | - |
| XYZ | 62.08 | 79.5 | 56.33 | - |
| YUV | 221.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 182 | 0.23 | 0 | 0.26 | 0.04 | 113.33 | 0.76 | 0.84 |
| Hex | BD | F5 | B6 | 17 | 0 | 1A | 4 | 71 | 4C | 54 |
| Octal | 275 | 365 | 266 | 27 | 0 | 32 | 4 | 161 | 114 | 124 |
| Binary | 10111101 | 11110101 | 10110110 | 10111 | 0 | 11010 | 100 | 1110001 | 1001100 | 1010100 |
Color Harmonies of #BDF5B6
Complementary color
Monochromatic Colors of #BDF5B6
Black with #BDF5B6
Text Example
Text Example
White with #BDF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5B6; }
p { color: rgb(189,245,182); }
H1.HeaderClassName
{
color: #BDF5B6;
}
.AnyTagClassName
{
color: #BDF5B6;
}
</style>
background-color css
<style>
a { background-color: #BDF5B6; }
a { background-color: rgb(189,245,182); }
div.DivClassName
{
background-color: #BDF5B6;
}
.BgClassName
{
background-color: #BDF5B6;
}
</style>
border-color css
<style>
span { border-color: #BDF5B6; }
span { border-color: rgb(189,245,182); }
td.TdClassName
{
border-color: #BDF5B6;
}
.TagClassName
{
border-color: #BDF5B6;
}
</style>