Shades of Madang #BDF1A3
Tints of Madang #BDF1A3
RGB
CMYK
RGB Variations
Color information
#BDF1A3 (or 0xBDF1A3) is known color: Madang. HEX triplet: BD, F1 and A3. RGB value is (189,241,163). Sum of RGB (Red+Green+Blue) = 189+241+163=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A3 is #420E5C. Grayscale: #D8D8D8. Windows color (decimal): -4329053 or 10744253. OLE color: 10744253.
HSL color Cylindrical-coordinate representation of color #BDF1A3: hue angle of 100º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDF1A3 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 163 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.05 |
| HSL | 100º | 0.74% | 0.79% | - |
| HSV(B) | 100º | 0.32% | 0.95% | - |
| XYZ | 59.05 | 76.37 | 46.28 | - |
| YUV | 216.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 163 | 0.22 | 0 | 0.32 | 0.05 | 100 | 0.74 | 0.79 |
| Hex | BD | F1 | A3 | 16 | 0 | 20 | 5 | 64 | 4A | 4F |
| Octal | 275 | 361 | 243 | 26 | 0 | 40 | 5 | 144 | 112 | 117 |
| Binary | 10111101 | 11110001 | 10100011 | 10110 | 0 | 100000 | 101 | 1100100 | 1001010 | 1001111 |
Color Harmonies of #BDF1A3
Complementary color
Monochromatic Colors of #BDF1A3
Black with #BDF1A3
Text Example
Text Example
White with #BDF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1A3; }
p { color: rgb(189,241,163); }
H1.HeaderClassName
{
color: #BDF1A3;
}
.AnyTagClassName
{
color: #BDF1A3;
}
</style>
background-color css
<style>
a { background-color: #BDF1A3; }
a { background-color: rgb(189,241,163); }
div.DivClassName
{
background-color: #BDF1A3;
}
.BgClassName
{
background-color: #BDF1A3;
}
</style>
border-color css
<style>
span { border-color: #BDF1A3; }
span { border-color: rgb(189,241,163); }
td.TdClassName
{
border-color: #BDF1A3;
}
.TagClassName
{
border-color: #BDF1A3;
}
</style>