Shades of Madang #BEE4AF
Tints of Madang #BEE4AF
RGB
CMYK
RGB Variations
Color information
#BEE4AF (or 0xBEE4AF) is known color: Madang. HEX triplet: BE, E4 and AF. RGB value is (190,228,175). Sum of RGB (Red+Green+Blue) = 190+228+175=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE4AF is #411B50. Grayscale: #D2D2D2. Windows color (decimal): -4266833 or 11527358. OLE color: 11527358.
HSL color Cylindrical-coordinate representation of color #BEE4AF: hue angle of 103.02º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEE4AF is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 175 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.11 |
| HSL | 103.02º | 0.5% | 0.79% | - |
| HSV(B) | 103.02º | 0.23% | 0.89% | - |
| XYZ | 56.72 | 69.53 | 50.99 | - |
| YUV | 210.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 175 | 0.17 | 0 | 0.23 | 0.11 | 103.02 | 0.5 | 0.79 |
| Hex | BE | E4 | AF | 11 | 0 | 17 | B | 67 | 32 | 4F |
| Octal | 276 | 344 | 257 | 21 | 0 | 27 | 13 | 147 | 62 | 117 |
| Binary | 10111110 | 11100100 | 10101111 | 10001 | 0 | 10111 | 1011 | 1100111 | 110010 | 1001111 |
Color Harmonies of #BEE4AF
Complementary color
Monochromatic Colors of #BEE4AF
Black with #BEE4AF
Text Example
Text Example
White with #BEE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4AF; }
p { color: rgb(190,228,175); }
H1.HeaderClassName
{
color: #BEE4AF;
}
.AnyTagClassName
{
color: #BEE4AF;
}
</style>
background-color css
<style>
a { background-color: #BEE4AF; }
a { background-color: rgb(190,228,175); }
div.DivClassName
{
background-color: #BEE4AF;
}
.BgClassName
{
background-color: #BEE4AF;
}
</style>
border-color css
<style>
span { border-color: #BEE4AF; }
span { border-color: rgb(190,228,175); }
td.TdClassName
{
border-color: #BEE4AF;
}
.TagClassName
{
border-color: #BEE4AF;
}
</style>