Shades of Madang #BDF0A1
Tints of Madang #BDF0A1
RGB
CMYK
RGB Variations
Color information
#BDF0A1 (or 0xBDF0A1) is known color: Madang. HEX triplet: BD, F0 and A1. RGB value is (189,240,161). Sum of RGB (Red+Green+Blue) = 189+240+161=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0A1 is #420F5E. Grayscale: #D8D8D8. Windows color (decimal): -4329311 or 10612925. OLE color: 10612925.
HSL color Cylindrical-coordinate representation of color #BDF0A1: hue angle of 98.73º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDF0A1 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 161 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.06 |
| HSL | 98.73º | 0.72% | 0.79% | - |
| HSV(B) | 98.73º | 0.33% | 0.94% | - |
| XYZ | 58.58 | 75.71 | 45.24 | - |
| YUV | 215.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 161 | 0.21 | 0 | 0.33 | 0.06 | 98.73 | 0.72 | 0.79 |
| Hex | BD | F0 | A1 | 15 | 0 | 21 | 6 | 63 | 48 | 4F |
| Octal | 275 | 360 | 241 | 25 | 0 | 41 | 6 | 143 | 110 | 117 |
| Binary | 10111101 | 11110000 | 10100001 | 10101 | 0 | 100001 | 110 | 1100011 | 1001000 | 1001111 |
Color Harmonies of #BDF0A1
Complementary color
Monochromatic Colors of #BDF0A1
Black with #BDF0A1
Text Example
Text Example
White with #BDF0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0A1; }
p { color: rgb(189,240,161); }
H1.HeaderClassName
{
color: #BDF0A1;
}
.AnyTagClassName
{
color: #BDF0A1;
}
</style>
background-color css
<style>
a { background-color: #BDF0A1; }
a { background-color: rgb(189,240,161); }
div.DivClassName
{
background-color: #BDF0A1;
}
.BgClassName
{
background-color: #BDF0A1;
}
</style>
border-color css
<style>
span { border-color: #BDF0A1; }
span { border-color: rgb(189,240,161); }
td.TdClassName
{
border-color: #BDF0A1;
}
.TagClassName
{
border-color: #BDF0A1;
}
</style>