Shades of Madang #BDF9AB
Tints of Madang #BDF9AB
RGB
CMYK
RGB Variations
Color information
#BDF9AB (or 0xBDF9AB) is known color: Madang. HEX triplet: BD, F9 and AB. RGB value is (189,249,171). Sum of RGB (Red+Green+Blue) = 189+249+171=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF9AB is #420654. Grayscale: #DEDEDE. Windows color (decimal): -4326997 or 11270589. OLE color: 11270589.
HSL color Cylindrical-coordinate representation of color #BDF9AB: hue angle of 106.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF9AB is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 171 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.02 |
| HSL | 106.15º | 0.87% | 0.82% | - |
| HSV(B) | 106.15º | 0.31% | 0.98% | - |
| XYZ | 62.21 | 81.51 | 50.98 | - |
| YUV | 222.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 171 | 0.24 | 0 | 0.31 | 0.02 | 106.15 | 0.87 | 0.82 |
| Hex | BD | F9 | AB | 18 | 0 | 1F | 2 | 6A | 57 | 52 |
| Octal | 275 | 371 | 253 | 30 | 0 | 37 | 2 | 152 | 127 | 122 |
| Binary | 10111101 | 11111001 | 10101011 | 11000 | 0 | 11111 | 10 | 1101010 | 1010111 | 1010010 |
Color Harmonies of #BDF9AB
Complementary color
Monochromatic Colors of #BDF9AB
Black with #BDF9AB
Text Example
Text Example
White with #BDF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9AB; }
p { color: rgb(189,249,171); }
H1.HeaderClassName
{
color: #BDF9AB;
}
.AnyTagClassName
{
color: #BDF9AB;
}
</style>
background-color css
<style>
a { background-color: #BDF9AB; }
a { background-color: rgb(189,249,171); }
div.DivClassName
{
background-color: #BDF9AB;
}
.BgClassName
{
background-color: #BDF9AB;
}
</style>
border-color css
<style>
span { border-color: #BDF9AB; }
span { border-color: rgb(189,249,171); }
td.TdClassName
{
border-color: #BDF9AB;
}
.TagClassName
{
border-color: #BDF9AB;
}
</style>