Shades of Madang #BDFEA6
Tints of Madang #BDFEA6
RGB
CMYK
RGB Variations
Color information
#BDFEA6 (or 0xBDFEA6) is known color: Madang. HEX triplet: BD, FE and A6. RGB value is (189,254,166). Sum of RGB (Red+Green+Blue) = 189+254+166=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEA6 is #420159. Grayscale: #E0E0E0. Windows color (decimal): -4325722 or 10944189. OLE color: 10944189.
HSL color Cylindrical-coordinate representation of color #BDFEA6: hue angle of 104.32º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFEA6 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 166 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.00 |
| HSL | 104.32º | 0.98% | 0.82% | - |
| HSV(B) | 104.32º | 0.35% | 1% | - |
| XYZ | 63.31 | 84.46 | 49.04 | - |
| YUV | 224.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 166 | 0.26 | 0 | 0.35 | 0.00 | 104.32 | 0.98 | 0.82 |
| Hex | BD | FE | A6 | 1A | 0 | 23 | 0 | 68 | 62 | 52 |
| Octal | 275 | 376 | 246 | 32 | 0 | 43 | 0 | 150 | 142 | 122 |
| Binary | 10111101 | 11111110 | 10100110 | 11010 | 0 | 100011 | 0 | 1101000 | 1100010 | 1010010 |
Color Harmonies of #BDFEA6
Complementary color
Monochromatic Colors of #BDFEA6
Black with #BDFEA6
Text Example
Text Example
White with #BDFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEA6; }
p { color: rgb(189,254,166); }
H1.HeaderClassName
{
color: #BDFEA6;
}
.AnyTagClassName
{
color: #BDFEA6;
}
</style>
background-color css
<style>
a { background-color: #BDFEA6; }
a { background-color: rgb(189,254,166); }
div.DivClassName
{
background-color: #BDFEA6;
}
.BgClassName
{
background-color: #BDFEA6;
}
</style>
border-color css
<style>
span { border-color: #BDFEA6; }
span { border-color: rgb(189,254,166); }
td.TdClassName
{
border-color: #BDFEA6;
}
.TagClassName
{
border-color: #BDFEA6;
}
</style>