Shades of Madang #BDFAA0
Tints of Madang #BDFAA0
RGB
CMYK
RGB Variations
Color information
#BDFAA0 (or 0xBDFAA0) is known color: Madang. HEX triplet: BD, FA and A0. RGB value is (189,250,160). Sum of RGB (Red+Green+Blue) = 189+250+160=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAA0 is #42055F. Grayscale: #DDDDDD. Windows color (decimal): -4326752 or 10549949. OLE color: 10549949.
HSL color Cylindrical-coordinate representation of color #BDFAA0: hue angle of 100.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDFAA0 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 160 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.02 |
| HSL | 100.67º | 0.9% | 0.8% | - |
| HSV(B) | 100.67º | 0.36% | 0.98% | - |
| XYZ | 61.52 | 81.73 | 45.79 | - |
| YUV | 221.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 160 | 0.24 | 0 | 0.36 | 0.02 | 100.67 | 0.9 | 0.8 |
| Hex | BD | FA | A0 | 18 | 0 | 24 | 2 | 65 | 5A | 50 |
| Octal | 275 | 372 | 240 | 30 | 0 | 44 | 2 | 145 | 132 | 120 |
| Binary | 10111101 | 11111010 | 10100000 | 11000 | 0 | 100100 | 10 | 1100101 | 1011010 | 1010000 |
Color Harmonies of #BDFAA0
Complementary color
Monochromatic Colors of #BDFAA0
Black with #BDFAA0
Text Example
Text Example
White with #BDFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAA0; }
p { color: rgb(189,250,160); }
H1.HeaderClassName
{
color: #BDFAA0;
}
.AnyTagClassName
{
color: #BDFAA0;
}
</style>
background-color css
<style>
a { background-color: #BDFAA0; }
a { background-color: rgb(189,250,160); }
div.DivClassName
{
background-color: #BDFAA0;
}
.BgClassName
{
background-color: #BDFAA0;
}
</style>
border-color css
<style>
span { border-color: #BDFAA0; }
span { border-color: rgb(189,250,160); }
td.TdClassName
{
border-color: #BDFAA0;
}
.TagClassName
{
border-color: #BDFAA0;
}
</style>