Shades of Madang #BDF5B2
Tints of Madang #BDF5B2
RGB
CMYK
RGB Variations
Color information
#BDF5B2 (or 0xBDF5B2) is known color: Madang. HEX triplet: BD, F5 and B2. RGB value is (189,245,178). Sum of RGB (Red+Green+Blue) = 189+245+178=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF5B2 is #420A4D. Grayscale: #DCDCDC. Windows color (decimal): -4328014 or 11728317. OLE color: 11728317.
HSL color Cylindrical-coordinate representation of color #BDF5B2: hue angle of 110.15º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF5B2 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 178 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.04 |
| HSL | 110.15º | 0.77% | 0.83% | - |
| HSV(B) | 110.15º | 0.27% | 0.96% | - |
| XYZ | 61.67 | 79.34 | 54.18 | - |
| YUV | 220.62 | 103.95 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 178 | 0.23 | 0 | 0.27 | 0.04 | 110.15 | 0.77 | 0.83 |
| Hex | BD | F5 | B2 | 17 | 0 | 1B | 4 | 6E | 4D | 53 |
| Octal | 275 | 365 | 262 | 27 | 0 | 33 | 4 | 156 | 115 | 123 |
| Binary | 10111101 | 11110101 | 10110010 | 10111 | 0 | 11011 | 100 | 1101110 | 1001101 | 1010011 |
Color Harmonies of #BDF5B2
Complementary color
Monochromatic Colors of #BDF5B2
Black with #BDF5B2
Text Example
Text Example
White with #BDF5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5B2; }
p { color: rgb(189,245,178); }
H1.HeaderClassName
{
color: #BDF5B2;
}
.AnyTagClassName
{
color: #BDF5B2;
}
</style>
background-color css
<style>
a { background-color: #BDF5B2; }
a { background-color: rgb(189,245,178); }
div.DivClassName
{
background-color: #BDF5B2;
}
.BgClassName
{
background-color: #BDF5B2;
}
</style>
border-color css
<style>
span { border-color: #BDF5B2; }
span { border-color: rgb(189,245,178); }
td.TdClassName
{
border-color: #BDF5B2;
}
.TagClassName
{
border-color: #BDF5B2;
}
</style>