Shades of Madang #BEE0AC
Tints of Madang #BEE0AC
RGB
CMYK
RGB Variations
Color information
#BEE0AC (or 0xBEE0AC) is known color: Madang. HEX triplet: BE, E0 and AC. RGB value is (190,224,172). Sum of RGB (Red+Green+Blue) = 190+224+172=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AC is #411F53. Grayscale: #D0D0D0. Windows color (decimal): -4267860 or 11329726. OLE color: 11329726.
HSL color Cylindrical-coordinate representation of color #BEE0AC: hue angle of 99.23º degrees, saturation: 0.46, 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 #BEE0AC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 172 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.12 |
| HSL | 99.23º | 0.46% | 0.78% | - |
| HSV(B) | 99.23º | 0.23% | 0.88% | - |
| XYZ | 55.34 | 67.24 | 49.09 | - |
| YUV | 207.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 172 | 0.15 | 0 | 0.23 | 0.12 | 99.23 | 0.46 | 0.78 |
| Hex | BE | E0 | AC | F | 0 | 17 | C | 63 | 2E | 4E |
| Octal | 276 | 340 | 254 | 17 | 0 | 27 | 14 | 143 | 56 | 116 |
| Binary | 10111110 | 11100000 | 10101100 | 1111 | 0 | 10111 | 1100 | 1100011 | 101110 | 1001110 |
Color Harmonies of #BEE0AC
Complementary color
Monochromatic Colors of #BEE0AC
Black with #BEE0AC
Text Example
Text Example
White with #BEE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0AC; }
p { color: rgb(190,224,172); }
H1.HeaderClassName
{
color: #BEE0AC;
}
.AnyTagClassName
{
color: #BEE0AC;
}
</style>
background-color css
<style>
a { background-color: #BEE0AC; }
a { background-color: rgb(190,224,172); }
div.DivClassName
{
background-color: #BEE0AC;
}
.BgClassName
{
background-color: #BEE0AC;
}
</style>
border-color css
<style>
span { border-color: #BEE0AC; }
span { border-color: rgb(190,224,172); }
td.TdClassName
{
border-color: #BEE0AC;
}
.TagClassName
{
border-color: #BEE0AC;
}
</style>