Shades of Madang #BEE0AD
Tints of Madang #BEE0AD
RGB
CMYK
RGB Variations
Color information
#BEE0AD (or 0xBEE0AD) is known color: Madang. HEX triplet: BE, E0 and AD. RGB value is (190,224,173). Sum of RGB (Red+Green+Blue) = 190+224+173=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AD is #411F52. Grayscale: #D0D0D0. Windows color (decimal): -4267859 or 11395262. OLE color: 11395262.
HSL color Cylindrical-coordinate representation of color #BEE0AD: hue angle of 100º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEE0AD is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 173 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.12 |
| HSL | 100º | 0.45% | 0.78% | - |
| HSV(B) | 100º | 0.23% | 0.88% | - |
| XYZ | 55.43 | 67.28 | 49.6 | - |
| YUV | 208.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 173 | 0.15 | 0 | 0.23 | 0.12 | 100 | 0.45 | 0.78 |
| Hex | BE | E0 | AD | F | 0 | 17 | C | 64 | 2D | 4E |
| Octal | 276 | 340 | 255 | 17 | 0 | 27 | 14 | 144 | 55 | 116 |
| Binary | 10111110 | 11100000 | 10101101 | 1111 | 0 | 10111 | 1100 | 1100100 | 101101 | 1001110 |
Color Harmonies of #BEE0AD
Complementary color
Monochromatic Colors of #BEE0AD
Black with #BEE0AD
Text Example
Text Example
White with #BEE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0AD; }
p { color: rgb(190,224,173); }
H1.HeaderClassName
{
color: #BEE0AD;
}
.AnyTagClassName
{
color: #BEE0AD;
}
</style>
background-color css
<style>
a { background-color: #BEE0AD; }
a { background-color: rgb(190,224,173); }
div.DivClassName
{
background-color: #BEE0AD;
}
.BgClassName
{
background-color: #BEE0AD;
}
</style>
border-color css
<style>
span { border-color: #BEE0AD; }
span { border-color: rgb(190,224,173); }
td.TdClassName
{
border-color: #BEE0AD;
}
.TagClassName
{
border-color: #BEE0AD;
}
</style>