Shades of Madang #BDFEB2
Tints of Madang #BDFEB2
RGB
CMYK
RGB Variations
Color information
#BDFEB2 (or 0xBDFEB2) is known color: Madang. HEX triplet: BD, FE and B2. RGB value is (189,254,178). Sum of RGB (Red+Green+Blue) = 189+254+178=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEB2 is #42014D. Grayscale: #E2E2E2. Windows color (decimal): -4325710 or 11730621. OLE color: 11730621.
HSL color Cylindrical-coordinate representation of color #BDFEB2: hue angle of 111.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFEB2 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 178 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.00 |
| HSL | 111.32º | 0.97% | 0.85% | - |
| HSV(B) | 111.32º | 0.3% | 1% | - |
| XYZ | 64.46 | 84.92 | 55.11 | - |
| YUV | 225.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 178 | 0.26 | 0 | 0.30 | 0.00 | 111.32 | 0.97 | 0.85 |
| Hex | BD | FE | B2 | 1A | 0 | 1E | 0 | 6F | 61 | 55 |
| Octal | 275 | 376 | 262 | 32 | 0 | 36 | 0 | 157 | 141 | 125 |
| Binary | 10111101 | 11111110 | 10110010 | 11010 | 0 | 11110 | 0 | 1101111 | 1100001 | 1010101 |
Color Harmonies of #BDFEB2
Complementary color
Monochromatic Colors of #BDFEB2
Black with #BDFEB2
Text Example
Text Example
White with #BDFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEB2; }
p { color: rgb(189,254,178); }
H1.HeaderClassName
{
color: #BDFEB2;
}
.AnyTagClassName
{
color: #BDFEB2;
}
</style>
background-color css
<style>
a { background-color: #BDFEB2; }
a { background-color: rgb(189,254,178); }
div.DivClassName
{
background-color: #BDFEB2;
}
.BgClassName
{
background-color: #BDFEB2;
}
</style>
border-color css
<style>
span { border-color: #BDFEB2; }
span { border-color: rgb(189,254,178); }
td.TdClassName
{
border-color: #BDFEB2;
}
.TagClassName
{
border-color: #BDFEB2;
}
</style>