Shades of Madang #BDFAB2
Tints of Madang #BDFAB2
RGB
CMYK
RGB Variations
Color information
#BDFAB2 (or 0xBDFAB2) is known color: Madang. HEX triplet: BD, FA and B2. RGB value is (189,250,178). Sum of RGB (Red+Green+Blue) = 189+250+178=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAB2 is #42054D. Grayscale: #DFDFDF. Windows color (decimal): -4326734 or 11729597. OLE color: 11729597.
HSL color Cylindrical-coordinate representation of color #BDFAB2: hue angle of 110.83º 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 #BDFAB2 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 178 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.02 |
| HSL | 110.83º | 0.88% | 0.84% | - |
| HSV(B) | 110.83º | 0.29% | 0.98% | - |
| XYZ | 63.21 | 82.4 | 54.69 | - |
| YUV | 223.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 178 | 0.24 | 0 | 0.29 | 0.02 | 110.83 | 0.88 | 0.84 |
| Hex | BD | FA | B2 | 18 | 0 | 1D | 2 | 6F | 58 | 54 |
| Octal | 275 | 372 | 262 | 30 | 0 | 35 | 2 | 157 | 130 | 124 |
| Binary | 10111101 | 11111010 | 10110010 | 11000 | 0 | 11101 | 10 | 1101111 | 1011000 | 1010100 |
Color Harmonies of #BDFAB2
Complementary color
Monochromatic Colors of #BDFAB2
Black with #BDFAB2
Text Example
Text Example
White with #BDFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAB2; }
p { color: rgb(189,250,178); }
H1.HeaderClassName
{
color: #BDFAB2;
}
.AnyTagClassName
{
color: #BDFAB2;
}
</style>
background-color css
<style>
a { background-color: #BDFAB2; }
a { background-color: rgb(189,250,178); }
div.DivClassName
{
background-color: #BDFAB2;
}
.BgClassName
{
background-color: #BDFAB2;
}
</style>
border-color css
<style>
span { border-color: #BDFAB2; }
span { border-color: rgb(189,250,178); }
td.TdClassName
{
border-color: #BDFAB2;
}
.TagClassName
{
border-color: #BDFAB2;
}
</style>