Shades of Madang #BDFFA0
Tints of Madang #BDFFA0
RGB
CMYK
RGB Variations
Color information
#BDFFA0 (or 0xBDFFA0) is known color: Madang. HEX triplet: BD, FF and A0. RGB value is (189,255,160). Sum of RGB (Red+Green+Blue) = 189+255+160=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFA0 is #42005F. Grayscale: #E0E0E0. Windows color (decimal): -4325472 or 10551229. OLE color: 10551229.
HSL color Cylindrical-coordinate representation of color #BDFFA0: hue angle of 101.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDFFA0 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 160 | - |
| CMYK | 0.26 | 0 | 0.37 | 0 |
| HSL | 101.68º | 1% | 0.81% | - |
| HSV(B) | 101.68º | 0.37% | 1% | - |
| XYZ | 63.09 | 84.88 | 46.32 | - |
| YUV | 224.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 160 | 0.26 | 0 | 0.37 | 0 | 101.68 | 1 | 0.81 |
| Hex | BD | FF | A0 | 1A | 0 | 25 | 0 | 66 | 64 | 51 |
| Octal | 275 | 377 | 240 | 32 | 0 | 45 | 0 | 146 | 144 | 121 |
| Binary | 10111101 | 11111111 | 10100000 | 11010 | 0 | 100101 | 0 | 1100110 | 1100100 | 1010001 |
Color Harmonies of #BDFFA0
Complementary color
Monochromatic Colors of #BDFFA0
Black with #BDFFA0
Text Example
Text Example
White with #BDFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFA0; }
p { color: rgb(189,255,160); }
H1.HeaderClassName
{
color: #BDFFA0;
}
.AnyTagClassName
{
color: #BDFFA0;
}
</style>
background-color css
<style>
a { background-color: #BDFFA0; }
a { background-color: rgb(189,255,160); }
div.DivClassName
{
background-color: #BDFFA0;
}
.BgClassName
{
background-color: #BDFFA0;
}
</style>
border-color css
<style>
span { border-color: #BDFFA0; }
span { border-color: rgb(189,255,160); }
td.TdClassName
{
border-color: #BDFFA0;
}
.TagClassName
{
border-color: #BDFFA0;
}
</style>