Shades of Madang #BEF5B6
Tints of Madang #BEF5B6
RGB
CMYK
RGB Variations
Color information
#BEF5B6 (or 0xBEF5B6) is known color: Madang. HEX triplet: BE, F5 and B6. RGB value is (190,245,182). Sum of RGB (Red+Green+Blue) = 190+245+182=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5B6 is #410A49. Grayscale: #DDDDDD. Windows color (decimal): -4262474 or 11990462. OLE color: 11990462.
HSL color Cylindrical-coordinate representation of color #BEF5B6: hue angle of 112.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEF5B6 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 182 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.04 |
| HSL | 112.38º | 0.76% | 0.84% | - |
| HSV(B) | 112.38º | 0.26% | 0.96% | - |
| XYZ | 62.33 | 79.63 | 56.34 | - |
| YUV | 221.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 182 | 0.22 | 0 | 0.26 | 0.04 | 112.38 | 0.76 | 0.84 |
| Hex | BE | F5 | B6 | 16 | 0 | 1A | 4 | 70 | 4C | 54 |
| Octal | 276 | 365 | 266 | 26 | 0 | 32 | 4 | 160 | 114 | 124 |
| Binary | 10111110 | 11110101 | 10110110 | 10110 | 0 | 11010 | 100 | 1110000 | 1001100 | 1010100 |
Color Harmonies of #BEF5B6
Complementary color
Monochromatic Colors of #BEF5B6
Black with #BEF5B6
Text Example
Text Example
White with #BEF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5B6; }
p { color: rgb(190,245,182); }
H1.HeaderClassName
{
color: #BEF5B6;
}
.AnyTagClassName
{
color: #BEF5B6;
}
</style>
background-color css
<style>
a { background-color: #BEF5B6; }
a { background-color: rgb(190,245,182); }
div.DivClassName
{
background-color: #BEF5B6;
}
.BgClassName
{
background-color: #BEF5B6;
}
</style>
border-color css
<style>
span { border-color: #BEF5B6; }
span { border-color: rgb(190,245,182); }
td.TdClassName
{
border-color: #BEF5B6;
}
.TagClassName
{
border-color: #BEF5B6;
}
</style>