Shades of Madang #BED9AD
Tints of Madang #BED9AD
RGB
CMYK
RGB Variations
Color information
#BED9AD (or 0xBED9AD) is known color: Madang. HEX triplet: BE, D9 and AD. RGB value is (190,217,173). Sum of RGB (Red+Green+Blue) = 190+217+173=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED9AD is #412652. Grayscale: #CCCCCC. Windows color (decimal): -4269651 or 11393470. OLE color: 11393470.
HSL color Cylindrical-coordinate representation of color #BED9AD: hue angle of 96.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED9AD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 173 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.15 |
| HSL | 96.82º | 0.37% | 0.76% | - |
| HSV(B) | 96.82º | 0.2% | 0.85% | - |
| XYZ | 53.59 | 63.59 | 48.98 | - |
| YUV | 203.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 173 | 0.12 | 0 | 0.20 | 0.15 | 96.82 | 0.37 | 0.76 |
| Hex | BE | D9 | AD | C | 0 | 14 | F | 61 | 25 | 4C |
| Octal | 276 | 331 | 255 | 14 | 0 | 24 | 17 | 141 | 45 | 114 |
| Binary | 10111110 | 11011001 | 10101101 | 1100 | 0 | 10100 | 1111 | 1100001 | 100101 | 1001100 |
Color Harmonies of #BED9AD
Complementary color
Monochromatic Colors of #BED9AD
Black with #BED9AD
Text Example
Text Example
White with #BED9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9AD; }
p { color: rgb(190,217,173); }
H1.HeaderClassName
{
color: #BED9AD;
}
.AnyTagClassName
{
color: #BED9AD;
}
</style>
background-color css
<style>
a { background-color: #BED9AD; }
a { background-color: rgb(190,217,173); }
div.DivClassName
{
background-color: #BED9AD;
}
.BgClassName
{
background-color: #BED9AD;
}
</style>
border-color css
<style>
span { border-color: #BED9AD; }
span { border-color: rgb(190,217,173); }
td.TdClassName
{
border-color: #BED9AD;
}
.TagClassName
{
border-color: #BED9AD;
}
</style>