Shades of Madang #BDF0A2
Tints of Madang #BDF0A2
RGB
CMYK
RGB Variations
Color information
#BDF0A2 (or 0xBDF0A2) is known color: Madang. HEX triplet: BD, F0 and A2. RGB value is (189,240,162). Sum of RGB (Red+Green+Blue) = 189+240+162=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0A2 is #420F5D. Grayscale: #D8D8D8. Windows color (decimal): -4329310 or 10678461. OLE color: 10678461.
HSL color Cylindrical-coordinate representation of color #BDF0A2: hue angle of 99.23º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDF0A2 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 162 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.06 |
| HSL | 99.23º | 0.72% | 0.79% | - |
| HSV(B) | 99.23º | 0.33% | 0.94% | - |
| XYZ | 58.67 | 75.75 | 45.71 | - |
| YUV | 215.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 162 | 0.21 | 0 | 0.32 | 0.06 | 99.23 | 0.72 | 0.79 |
| Hex | BD | F0 | A2 | 15 | 0 | 20 | 6 | 63 | 48 | 4F |
| Octal | 275 | 360 | 242 | 25 | 0 | 40 | 6 | 143 | 110 | 117 |
| Binary | 10111101 | 11110000 | 10100010 | 10101 | 0 | 100000 | 110 | 1100011 | 1001000 | 1001111 |
Color Harmonies of #BDF0A2
Complementary color
Monochromatic Colors of #BDF0A2
Black with #BDF0A2
Text Example
Text Example
White with #BDF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0A2; }
p { color: rgb(189,240,162); }
H1.HeaderClassName
{
color: #BDF0A2;
}
.AnyTagClassName
{
color: #BDF0A2;
}
</style>
background-color css
<style>
a { background-color: #BDF0A2; }
a { background-color: rgb(189,240,162); }
div.DivClassName
{
background-color: #BDF0A2;
}
.BgClassName
{
background-color: #BDF0A2;
}
</style>
border-color css
<style>
span { border-color: #BDF0A2; }
span { border-color: rgb(189,240,162); }
td.TdClassName
{
border-color: #BDF0A2;
}
.TagClassName
{
border-color: #BDF0A2;
}
</style>