Shades of Madang #BDF7A3
Tints of Madang #BDF7A3
RGB
CMYK
RGB Variations
Color information
#BDF7A3 (or 0xBDF7A3) is known color: Madang. HEX triplet: BD, F7 and A3. RGB value is (189,247,163). Sum of RGB (Red+Green+Blue) = 189+247+163=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7A3 is #42085C. Grayscale: #DCDCDC. Windows color (decimal): -4327517 or 10745789. OLE color: 10745789.
HSL color Cylindrical-coordinate representation of color #BDF7A3: hue angle of 101.43º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDF7A3 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 163 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.03 |
| HSL | 101.43º | 0.84% | 0.8% | - |
| HSV(B) | 101.43º | 0.34% | 0.97% | - |
| XYZ | 60.86 | 79.98 | 46.88 | - |
| YUV | 220.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 163 | 0.23 | 0 | 0.34 | 0.03 | 101.43 | 0.84 | 0.8 |
| Hex | BD | F7 | A3 | 17 | 0 | 22 | 3 | 65 | 54 | 50 |
| Octal | 275 | 367 | 243 | 27 | 0 | 42 | 3 | 145 | 124 | 120 |
| Binary | 10111101 | 11110111 | 10100011 | 10111 | 0 | 100010 | 11 | 1100101 | 1010100 | 1010000 |
Color Harmonies of #BDF7A3
Complementary color
Monochromatic Colors of #BDF7A3
Black with #BDF7A3
Text Example
Text Example
White with #BDF7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7A3; }
p { color: rgb(189,247,163); }
H1.HeaderClassName
{
color: #BDF7A3;
}
.AnyTagClassName
{
color: #BDF7A3;
}
</style>
background-color css
<style>
a { background-color: #BDF7A3; }
a { background-color: rgb(189,247,163); }
div.DivClassName
{
background-color: #BDF7A3;
}
.BgClassName
{
background-color: #BDF7A3;
}
</style>
border-color css
<style>
span { border-color: #BDF7A3; }
span { border-color: rgb(189,247,163); }
td.TdClassName
{
border-color: #BDF7A3;
}
.TagClassName
{
border-color: #BDF7A3;
}
</style>