Shades of Madang #BEF2B5
Tints of Madang #BEF2B5
RGB
CMYK
RGB Variations
Color information
#BEF2B5 (or 0xBEF2B5) is known color: Madang. HEX triplet: BE, F2 and B5. RGB value is (190,242,181). Sum of RGB (Red+Green+Blue) = 190+242+181=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2B5 is #410D4A. Grayscale: #DBDBDB. Windows color (decimal): -4263243 or 11924158. OLE color: 11924158.
HSL color Cylindrical-coordinate representation of color #BEF2B5: hue angle of 111.15º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF2B5 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 181 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.05 |
| HSL | 111.15º | 0.7% | 0.83% | - |
| HSV(B) | 111.15º | 0.25% | 0.95% | - |
| XYZ | 61.33 | 77.79 | 55.5 | - |
| YUV | 219.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 181 | 0.21 | 0 | 0.25 | 0.05 | 111.15 | 0.7 | 0.83 |
| Hex | BE | F2 | B5 | 15 | 0 | 19 | 5 | 6F | 46 | 53 |
| Octal | 276 | 362 | 265 | 25 | 0 | 31 | 5 | 157 | 106 | 123 |
| Binary | 10111110 | 11110010 | 10110101 | 10101 | 0 | 11001 | 101 | 1101111 | 1000110 | 1010011 |
Color Harmonies of #BEF2B5
Complementary color
Monochromatic Colors of #BEF2B5
Black with #BEF2B5
Text Example
Text Example
White with #BEF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2B5; }
p { color: rgb(190,242,181); }
H1.HeaderClassName
{
color: #BEF2B5;
}
.AnyTagClassName
{
color: #BEF2B5;
}
</style>
background-color css
<style>
a { background-color: #BEF2B5; }
a { background-color: rgb(190,242,181); }
div.DivClassName
{
background-color: #BEF2B5;
}
.BgClassName
{
background-color: #BEF2B5;
}
</style>
border-color css
<style>
span { border-color: #BEF2B5; }
span { border-color: rgb(190,242,181); }
td.TdClassName
{
border-color: #BEF2B5;
}
.TagClassName
{
border-color: #BEF2B5;
}
</style>