Shades of Madang #BDF4AB
Tints of Madang #BDF4AB
RGB
CMYK
RGB Variations
Color information
#BDF4AB (or 0xBDF4AB) is known color: Madang. HEX triplet: BD, F4 and AB. RGB value is (189,244,171). Sum of RGB (Red+Green+Blue) = 189+244+171=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF4AB is #420B54. Grayscale: #DBDBDB. Windows color (decimal): -4328277 or 11269309. OLE color: 11269309.
HSL color Cylindrical-coordinate representation of color #BDF4AB: hue angle of 105.21º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF4AB is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 171 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.04 |
| HSL | 105.21º | 0.77% | 0.81% | - |
| HSV(B) | 105.21º | 0.3% | 0.96% | - |
| XYZ | 60.69 | 78.46 | 50.47 | - |
| YUV | 219.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 171 | 0.23 | 0 | 0.30 | 0.04 | 105.21 | 0.77 | 0.81 |
| Hex | BD | F4 | AB | 17 | 0 | 1E | 4 | 69 | 4D | 51 |
| Octal | 275 | 364 | 253 | 27 | 0 | 36 | 4 | 151 | 115 | 121 |
| Binary | 10111101 | 11110100 | 10101011 | 10111 | 0 | 11110 | 100 | 1101001 | 1001101 | 1010001 |
Color Harmonies of #BDF4AB
Complementary color
Monochromatic Colors of #BDF4AB
Black with #BDF4AB
Text Example
Text Example
White with #BDF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4AB; }
p { color: rgb(189,244,171); }
H1.HeaderClassName
{
color: #BDF4AB;
}
.AnyTagClassName
{
color: #BDF4AB;
}
</style>
background-color css
<style>
a { background-color: #BDF4AB; }
a { background-color: rgb(189,244,171); }
div.DivClassName
{
background-color: #BDF4AB;
}
.BgClassName
{
background-color: #BDF4AB;
}
</style>
border-color css
<style>
span { border-color: #BDF4AB; }
span { border-color: rgb(189,244,171); }
td.TdClassName
{
border-color: #BDF4AB;
}
.TagClassName
{
border-color: #BDF4AB;
}
</style>