Shades of Madang #BDFBAC
Tints of Madang #BDFBAC
RGB
CMYK
RGB Variations
Color information
#BDFBAC (or 0xBDFBAC) is known color: Madang. HEX triplet: BD, FB and AC. RGB value is (189,251,172). Sum of RGB (Red+Green+Blue) = 189+251+172=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBAC is #420453. Grayscale: #DFDFDF. Windows color (decimal): -4326484 or 11336637. OLE color: 11336637.
HSL color Cylindrical-coordinate representation of color #BDFBAC: hue angle of 107.09º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFBAC is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 172 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.02 |
| HSL | 107.09º | 0.91% | 0.83% | - |
| HSV(B) | 107.09º | 0.31% | 0.98% | - |
| XYZ | 62.93 | 82.79 | 51.69 | - |
| YUV | 223.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 172 | 0.25 | 0 | 0.31 | 0.02 | 107.09 | 0.91 | 0.83 |
| Hex | BD | FB | AC | 19 | 0 | 1F | 2 | 6B | 5B | 53 |
| Octal | 275 | 373 | 254 | 31 | 0 | 37 | 2 | 153 | 133 | 123 |
| Binary | 10111101 | 11111011 | 10101100 | 11001 | 0 | 11111 | 10 | 1101011 | 1011011 | 1010011 |
Color Harmonies of #BDFBAC
Complementary color
Monochromatic Colors of #BDFBAC
Black with #BDFBAC
Text Example
Text Example
White with #BDFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBAC; }
p { color: rgb(189,251,172); }
H1.HeaderClassName
{
color: #BDFBAC;
}
.AnyTagClassName
{
color: #BDFBAC;
}
</style>
background-color css
<style>
a { background-color: #BDFBAC; }
a { background-color: rgb(189,251,172); }
div.DivClassName
{
background-color: #BDFBAC;
}
.BgClassName
{
background-color: #BDFBAC;
}
</style>
border-color css
<style>
span { border-color: #BDFBAC; }
span { border-color: rgb(189,251,172); }
td.TdClassName
{
border-color: #BDFBAC;
}
.TagClassName
{
border-color: #BDFBAC;
}
</style>