Shades of Madang #BDFFA3
Tints of Madang #BDFFA3
RGB
CMYK
RGB Variations
Color information
#BDFFA3 (or 0xBDFFA3) is known color: Madang. HEX triplet: BD, FF and A3. RGB value is (189,255,163). Sum of RGB (Red+Green+Blue) = 189+255+163=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFA3 is #42005C. Grayscale: #E1E1E1. Windows color (decimal): -4325469 or 10747837. OLE color: 10747837.
HSL color Cylindrical-coordinate representation of color #BDFFA3: hue angle of 103.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDFFA3 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 163 | - |
| CMYK | 0.26 | 0 | 0.36 | 0 |
| HSL | 103.04º | 1% | 0.82% | - |
| HSV(B) | 103.04º | 0.36% | 1% | - |
| XYZ | 63.36 | 84.98 | 47.71 | - |
| YUV | 224.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 163 | 0.26 | 0 | 0.36 | 0 | 103.04 | 1 | 0.82 |
| Hex | BD | FF | A3 | 1A | 0 | 24 | 0 | 67 | 64 | 52 |
| Octal | 275 | 377 | 243 | 32 | 0 | 44 | 0 | 147 | 144 | 122 |
| Binary | 10111101 | 11111111 | 10100011 | 11010 | 0 | 100100 | 0 | 1100111 | 1100100 | 1010010 |
Color Harmonies of #BDFFA3
Complementary color
Monochromatic Colors of #BDFFA3
Black with #BDFFA3
Text Example
Text Example
White with #BDFFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFA3; }
p { color: rgb(189,255,163); }
H1.HeaderClassName
{
color: #BDFFA3;
}
.AnyTagClassName
{
color: #BDFFA3;
}
</style>
background-color css
<style>
a { background-color: #BDFFA3; }
a { background-color: rgb(189,255,163); }
div.DivClassName
{
background-color: #BDFFA3;
}
.BgClassName
{
background-color: #BDFFA3;
}
</style>
border-color css
<style>
span { border-color: #BDFFA3; }
span { border-color: rgb(189,255,163); }
td.TdClassName
{
border-color: #BDFFA3;
}
.TagClassName
{
border-color: #BDFFA3;
}
</style>