Shades of Madang #BED8AF
Tints of Madang #BED8AF
RGB
CMYK
RGB Variations
Color information
#BED8AF (or 0xBED8AF) is known color: Madang. HEX triplet: BE, D8 and AF. RGB value is (190,216,175). Sum of RGB (Red+Green+Blue) = 190+216+175=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED8AF is #412750. Grayscale: #CBCBCB. Windows color (decimal): -4269905 or 11524286. OLE color: 11524286.
HSL color Cylindrical-coordinate representation of color #BED8AF: hue angle of 98.05º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED8AF is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 175 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.15 |
| HSL | 98.05º | 0.34% | 0.77% | - |
| HSV(B) | 98.05º | 0.19% | 0.85% | - |
| XYZ | 53.53 | 63.15 | 49.93 | - |
| YUV | 203.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 175 | 0.12 | 0 | 0.19 | 0.15 | 98.05 | 0.34 | 0.77 |
| Hex | BE | D8 | AF | C | 0 | 13 | F | 62 | 22 | 4D |
| Octal | 276 | 330 | 257 | 14 | 0 | 23 | 17 | 142 | 42 | 115 |
| Binary | 10111110 | 11011000 | 10101111 | 1100 | 0 | 10011 | 1111 | 1100010 | 100010 | 1001101 |
Color Harmonies of #BED8AF
Complementary color
Monochromatic Colors of #BED8AF
Black with #BED8AF
Text Example
Text Example
White with #BED8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8AF; }
p { color: rgb(190,216,175); }
H1.HeaderClassName
{
color: #BED8AF;
}
.AnyTagClassName
{
color: #BED8AF;
}
</style>
background-color css
<style>
a { background-color: #BED8AF; }
a { background-color: rgb(190,216,175); }
div.DivClassName
{
background-color: #BED8AF;
}
.BgClassName
{
background-color: #BED8AF;
}
</style>
border-color css
<style>
span { border-color: #BED8AF; }
span { border-color: rgb(190,216,175); }
td.TdClassName
{
border-color: #BED8AF;
}
.TagClassName
{
border-color: #BED8AF;
}
</style>