Shades of Madang #BDFEAB
Tints of Madang #BDFEAB
RGB
CMYK
RGB Variations
Color information
#BDFEAB (or 0xBDFEAB) is known color: Madang. HEX triplet: BD, FE and AB. RGB value is (189,254,171). Sum of RGB (Red+Green+Blue) = 189+254+171=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEAB is #420154. Grayscale: #E1E1E1. Windows color (decimal): -4325717 or 11271869. OLE color: 11271869.
HSL color Cylindrical-coordinate representation of color #BDFEAB: hue angle of 106.99º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFEAB is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 171 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.00 |
| HSL | 106.99º | 0.98% | 0.83% | - |
| HSV(B) | 106.99º | 0.33% | 1% | - |
| XYZ | 63.78 | 84.64 | 51.5 | - |
| YUV | 225.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 171 | 0.26 | 0 | 0.33 | 0.00 | 106.99 | 0.98 | 0.83 |
| Hex | BD | FE | AB | 1A | 0 | 21 | 0 | 6B | 62 | 53 |
| Octal | 275 | 376 | 253 | 32 | 0 | 41 | 0 | 153 | 142 | 123 |
| Binary | 10111101 | 11111110 | 10101011 | 11010 | 0 | 100001 | 0 | 1101011 | 1100010 | 1010011 |
Color Harmonies of #BDFEAB
Complementary color
Monochromatic Colors of #BDFEAB
Black with #BDFEAB
Text Example
Text Example
White with #BDFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEAB; }
p { color: rgb(189,254,171); }
H1.HeaderClassName
{
color: #BDFEAB;
}
.AnyTagClassName
{
color: #BDFEAB;
}
</style>
background-color css
<style>
a { background-color: #BDFEAB; }
a { background-color: rgb(189,254,171); }
div.DivClassName
{
background-color: #BDFEAB;
}
.BgClassName
{
background-color: #BDFEAB;
}
</style>
border-color css
<style>
span { border-color: #BDFEAB; }
span { border-color: rgb(189,254,171); }
td.TdClassName
{
border-color: #BDFEAB;
}
.TagClassName
{
border-color: #BDFEAB;
}
</style>