Shades of Madang #BEE1AD
Tints of Madang #BEE1AD
RGB
CMYK
RGB Variations
Color information
#BEE1AD (or 0xBEE1AD) is known color: Madang. HEX triplet: BE, E1 and AD. RGB value is (190,225,173). Sum of RGB (Red+Green+Blue) = 190+225+173=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE1AD is #411E52. Grayscale: #D0D0D0. Windows color (decimal): -4267603 or 11395518. OLE color: 11395518.
HSL color Cylindrical-coordinate representation of color #BEE1AD: hue angle of 100.38º 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 #BEE1AD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 173 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.12 |
| HSL | 100.38º | 0.46% | 0.78% | - |
| HSV(B) | 100.38º | 0.23% | 0.88% | - |
| XYZ | 55.7 | 67.81 | 49.69 | - |
| YUV | 208.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 173 | 0.16 | 0 | 0.23 | 0.12 | 100.38 | 0.46 | 0.78 |
| Hex | BE | E1 | AD | 10 | 0 | 17 | C | 64 | 2E | 4E |
| Octal | 276 | 341 | 255 | 20 | 0 | 27 | 14 | 144 | 56 | 116 |
| Binary | 10111110 | 11100001 | 10101101 | 10000 | 0 | 10111 | 1100 | 1100100 | 101110 | 1001110 |
Color Harmonies of #BEE1AD
Complementary color
Monochromatic Colors of #BEE1AD
Black with #BEE1AD
Text Example
Text Example
White with #BEE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1AD; }
p { color: rgb(190,225,173); }
H1.HeaderClassName
{
color: #BEE1AD;
}
.AnyTagClassName
{
color: #BEE1AD;
}
</style>
background-color css
<style>
a { background-color: #BEE1AD; }
a { background-color: rgb(190,225,173); }
div.DivClassName
{
background-color: #BEE1AD;
}
.BgClassName
{
background-color: #BEE1AD;
}
</style>
border-color css
<style>
span { border-color: #BEE1AD; }
span { border-color: rgb(190,225,173); }
td.TdClassName
{
border-color: #BEE1AD;
}
.TagClassName
{
border-color: #BEE1AD;
}
</style>