Shades of Madang #BDF0AB
Tints of Madang #BDF0AB
RGB
CMYK
RGB Variations
Color information
#BDF0AB (or 0xBDF0AB) is known color: Madang. HEX triplet: BD, F0 and AB. RGB value is (189,240,171). Sum of RGB (Red+Green+Blue) = 189+240+171=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0AB is #420F54. Grayscale: #D9D9D9. Windows color (decimal): -4329301 or 11268285. OLE color: 11268285.
HSL color Cylindrical-coordinate representation of color #BDF0AB: hue angle of 104.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF0AB is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 171 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.06 |
| HSL | 104.35º | 0.7% | 0.81% | - |
| HSV(B) | 104.35º | 0.29% | 0.94% | - |
| XYZ | 59.5 | 76.08 | 50.08 | - |
| YUV | 216.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 171 | 0.21 | 0 | 0.29 | 0.06 | 104.35 | 0.7 | 0.81 |
| Hex | BD | F0 | AB | 15 | 0 | 1D | 6 | 68 | 46 | 51 |
| Octal | 275 | 360 | 253 | 25 | 0 | 35 | 6 | 150 | 106 | 121 |
| Binary | 10111101 | 11110000 | 10101011 | 10101 | 0 | 11101 | 110 | 1101000 | 1000110 | 1010001 |
Color Harmonies of #BDF0AB
Complementary color
Monochromatic Colors of #BDF0AB
Black with #BDF0AB
Text Example
Text Example
White with #BDF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0AB; }
p { color: rgb(189,240,171); }
H1.HeaderClassName
{
color: #BDF0AB;
}
.AnyTagClassName
{
color: #BDF0AB;
}
</style>
background-color css
<style>
a { background-color: #BDF0AB; }
a { background-color: rgb(189,240,171); }
div.DivClassName
{
background-color: #BDF0AB;
}
.BgClassName
{
background-color: #BDF0AB;
}
</style>
border-color css
<style>
span { border-color: #BDF0AB; }
span { border-color: rgb(189,240,171); }
td.TdClassName
{
border-color: #BDF0AB;
}
.TagClassName
{
border-color: #BDF0AB;
}
</style>