Shades of Madang #BDE6A4
Tints of Madang #BDE6A4
RGB
CMYK
RGB Variations
Color information
#BDE6A4 (or 0xBDE6A4) is known color: Madang. HEX triplet: BD, E6 and A4. RGB value is (189,230,164). Sum of RGB (Red+Green+Blue) = 189+230+164=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE6A4 is #42195B. Grayscale: #D2D2D2. Windows color (decimal): -4331868 or 10806973. OLE color: 10806973.
HSL color Cylindrical-coordinate representation of color #BDE6A4: hue angle of 97.27º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDE6A4 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 164 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.10 |
| HSL | 97.27º | 0.57% | 0.77% | - |
| HSV(B) | 97.27º | 0.29% | 0.9% | - |
| XYZ | 55.98 | 70.09 | 45.7 | - |
| YUV | 210.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 164 | 0.18 | 0 | 0.29 | 0.10 | 97.27 | 0.57 | 0.77 |
| Hex | BD | E6 | A4 | 12 | 0 | 1D | A | 61 | 39 | 4D |
| Octal | 275 | 346 | 244 | 22 | 0 | 35 | 12 | 141 | 71 | 115 |
| Binary | 10111101 | 11100110 | 10100100 | 10010 | 0 | 11101 | 1010 | 1100001 | 111001 | 1001101 |
Color Harmonies of #BDE6A4
Complementary color
Monochromatic Colors of #BDE6A4
Black with #BDE6A4
Text Example
Text Example
White with #BDE6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6A4; }
p { color: rgb(189,230,164); }
H1.HeaderClassName
{
color: #BDE6A4;
}
.AnyTagClassName
{
color: #BDE6A4;
}
</style>
background-color css
<style>
a { background-color: #BDE6A4; }
a { background-color: rgb(189,230,164); }
div.DivClassName
{
background-color: #BDE6A4;
}
.BgClassName
{
background-color: #BDE6A4;
}
</style>
border-color css
<style>
span { border-color: #BDE6A4; }
span { border-color: rgb(189,230,164); }
td.TdClassName
{
border-color: #BDE6A4;
}
.TagClassName
{
border-color: #BDE6A4;
}
</style>