Shades of Madang #BDFAB1
Tints of Madang #BDFAB1
RGB
CMYK
RGB Variations
Color information
#BDFAB1 (or 0xBDFAB1) is known color: Madang. HEX triplet: BD, FA and B1. RGB value is (189,250,177). Sum of RGB (Red+Green+Blue) = 189+250+177=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAB1 is #42054E. Grayscale: #DFDFDF. Windows color (decimal): -4326735 or 11664061. OLE color: 11664061.
HSL color Cylindrical-coordinate representation of color #BDFAB1: hue angle of 110.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDFAB1 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 177 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.02 |
| HSL | 110.14º | 0.88% | 0.84% | - |
| HSV(B) | 110.14º | 0.29% | 0.98% | - |
| XYZ | 63.11 | 82.36 | 54.17 | - |
| YUV | 223.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 177 | 0.24 | 0 | 0.29 | 0.02 | 110.14 | 0.88 | 0.84 |
| Hex | BD | FA | B1 | 18 | 0 | 1D | 2 | 6E | 58 | 54 |
| Octal | 275 | 372 | 261 | 30 | 0 | 35 | 2 | 156 | 130 | 124 |
| Binary | 10111101 | 11111010 | 10110001 | 11000 | 0 | 11101 | 10 | 1101110 | 1011000 | 1010100 |
Color Harmonies of #BDFAB1
Complementary color
Monochromatic Colors of #BDFAB1
Black with #BDFAB1
Text Example
Text Example
White with #BDFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAB1; }
p { color: rgb(189,250,177); }
H1.HeaderClassName
{
color: #BDFAB1;
}
.AnyTagClassName
{
color: #BDFAB1;
}
</style>
background-color css
<style>
a { background-color: #BDFAB1; }
a { background-color: rgb(189,250,177); }
div.DivClassName
{
background-color: #BDFAB1;
}
.BgClassName
{
background-color: #BDFAB1;
}
</style>
border-color css
<style>
span { border-color: #BDFAB1; }
span { border-color: rgb(189,250,177); }
td.TdClassName
{
border-color: #BDFAB1;
}
.TagClassName
{
border-color: #BDFAB1;
}
</style>