Shades of Madang #BDFEB0
Tints of Madang #BDFEB0
RGB
CMYK
RGB Variations
Color information
#BDFEB0 (or 0xBDFEB0) is known color: Madang. HEX triplet: BD, FE and B0. RGB value is (189,254,176). Sum of RGB (Red+Green+Blue) = 189+254+176=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEB0 is #42014F. Grayscale: #E1E1E1. Windows color (decimal): -4325712 or 11599549. OLE color: 11599549.
HSL color Cylindrical-coordinate representation of color #BDFEB0: hue angle of 110º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 176 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.00 |
| HSL | 110º | 0.98% | 0.84% | - |
| HSV(B) | 110º | 0.31% | 1% | - |
| XYZ | 64.26 | 84.84 | 54.06 | - |
| YUV | 225.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 176 | 0.26 | 0 | 0.31 | 0.00 | 110 | 0.98 | 0.84 |
| Hex | BD | FE | B0 | 1A | 0 | 1F | 0 | 6E | 62 | 54 |
| Octal | 275 | 376 | 260 | 32 | 0 | 37 | 0 | 156 | 142 | 124 |
| Binary | 10111101 | 11111110 | 10110000 | 11010 | 0 | 11111 | 0 | 1101110 | 1100010 | 1010100 |
Color Harmonies of #BDFEB0
Complementary color
Monochromatic Colors of #BDFEB0
Black with #BDFEB0
Text Example
Text Example
White with #BDFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEB0; }
p { color: rgb(189,254,176); }
H1.HeaderClassName
{
color: #BDFEB0;
}
.AnyTagClassName
{
color: #BDFEB0;
}
</style>
background-color css
<style>
a { background-color: #BDFEB0; }
a { background-color: rgb(189,254,176); }
div.DivClassName
{
background-color: #BDFEB0;
}
.BgClassName
{
background-color: #BDFEB0;
}
</style>
border-color css
<style>
span { border-color: #BDFEB0; }
span { border-color: rgb(189,254,176); }
td.TdClassName
{
border-color: #BDFEB0;
}
.TagClassName
{
border-color: #BDFEB0;
}
</style>