Shades of Madang #BEE0AB
Tints of Madang #BEE0AB
RGB
CMYK
RGB Variations
Color information
#BEE0AB (or 0xBEE0AB) is known color: Madang. HEX triplet: BE, E0 and AB. RGB value is (190,224,171). Sum of RGB (Red+Green+Blue) = 190+224+171=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AB is #411F54. Grayscale: #CFCFCF. Windows color (decimal): -4267861 or 11264190. OLE color: 11264190.
HSL color Cylindrical-coordinate representation of color #BEE0AB: hue angle of 98.49º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEE0AB is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 171 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.12 |
| HSL | 98.49º | 0.46% | 0.77% | - |
| HSV(B) | 98.49º | 0.24% | 0.88% | - |
| XYZ | 55.24 | 67.2 | 48.59 | - |
| YUV | 207.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 171 | 0.15 | 0 | 0.24 | 0.12 | 98.49 | 0.46 | 0.77 |
| Hex | BE | E0 | AB | F | 0 | 18 | C | 62 | 2E | 4D |
| Octal | 276 | 340 | 253 | 17 | 0 | 30 | 14 | 142 | 56 | 115 |
| Binary | 10111110 | 11100000 | 10101011 | 1111 | 0 | 11000 | 1100 | 1100010 | 101110 | 1001101 |
Color Harmonies of #BEE0AB
Complementary color
Monochromatic Colors of #BEE0AB
Black with #BEE0AB
Text Example
Text Example
White with #BEE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0AB; }
p { color: rgb(190,224,171); }
H1.HeaderClassName
{
color: #BEE0AB;
}
.AnyTagClassName
{
color: #BEE0AB;
}
</style>
background-color css
<style>
a { background-color: #BEE0AB; }
a { background-color: rgb(190,224,171); }
div.DivClassName
{
background-color: #BEE0AB;
}
.BgClassName
{
background-color: #BEE0AB;
}
</style>
border-color css
<style>
span { border-color: #BEE0AB; }
span { border-color: rgb(190,224,171); }
td.TdClassName
{
border-color: #BEE0AB;
}
.TagClassName
{
border-color: #BEE0AB;
}
</style>