Shades of Madang #BDE9AC
Tints of Madang #BDE9AC
RGB
CMYK
RGB Variations
Color information
#BDE9AC (or 0xBDE9AC) is known color: Madang. HEX triplet: BD, E9 and AC. RGB value is (189,233,172). Sum of RGB (Red+Green+Blue) = 189+233+172=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE9AC is #421653. Grayscale: #D5D5D5. Windows color (decimal): -4331092 or 11332029. OLE color: 11332029.
HSL color Cylindrical-coordinate representation of color #BDE9AC: hue angle of 103.28º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE9AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 172 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.09 |
| HSL | 103.28º | 0.58% | 0.79% | - |
| HSV(B) | 103.28º | 0.26% | 0.91% | - |
| XYZ | 57.57 | 72.08 | 49.91 | - |
| YUV | 212.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 172 | 0.19 | 0 | 0.26 | 0.09 | 103.28 | 0.58 | 0.79 |
| Hex | BD | E9 | AC | 13 | 0 | 1A | 9 | 67 | 3A | 4F |
| Octal | 275 | 351 | 254 | 23 | 0 | 32 | 11 | 147 | 72 | 117 |
| Binary | 10111101 | 11101001 | 10101100 | 10011 | 0 | 11010 | 1001 | 1100111 | 111010 | 1001111 |
Color Harmonies of #BDE9AC
Complementary color
Monochromatic Colors of #BDE9AC
Black with #BDE9AC
Text Example
Text Example
White with #BDE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9AC; }
p { color: rgb(189,233,172); }
H1.HeaderClassName
{
color: #BDE9AC;
}
.AnyTagClassName
{
color: #BDE9AC;
}
</style>
background-color css
<style>
a { background-color: #BDE9AC; }
a { background-color: rgb(189,233,172); }
div.DivClassName
{
background-color: #BDE9AC;
}
.BgClassName
{
background-color: #BDE9AC;
}
</style>
border-color css
<style>
span { border-color: #BDE9AC; }
span { border-color: rgb(189,233,172); }
td.TdClassName
{
border-color: #BDE9AC;
}
.TagClassName
{
border-color: #BDE9AC;
}
</style>