Shades of Madang #BDFA9E
Tints of Madang #BDFA9E
RGB
CMYK
RGB Variations
Color information
#BDFA9E (or 0xBDFA9E) is known color: Madang. HEX triplet: BD, FA and 9E. RGB value is (189,250,158). Sum of RGB (Red+Green+Blue) = 189+250+158=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA9E is #420561. Grayscale: #DDDDDD. Windows color (decimal): -4326754 or 10418877. OLE color: 10418877.
HSL color Cylindrical-coordinate representation of color #BDFA9E: hue angle of 99.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDFA9E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 158 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.02 |
| HSL | 99.78º | 0.9% | 0.8% | - |
| HSV(B) | 99.78º | 0.37% | 0.98% | - |
| XYZ | 61.34 | 81.66 | 44.88 | - |
| YUV | 221.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 158 | 0.24 | 0 | 0.37 | 0.02 | 99.78 | 0.9 | 0.8 |
| Hex | BD | FA | 9E | 18 | 0 | 25 | 2 | 64 | 5A | 50 |
| Octal | 275 | 372 | 236 | 30 | 0 | 45 | 2 | 144 | 132 | 120 |
| Binary | 10111101 | 11111010 | 10011110 | 11000 | 0 | 100101 | 10 | 1100100 | 1011010 | 1010000 |
Color Harmonies of #BDFA9E
Complementary color
Monochromatic Colors of #BDFA9E
Black with #BDFA9E
Text Example
Text Example
White with #BDFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA9E; }
p { color: rgb(189,250,158); }
H1.HeaderClassName
{
color: #BDFA9E;
}
.AnyTagClassName
{
color: #BDFA9E;
}
</style>
background-color css
<style>
a { background-color: #BDFA9E; }
a { background-color: rgb(189,250,158); }
div.DivClassName
{
background-color: #BDFA9E;
}
.BgClassName
{
background-color: #BDFA9E;
}
</style>
border-color css
<style>
span { border-color: #BDFA9E; }
span { border-color: rgb(189,250,158); }
td.TdClassName
{
border-color: #BDFA9E;
}
.TagClassName
{
border-color: #BDFA9E;
}
</style>