Shades of Madang #BEE4AA
Tints of Madang #BEE4AA
RGB
CMYK
RGB Variations
Color information
#BEE4AA (or 0xBEE4AA) is known color: Madang. HEX triplet: BE, E4 and AA. RGB value is (190,228,170). Sum of RGB (Red+Green+Blue) = 190+228+170=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE4AA is #411B55. Grayscale: #D2D2D2. Windows color (decimal): -4266838 or 11199678. OLE color: 11199678.
HSL color Cylindrical-coordinate representation of color #BEE4AA: hue angle of 99.31º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE4AA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 170 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.11 |
| HSL | 99.31º | 0.52% | 0.78% | - |
| HSV(B) | 99.31º | 0.25% | 0.89% | - |
| XYZ | 56.23 | 69.34 | 48.45 | - |
| YUV | 210.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 170 | 0.17 | 0 | 0.25 | 0.11 | 99.31 | 0.52 | 0.78 |
| Hex | BE | E4 | AA | 11 | 0 | 19 | B | 63 | 34 | 4E |
| Octal | 276 | 344 | 252 | 21 | 0 | 31 | 13 | 143 | 64 | 116 |
| Binary | 10111110 | 11100100 | 10101010 | 10001 | 0 | 11001 | 1011 | 1100011 | 110100 | 1001110 |
Color Harmonies of #BEE4AA
Complementary color
Monochromatic Colors of #BEE4AA
Black with #BEE4AA
Text Example
Text Example
White with #BEE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4AA; }
p { color: rgb(190,228,170); }
H1.HeaderClassName
{
color: #BEE4AA;
}
.AnyTagClassName
{
color: #BEE4AA;
}
</style>
background-color css
<style>
a { background-color: #BEE4AA; }
a { background-color: rgb(190,228,170); }
div.DivClassName
{
background-color: #BEE4AA;
}
.BgClassName
{
background-color: #BEE4AA;
}
</style>
border-color css
<style>
span { border-color: #BEE4AA; }
span { border-color: rgb(190,228,170); }
td.TdClassName
{
border-color: #BEE4AA;
}
.TagClassName
{
border-color: #BEE4AA;
}
</style>