Shades of Madang #BEECB0
Tints of Madang #BEECB0
RGB
CMYK
RGB Variations
Color information
#BEECB0 (or 0xBEECB0) is known color: Madang. HEX triplet: BE, EC and B0. RGB value is (190,236,176). Sum of RGB (Red+Green+Blue) = 190+236+176=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEECB0 is #41134F. Grayscale: #D7D7D7. Windows color (decimal): -4264784 or 11594942. OLE color: 11594942.
HSL color Cylindrical-coordinate representation of color #BEECB0: hue angle of 106º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEECB0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 176 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.07 |
| HSL | 106º | 0.61% | 0.81% | - |
| HSV(B) | 106º | 0.25% | 0.93% | - |
| XYZ | 59.07 | 74.07 | 52.26 | - |
| YUV | 215.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 176 | 0.19 | 0 | 0.25 | 0.07 | 106 | 0.61 | 0.81 |
| Hex | BE | EC | B0 | 13 | 0 | 19 | 7 | 6A | 3D | 51 |
| Octal | 276 | 354 | 260 | 23 | 0 | 31 | 7 | 152 | 75 | 121 |
| Binary | 10111110 | 11101100 | 10110000 | 10011 | 0 | 11001 | 111 | 1101010 | 111101 | 1010001 |
Color Harmonies of #BEECB0
Complementary color
Monochromatic Colors of #BEECB0
Black with #BEECB0
Text Example
Text Example
White with #BEECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECB0; }
p { color: rgb(190,236,176); }
H1.HeaderClassName
{
color: #BEECB0;
}
.AnyTagClassName
{
color: #BEECB0;
}
</style>
background-color css
<style>
a { background-color: #BEECB0; }
a { background-color: rgb(190,236,176); }
div.DivClassName
{
background-color: #BEECB0;
}
.BgClassName
{
background-color: #BEECB0;
}
</style>
border-color css
<style>
span { border-color: #BEECB0; }
span { border-color: rgb(190,236,176); }
td.TdClassName
{
border-color: #BEECB0;
}
.TagClassName
{
border-color: #BEECB0;
}
</style>