Shades of Madang #BDF2AA
Tints of Madang #BDF2AA
RGB
CMYK
RGB Variations
Color information
#BDF2AA (or 0xBDF2AA) is known color: Madang. HEX triplet: BD, F2 and AA. RGB value is (189,242,170). Sum of RGB (Red+Green+Blue) = 189+242+170=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2AA is #420D55. Grayscale: #DADADA. Windows color (decimal): -4328790 or 11203261. OLE color: 11203261.
HSL color Cylindrical-coordinate representation of color #BDF2AA: hue angle of 104.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF2AA is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 170 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.05 |
| HSL | 104.17º | 0.73% | 0.81% | - |
| HSV(B) | 104.17º | 0.3% | 0.95% | - |
| XYZ | 59.99 | 77.23 | 49.77 | - |
| YUV | 217.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 170 | 0.22 | 0 | 0.30 | 0.05 | 104.17 | 0.73 | 0.81 |
| Hex | BD | F2 | AA | 16 | 0 | 1E | 5 | 68 | 49 | 51 |
| Octal | 275 | 362 | 252 | 26 | 0 | 36 | 5 | 150 | 111 | 121 |
| Binary | 10111101 | 11110010 | 10101010 | 10110 | 0 | 11110 | 101 | 1101000 | 1001001 | 1010001 |
Color Harmonies of #BDF2AA
Complementary color
Monochromatic Colors of #BDF2AA
Black with #BDF2AA
Text Example
Text Example
White with #BDF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2AA; }
p { color: rgb(189,242,170); }
H1.HeaderClassName
{
color: #BDF2AA;
}
.AnyTagClassName
{
color: #BDF2AA;
}
</style>
background-color css
<style>
a { background-color: #BDF2AA; }
a { background-color: rgb(189,242,170); }
div.DivClassName
{
background-color: #BDF2AA;
}
.BgClassName
{
background-color: #BDF2AA;
}
</style>
border-color css
<style>
span { border-color: #BDF2AA; }
span { border-color: rgb(189,242,170); }
td.TdClassName
{
border-color: #BDF2AA;
}
.TagClassName
{
border-color: #BDF2AA;
}
</style>