Shades of Madang #BDF9B7
Tints of Madang #BDF9B7
RGB
CMYK
RGB Variations
Color information
#BDF9B7 (or 0xBDF9B7) is known color: Madang. HEX triplet: BD, F9 and B7. RGB value is (189,249,183). Sum of RGB (Red+Green+Blue) = 189+249+183=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9B7 is #420648. Grayscale: #DFDFDF. Windows color (decimal): -4326985 or 12057021. OLE color: 12057021.
HSL color Cylindrical-coordinate representation of color #BDF9B7: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF9B7 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 183 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.02 |
| HSL | 114.55º | 0.85% | 0.85% | - |
| HSV(B) | 114.55º | 0.27% | 0.98% | - |
| XYZ | 63.41 | 81.99 | 57.28 | - |
| YUV | 223.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 183 | 0.24 | 0 | 0.27 | 0.02 | 114.55 | 0.85 | 0.85 |
| Hex | BD | F9 | B7 | 18 | 0 | 1B | 2 | 73 | 55 | 55 |
| Octal | 275 | 371 | 267 | 30 | 0 | 33 | 2 | 163 | 125 | 125 |
| Binary | 10111101 | 11111001 | 10110111 | 11000 | 0 | 11011 | 10 | 1110011 | 1010101 | 1010101 |
Color Harmonies of #BDF9B7
Complementary color
Monochromatic Colors of #BDF9B7
Black with #BDF9B7
Text Example
Text Example
White with #BDF9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9B7; }
p { color: rgb(189,249,183); }
H1.HeaderClassName
{
color: #BDF9B7;
}
.AnyTagClassName
{
color: #BDF9B7;
}
</style>
background-color css
<style>
a { background-color: #BDF9B7; }
a { background-color: rgb(189,249,183); }
div.DivClassName
{
background-color: #BDF9B7;
}
.BgClassName
{
background-color: #BDF9B7;
}
</style>
border-color css
<style>
span { border-color: #BDF9B7; }
span { border-color: rgb(189,249,183); }
td.TdClassName
{
border-color: #BDF9B7;
}
.TagClassName
{
border-color: #BDF9B7;
}
</style>