Shades of Madang #BDE5AC
Tints of Madang #BDE5AC
RGB
CMYK
RGB Variations
Color information
#BDE5AC (or 0xBDE5AC) is known color: Madang. HEX triplet: BD, E5 and AC. RGB value is (189,229,172). Sum of RGB (Red+Green+Blue) = 189+229+172=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE5AC is #421A53. Grayscale: #D2D2D2. Windows color (decimal): -4332116 or 11331005. OLE color: 11331005.
HSL color Cylindrical-coordinate representation of color #BDE5AC: hue angle of 102.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE5AC is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 172 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.10 |
| HSL | 102.11º | 0.52% | 0.79% | - |
| HSV(B) | 102.11º | 0.25% | 0.9% | - |
| XYZ | 56.45 | 69.84 | 49.53 | - |
| YUV | 210.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 172 | 0.17 | 0 | 0.25 | 0.10 | 102.11 | 0.52 | 0.79 |
| Hex | BD | E5 | AC | 11 | 0 | 19 | A | 66 | 34 | 4F |
| Octal | 275 | 345 | 254 | 21 | 0 | 31 | 12 | 146 | 64 | 117 |
| Binary | 10111101 | 11100101 | 10101100 | 10001 | 0 | 11001 | 1010 | 1100110 | 110100 | 1001111 |
Color Harmonies of #BDE5AC
Complementary color
Monochromatic Colors of #BDE5AC
Black with #BDE5AC
Text Example
Text Example
White with #BDE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5AC; }
p { color: rgb(189,229,172); }
H1.HeaderClassName
{
color: #BDE5AC;
}
.AnyTagClassName
{
color: #BDE5AC;
}
</style>
background-color css
<style>
a { background-color: #BDE5AC; }
a { background-color: rgb(189,229,172); }
div.DivClassName
{
background-color: #BDE5AC;
}
.BgClassName
{
background-color: #BDE5AC;
}
</style>
border-color css
<style>
span { border-color: #BDE5AC; }
span { border-color: rgb(189,229,172); }
td.TdClassName
{
border-color: #BDE5AC;
}
.TagClassName
{
border-color: #BDE5AC;
}
</style>