Shades of Madang #BDFBA7
Tints of Madang #BDFBA7
RGB
CMYK
RGB Variations
Color information
#BDFBA7 (or 0xBDFBA7) is known color: Madang. HEX triplet: BD, FB and A7. RGB value is (189,251,167). Sum of RGB (Red+Green+Blue) = 189+251+167=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBA7 is #420458. Grayscale: #DFDFDF. Windows color (decimal): -4326489 or 11008957. OLE color: 11008957.
HSL color Cylindrical-coordinate representation of color #BDFBA7: hue angle of 104.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFBA7 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 167 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.02 |
| HSL | 104.29º | 0.91% | 0.82% | - |
| HSV(B) | 104.29º | 0.33% | 0.98% | - |
| XYZ | 62.46 | 82.6 | 49.21 | - |
| YUV | 222.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 167 | 0.25 | 0 | 0.33 | 0.02 | 104.29 | 0.91 | 0.82 |
| Hex | BD | FB | A7 | 19 | 0 | 21 | 2 | 68 | 5B | 52 |
| Octal | 275 | 373 | 247 | 31 | 0 | 41 | 2 | 150 | 133 | 122 |
| Binary | 10111101 | 11111011 | 10100111 | 11001 | 0 | 100001 | 10 | 1101000 | 1011011 | 1010010 |
Color Harmonies of #BDFBA7
Complementary color
Monochromatic Colors of #BDFBA7
Black with #BDFBA7
Text Example
Text Example
White with #BDFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBA7; }
p { color: rgb(189,251,167); }
H1.HeaderClassName
{
color: #BDFBA7;
}
.AnyTagClassName
{
color: #BDFBA7;
}
</style>
background-color css
<style>
a { background-color: #BDFBA7; }
a { background-color: rgb(189,251,167); }
div.DivClassName
{
background-color: #BDFBA7;
}
.BgClassName
{
background-color: #BDFBA7;
}
</style>
border-color css
<style>
span { border-color: #BDFBA7; }
span { border-color: rgb(189,251,167); }
td.TdClassName
{
border-color: #BDFBA7;
}
.TagClassName
{
border-color: #BDFBA7;
}
</style>