Shades of Madang #BDF6AB
Tints of Madang #BDF6AB
RGB
CMYK
RGB Variations
Color information
#BDF6AB (or 0xBDF6AB) is known color: Madang. HEX triplet: BD, F6 and AB. RGB value is (189,246,171). Sum of RGB (Red+Green+Blue) = 189+246+171=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AB is #420954. Grayscale: #DCDCDC. Windows color (decimal): -4327765 or 11269821. OLE color: 11269821.
HSL color Cylindrical-coordinate representation of color #BDF6AB: hue angle of 105.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF6AB is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 171 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.04 |
| HSL | 105.6º | 0.81% | 0.82% | - |
| HSV(B) | 105.6º | 0.3% | 0.96% | - |
| XYZ | 61.29 | 79.67 | 50.68 | - |
| YUV | 220.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 171 | 0.23 | 0 | 0.30 | 0.04 | 105.6 | 0.81 | 0.82 |
| Hex | BD | F6 | AB | 17 | 0 | 1E | 4 | 6A | 51 | 52 |
| Octal | 275 | 366 | 253 | 27 | 0 | 36 | 4 | 152 | 121 | 122 |
| Binary | 10111101 | 11110110 | 10101011 | 10111 | 0 | 11110 | 100 | 1101010 | 1010001 | 1010010 |
Color Harmonies of #BDF6AB
Complementary color
Monochromatic Colors of #BDF6AB
Black with #BDF6AB
Text Example
Text Example
White with #BDF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6AB; }
p { color: rgb(189,246,171); }
H1.HeaderClassName
{
color: #BDF6AB;
}
.AnyTagClassName
{
color: #BDF6AB;
}
</style>
background-color css
<style>
a { background-color: #BDF6AB; }
a { background-color: rgb(189,246,171); }
div.DivClassName
{
background-color: #BDF6AB;
}
.BgClassName
{
background-color: #BDF6AB;
}
</style>
border-color css
<style>
span { border-color: #BDF6AB; }
span { border-color: rgb(189,246,171); }
td.TdClassName
{
border-color: #BDF6AB;
}
.TagClassName
{
border-color: #BDF6AB;
}
</style>