Shades of Madang #BEE8AB
Tints of Madang #BEE8AB
RGB
CMYK
RGB Variations
Color information
#BEE8AB (or 0xBEE8AB) is known color: Madang. HEX triplet: BE, E8 and AB. RGB value is (190,232,171). Sum of RGB (Red+Green+Blue) = 190+232+171=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE8AB is #411754. Grayscale: #D4D4D4. Windows color (decimal): -4265813 or 11266238. OLE color: 11266238.
HSL color Cylindrical-coordinate representation of color #BEE8AB: hue angle of 101.31º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEE8AB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 171 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.09 |
| HSL | 101.31º | 0.57% | 0.79% | - |
| HSV(B) | 101.31º | 0.26% | 0.91% | - |
| XYZ | 57.44 | 71.6 | 49.32 | - |
| YUV | 212.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 171 | 0.18 | 0 | 0.26 | 0.09 | 101.31 | 0.57 | 0.79 |
| Hex | BE | E8 | AB | 12 | 0 | 1A | 9 | 65 | 39 | 4F |
| Octal | 276 | 350 | 253 | 22 | 0 | 32 | 11 | 145 | 71 | 117 |
| Binary | 10111110 | 11101000 | 10101011 | 10010 | 0 | 11010 | 1001 | 1100101 | 111001 | 1001111 |
Color Harmonies of #BEE8AB
Complementary color
Monochromatic Colors of #BEE8AB
Black with #BEE8AB
Text Example
Text Example
White with #BEE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8AB; }
p { color: rgb(190,232,171); }
H1.HeaderClassName
{
color: #BEE8AB;
}
.AnyTagClassName
{
color: #BEE8AB;
}
</style>
background-color css
<style>
a { background-color: #BEE8AB; }
a { background-color: rgb(190,232,171); }
div.DivClassName
{
background-color: #BEE8AB;
}
.BgClassName
{
background-color: #BEE8AB;
}
</style>
border-color css
<style>
span { border-color: #BEE8AB; }
span { border-color: rgb(190,232,171); }
td.TdClassName
{
border-color: #BEE8AB;
}
.TagClassName
{
border-color: #BEE8AB;
}
</style>