Shades of Madang #BDFCA3
Tints of Madang #BDFCA3
RGB
CMYK
RGB Variations
Color information
#BDFCA3 (or 0xBDFCA3) is known color: Madang. HEX triplet: BD, FC and A3. RGB value is (189,252,163). Sum of RGB (Red+Green+Blue) = 189+252+163=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA3 is #42035C. Grayscale: #DFDFDF. Windows color (decimal): -4326237 or 10747069. OLE color: 10747069.
HSL color Cylindrical-coordinate representation of color #BDFCA3: hue angle of 102.47º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFCA3 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 163 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.01 |
| HSL | 102.47º | 0.94% | 0.81% | - |
| HSV(B) | 102.47º | 0.35% | 0.99% | - |
| XYZ | 62.41 | 83.08 | 47.4 | - |
| YUV | 223.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 163 | 0.25 | 0 | 0.35 | 0.01 | 102.47 | 0.94 | 0.81 |
| Hex | BD | FC | A3 | 19 | 0 | 23 | 1 | 66 | 5E | 51 |
| Octal | 275 | 374 | 243 | 31 | 0 | 43 | 1 | 146 | 136 | 121 |
| Binary | 10111101 | 11111100 | 10100011 | 11001 | 0 | 100011 | 1 | 1100110 | 1011110 | 1010001 |
Color Harmonies of #BDFCA3
Complementary color
Monochromatic Colors of #BDFCA3
Black with #BDFCA3
Text Example
Text Example
White with #BDFCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCA3; }
p { color: rgb(189,252,163); }
H1.HeaderClassName
{
color: #BDFCA3;
}
.AnyTagClassName
{
color: #BDFCA3;
}
</style>
background-color css
<style>
a { background-color: #BDFCA3; }
a { background-color: rgb(189,252,163); }
div.DivClassName
{
background-color: #BDFCA3;
}
.BgClassName
{
background-color: #BDFCA3;
}
</style>
border-color css
<style>
span { border-color: #BDFCA3; }
span { border-color: rgb(189,252,163); }
td.TdClassName
{
border-color: #BDFCA3;
}
.TagClassName
{
border-color: #BDFCA3;
}
</style>