Shades of Madang #BDF1AB
Tints of Madang #BDF1AB
RGB
CMYK
RGB Variations
Color information
#BDF1AB (or 0xBDF1AB) is known color: Madang. HEX triplet: BD, F1 and AB. RGB value is (189,241,171). Sum of RGB (Red+Green+Blue) = 189+241+171=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AB is #420E54. Grayscale: #D9D9D9. Windows color (decimal): -4329045 or 11268541. OLE color: 11268541.
HSL color Cylindrical-coordinate representation of color #BDF1AB: hue angle of 104.57º degrees, saturation: 0.71, 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 #BDF1AB is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 171 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.05 |
| HSL | 104.57º | 0.71% | 0.81% | - |
| HSV(B) | 104.57º | 0.29% | 0.95% | - |
| XYZ | 59.79 | 76.67 | 50.18 | - |
| YUV | 217.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 171 | 0.22 | 0 | 0.29 | 0.05 | 104.57 | 0.71 | 0.81 |
| Hex | BD | F1 | AB | 16 | 0 | 1D | 5 | 69 | 47 | 51 |
| Octal | 275 | 361 | 253 | 26 | 0 | 35 | 5 | 151 | 107 | 121 |
| Binary | 10111101 | 11110001 | 10101011 | 10110 | 0 | 11101 | 101 | 1101001 | 1000111 | 1010001 |
Color Harmonies of #BDF1AB
Complementary color
Monochromatic Colors of #BDF1AB
Black with #BDF1AB
Text Example
Text Example
White with #BDF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1AB; }
p { color: rgb(189,241,171); }
H1.HeaderClassName
{
color: #BDF1AB;
}
.AnyTagClassName
{
color: #BDF1AB;
}
</style>
background-color css
<style>
a { background-color: #BDF1AB; }
a { background-color: rgb(189,241,171); }
div.DivClassName
{
background-color: #BDF1AB;
}
.BgClassName
{
background-color: #BDF1AB;
}
</style>
border-color css
<style>
span { border-color: #BDF1AB; }
span { border-color: rgb(189,241,171); }
td.TdClassName
{
border-color: #BDF1AB;
}
.TagClassName
{
border-color: #BDF1AB;
}
</style>