Shades of Madang #BDF6A0
Tints of Madang #BDF6A0
RGB
CMYK
RGB Variations
Color information
#BDF6A0 (or 0xBDF6A0) is known color: Madang. HEX triplet: BD, F6 and A0. RGB value is (189,246,160). Sum of RGB (Red+Green+Blue) = 189+246+160=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6A0 is #42095F. Grayscale: #DBDBDB. Windows color (decimal): -4327776 or 10548925. OLE color: 10548925.
HSL color Cylindrical-coordinate representation of color #BDF6A0: hue angle of 99.77º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF6A0 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 160 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.04 |
| HSL | 99.77º | 0.83% | 0.8% | - |
| HSV(B) | 99.77º | 0.35% | 0.96% | - |
| XYZ | 60.29 | 79.27 | 45.38 | - |
| YUV | 219.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 160 | 0.23 | 0 | 0.35 | 0.04 | 99.77 | 0.83 | 0.8 |
| Hex | BD | F6 | A0 | 17 | 0 | 23 | 4 | 64 | 53 | 50 |
| Octal | 275 | 366 | 240 | 27 | 0 | 43 | 4 | 144 | 123 | 120 |
| Binary | 10111101 | 11110110 | 10100000 | 10111 | 0 | 100011 | 100 | 1100100 | 1010011 | 1010000 |
Color Harmonies of #BDF6A0
Complementary color
Monochromatic Colors of #BDF6A0
Black with #BDF6A0
Text Example
Text Example
White with #BDF6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6A0; }
p { color: rgb(189,246,160); }
H1.HeaderClassName
{
color: #BDF6A0;
}
.AnyTagClassName
{
color: #BDF6A0;
}
</style>
background-color css
<style>
a { background-color: #BDF6A0; }
a { background-color: rgb(189,246,160); }
div.DivClassName
{
background-color: #BDF6A0;
}
.BgClassName
{
background-color: #BDF6A0;
}
</style>
border-color css
<style>
span { border-color: #BDF6A0; }
span { border-color: rgb(189,246,160); }
td.TdClassName
{
border-color: #BDF6A0;
}
.TagClassName
{
border-color: #BDF6A0;
}
</style>