Shades of Madang #BEE0AF
Tints of Madang #BEE0AF
RGB
CMYK
RGB Variations
Color information
#BEE0AF (or 0xBEE0AF) is known color: Madang. HEX triplet: BE, E0 and AF. RGB value is (190,224,175). Sum of RGB (Red+Green+Blue) = 190+224+175=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AF is #411F50. Grayscale: #D0D0D0. Windows color (decimal): -4267857 or 11526334. OLE color: 11526334.
HSL color Cylindrical-coordinate representation of color #BEE0AF: hue angle of 101.63º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEE0AF is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 175 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.12 |
| HSL | 101.63º | 0.44% | 0.78% | - |
| HSV(B) | 101.63º | 0.22% | 0.88% | - |
| XYZ | 55.63 | 67.35 | 50.63 | - |
| YUV | 208.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 175 | 0.15 | 0 | 0.22 | 0.12 | 101.63 | 0.44 | 0.78 |
| Hex | BE | E0 | AF | F | 0 | 16 | C | 66 | 2C | 4E |
| Octal | 276 | 340 | 257 | 17 | 0 | 26 | 14 | 146 | 54 | 116 |
| Binary | 10111110 | 11100000 | 10101111 | 1111 | 0 | 10110 | 1100 | 1100110 | 101100 | 1001110 |
Color Harmonies of #BEE0AF
Complementary color
Monochromatic Colors of #BEE0AF
Black with #BEE0AF
Text Example
Text Example
White with #BEE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0AF; }
p { color: rgb(190,224,175); }
H1.HeaderClassName
{
color: #BEE0AF;
}
.AnyTagClassName
{
color: #BEE0AF;
}
</style>
background-color css
<style>
a { background-color: #BEE0AF; }
a { background-color: rgb(190,224,175); }
div.DivClassName
{
background-color: #BEE0AF;
}
.BgClassName
{
background-color: #BEE0AF;
}
</style>
border-color css
<style>
span { border-color: #BEE0AF; }
span { border-color: rgb(190,224,175); }
td.TdClassName
{
border-color: #BEE0AF;
}
.TagClassName
{
border-color: #BEE0AF;
}
</style>