Shades of Madang #BDFAA2
Tints of Madang #BDFAA2
RGB
CMYK
RGB Variations
Color information
#BDFAA2 (or 0xBDFAA2) is known color: Madang. HEX triplet: BD, FA and A2. RGB value is (189,250,162). Sum of RGB (Red+Green+Blue) = 189+250+162=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAA2 is #42055D. Grayscale: #DEDEDE. Windows color (decimal): -4326750 or 10681021. OLE color: 10681021.
HSL color Cylindrical-coordinate representation of color #BDFAA2: hue angle of 101.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFAA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 162 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.02 |
| HSL | 101.59º | 0.9% | 0.81% | - |
| HSV(B) | 101.59º | 0.35% | 0.98% | - |
| XYZ | 61.69 | 81.8 | 46.72 | - |
| YUV | 221.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 162 | 0.24 | 0 | 0.35 | 0.02 | 101.59 | 0.9 | 0.81 |
| Hex | BD | FA | A2 | 18 | 0 | 23 | 2 | 66 | 5A | 51 |
| Octal | 275 | 372 | 242 | 30 | 0 | 43 | 2 | 146 | 132 | 121 |
| Binary | 10111101 | 11111010 | 10100010 | 11000 | 0 | 100011 | 10 | 1100110 | 1011010 | 1010001 |
Color Harmonies of #BDFAA2
Complementary color
Monochromatic Colors of #BDFAA2
Black with #BDFAA2
Text Example
Text Example
White with #BDFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAA2; }
p { color: rgb(189,250,162); }
H1.HeaderClassName
{
color: #BDFAA2;
}
.AnyTagClassName
{
color: #BDFAA2;
}
</style>
background-color css
<style>
a { background-color: #BDFAA2; }
a { background-color: rgb(189,250,162); }
div.DivClassName
{
background-color: #BDFAA2;
}
.BgClassName
{
background-color: #BDFAA2;
}
</style>
border-color css
<style>
span { border-color: #BDFAA2; }
span { border-color: rgb(189,250,162); }
td.TdClassName
{
border-color: #BDFAA2;
}
.TagClassName
{
border-color: #BDFAA2;
}
</style>