Shades of Madang #BDFEA3
Tints of Madang #BDFEA3
RGB
CMYK
RGB Variations
Color information
#BDFEA3 (or 0xBDFEA3) is known color: Madang. HEX triplet: BD, FE and A3. RGB value is (189,254,163). Sum of RGB (Red+Green+Blue) = 189+254+163=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEA3 is #42015C. Grayscale: #E0E0E0. Windows color (decimal): -4325725 or 10747581. OLE color: 10747581.
HSL color Cylindrical-coordinate representation of color #BDFEA3: hue angle of 102.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDFEA3 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 163 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.00 |
| HSL | 102.86º | 0.98% | 0.82% | - |
| HSV(B) | 102.86º | 0.36% | 1% | - |
| XYZ | 63.04 | 84.35 | 47.61 | - |
| YUV | 224.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 163 | 0.26 | 0 | 0.36 | 0.00 | 102.86 | 0.98 | 0.82 |
| Hex | BD | FE | A3 | 1A | 0 | 24 | 0 | 67 | 62 | 52 |
| Octal | 275 | 376 | 243 | 32 | 0 | 44 | 0 | 147 | 142 | 122 |
| Binary | 10111101 | 11111110 | 10100011 | 11010 | 0 | 100100 | 0 | 1100111 | 1100010 | 1010010 |
Color Harmonies of #BDFEA3
Complementary color
Monochromatic Colors of #BDFEA3
Black with #BDFEA3
Text Example
Text Example
White with #BDFEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEA3; }
p { color: rgb(189,254,163); }
H1.HeaderClassName
{
color: #BDFEA3;
}
.AnyTagClassName
{
color: #BDFEA3;
}
</style>
background-color css
<style>
a { background-color: #BDFEA3; }
a { background-color: rgb(189,254,163); }
div.DivClassName
{
background-color: #BDFEA3;
}
.BgClassName
{
background-color: #BDFEA3;
}
</style>
border-color css
<style>
span { border-color: #BDFEA3; }
span { border-color: rgb(189,254,163); }
td.TdClassName
{
border-color: #BDFEA3;
}
.TagClassName
{
border-color: #BDFEA3;
}
</style>