Shades of Madang #BDF1AA
Tints of Madang #BDF1AA
RGB
CMYK
RGB Variations
Color information
#BDF1AA (or 0xBDF1AA) is known color: Madang. HEX triplet: BD, F1 and AA. RGB value is (189,241,170). Sum of RGB (Red+Green+Blue) = 189+241+170=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AA is #420E55. Grayscale: #D9D9D9. Windows color (decimal): -4329046 or 11203005. OLE color: 11203005.
HSL color Cylindrical-coordinate representation of color #BDF1AA: hue angle of 103.94º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF1AA is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 170 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.05 |
| HSL | 103.94º | 0.72% | 0.81% | - |
| HSV(B) | 103.94º | 0.29% | 0.95% | - |
| XYZ | 59.7 | 76.63 | 49.68 | - |
| YUV | 217.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 170 | 0.22 | 0 | 0.29 | 0.05 | 103.94 | 0.72 | 0.81 |
| Hex | BD | F1 | AA | 16 | 0 | 1D | 5 | 68 | 48 | 51 |
| Octal | 275 | 361 | 252 | 26 | 0 | 35 | 5 | 150 | 110 | 121 |
| Binary | 10111101 | 11110001 | 10101010 | 10110 | 0 | 11101 | 101 | 1101000 | 1001000 | 1010001 |
Color Harmonies of #BDF1AA
Complementary color
Monochromatic Colors of #BDF1AA
Black with #BDF1AA
Text Example
Text Example
White with #BDF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1AA; }
p { color: rgb(189,241,170); }
H1.HeaderClassName
{
color: #BDF1AA;
}
.AnyTagClassName
{
color: #BDF1AA;
}
</style>
background-color css
<style>
a { background-color: #BDF1AA; }
a { background-color: rgb(189,241,170); }
div.DivClassName
{
background-color: #BDF1AA;
}
.BgClassName
{
background-color: #BDF1AA;
}
</style>
border-color css
<style>
span { border-color: #BDF1AA; }
span { border-color: rgb(189,241,170); }
td.TdClassName
{
border-color: #BDF1AA;
}
.TagClassName
{
border-color: #BDF1AA;
}
</style>