Shades of Madang #BDFCA9
Tints of Madang #BDFCA9
RGB
CMYK
RGB Variations
Color information
#BDFCA9 (or 0xBDFCA9) is known color: Madang. HEX triplet: BD, FC and A9. RGB value is (189,252,169). Sum of RGB (Red+Green+Blue) = 189+252+169=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA9 is #420356. Grayscale: #DFDFDF. Windows color (decimal): -4326231 or 11140285. OLE color: 11140285.
HSL color Cylindrical-coordinate representation of color #BDFCA9: hue angle of 105.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFCA9 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 169 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.01 |
| HSL | 105.54º | 0.93% | 0.83% | - |
| HSV(B) | 105.54º | 0.33% | 0.99% | - |
| XYZ | 62.96 | 83.3 | 50.3 | - |
| YUV | 223.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 169 | 0.25 | 0 | 0.33 | 0.01 | 105.54 | 0.93 | 0.83 |
| Hex | BD | FC | A9 | 19 | 0 | 21 | 1 | 6A | 5D | 53 |
| Octal | 275 | 374 | 251 | 31 | 0 | 41 | 1 | 152 | 135 | 123 |
| Binary | 10111101 | 11111100 | 10101001 | 11001 | 0 | 100001 | 1 | 1101010 | 1011101 | 1010011 |
Color Harmonies of #BDFCA9
Complementary color
Monochromatic Colors of #BDFCA9
Black with #BDFCA9
Text Example
Text Example
White with #BDFCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCA9; }
p { color: rgb(189,252,169); }
H1.HeaderClassName
{
color: #BDFCA9;
}
.AnyTagClassName
{
color: #BDFCA9;
}
</style>
background-color css
<style>
a { background-color: #BDFCA9; }
a { background-color: rgb(189,252,169); }
div.DivClassName
{
background-color: #BDFCA9;
}
.BgClassName
{
background-color: #BDFCA9;
}
</style>
border-color css
<style>
span { border-color: #BDFCA9; }
span { border-color: rgb(189,252,169); }
td.TdClassName
{
border-color: #BDFCA9;
}
.TagClassName
{
border-color: #BDFCA9;
}
</style>