Shades of Madang #BEE8AA
Tints of Madang #BEE8AA
RGB
CMYK
RGB Variations
Color information
#BEE8AA (or 0xBEE8AA) is known color: Madang. HEX triplet: BE, E8 and AA. RGB value is (190,232,170). Sum of RGB (Red+Green+Blue) = 190+232+170=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE8AA is #411755. Grayscale: #D4D4D4. Windows color (decimal): -4265814 or 11200702. OLE color: 11200702.
HSL color Cylindrical-coordinate representation of color #BEE8AA: hue angle of 100.65º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEE8AA is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 170 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.09 |
| HSL | 100.65º | 0.57% | 0.79% | - |
| HSV(B) | 100.65º | 0.27% | 0.91% | - |
| XYZ | 57.35 | 71.56 | 48.82 | - |
| YUV | 212.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 170 | 0.18 | 0 | 0.27 | 0.09 | 100.65 | 0.57 | 0.79 |
| Hex | BE | E8 | AA | 12 | 0 | 1B | 9 | 65 | 39 | 4F |
| Octal | 276 | 350 | 252 | 22 | 0 | 33 | 11 | 145 | 71 | 117 |
| Binary | 10111110 | 11101000 | 10101010 | 10010 | 0 | 11011 | 1001 | 1100101 | 111001 | 1001111 |
Color Harmonies of #BEE8AA
Complementary color
Monochromatic Colors of #BEE8AA
Black with #BEE8AA
Text Example
Text Example
White with #BEE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8AA; }
p { color: rgb(190,232,170); }
H1.HeaderClassName
{
color: #BEE8AA;
}
.AnyTagClassName
{
color: #BEE8AA;
}
</style>
background-color css
<style>
a { background-color: #BEE8AA; }
a { background-color: rgb(190,232,170); }
div.DivClassName
{
background-color: #BEE8AA;
}
.BgClassName
{
background-color: #BEE8AA;
}
</style>
border-color css
<style>
span { border-color: #BEE8AA; }
span { border-color: rgb(190,232,170); }
td.TdClassName
{
border-color: #BEE8AA;
}
.TagClassName
{
border-color: #BEE8AA;
}
</style>