Shades of Madang #BDF8AB
Tints of Madang #BDF8AB
RGB
CMYK
RGB Variations
Color information
#BDF8AB (or 0xBDF8AB) is known color: Madang. HEX triplet: BD, F8 and AB. RGB value is (189,248,171). Sum of RGB (Red+Green+Blue) = 189+248+171=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF8AB is #420754. Grayscale: #DDDDDD. Windows color (decimal): -4327253 or 11270333. OLE color: 11270333.
HSL color Cylindrical-coordinate representation of color #BDF8AB: hue angle of 105.97º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF8AB is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 171 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.03 |
| HSL | 105.97º | 0.85% | 0.82% | - |
| HSV(B) | 105.97º | 0.31% | 0.97% | - |
| XYZ | 61.9 | 80.89 | 50.88 | - |
| YUV | 221.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 171 | 0.24 | 0 | 0.31 | 0.03 | 105.97 | 0.85 | 0.82 |
| Hex | BD | F8 | AB | 18 | 0 | 1F | 3 | 6A | 55 | 52 |
| Octal | 275 | 370 | 253 | 30 | 0 | 37 | 3 | 152 | 125 | 122 |
| Binary | 10111101 | 11111000 | 10101011 | 11000 | 0 | 11111 | 11 | 1101010 | 1010101 | 1010010 |
Color Harmonies of #BDF8AB
Complementary color
Monochromatic Colors of #BDF8AB
Black with #BDF8AB
Text Example
Text Example
White with #BDF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8AB; }
p { color: rgb(189,248,171); }
H1.HeaderClassName
{
color: #BDF8AB;
}
.AnyTagClassName
{
color: #BDF8AB;
}
</style>
background-color css
<style>
a { background-color: #BDF8AB; }
a { background-color: rgb(189,248,171); }
div.DivClassName
{
background-color: #BDF8AB;
}
.BgClassName
{
background-color: #BDF8AB;
}
</style>
border-color css
<style>
span { border-color: #BDF8AB; }
span { border-color: rgb(189,248,171); }
td.TdClassName
{
border-color: #BDF8AB;
}
.TagClassName
{
border-color: #BDF8AB;
}
</style>