Shades of Madang #BEEBB0
Tints of Madang #BEEBB0
RGB
CMYK
RGB Variations
Color information
#BEEBB0 (or 0xBEEBB0) is known color: Madang. HEX triplet: BE, EB and B0. RGB value is (190,235,176). Sum of RGB (Red+Green+Blue) = 190+235+176=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEBB0 is #41144F. Grayscale: #D7D7D7. Windows color (decimal): -4265040 or 11594686. OLE color: 11594686.
HSL color Cylindrical-coordinate representation of color #BEEBB0: hue angle of 105.76º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEBB0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 176 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.08 |
| HSL | 105.76º | 0.6% | 0.81% | - |
| HSV(B) | 105.76º | 0.25% | 0.92% | - |
| XYZ | 58.78 | 73.5 | 52.16 | - |
| YUV | 214.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 176 | 0.19 | 0 | 0.25 | 0.08 | 105.76 | 0.6 | 0.81 |
| Hex | BE | EB | B0 | 13 | 0 | 19 | 8 | 6A | 3C | 51 |
| Octal | 276 | 353 | 260 | 23 | 0 | 31 | 10 | 152 | 74 | 121 |
| Binary | 10111110 | 11101011 | 10110000 | 10011 | 0 | 11001 | 1000 | 1101010 | 111100 | 1010001 |
Color Harmonies of #BEEBB0
Complementary color
Monochromatic Colors of #BEEBB0
Black with #BEEBB0
Text Example
Text Example
White with #BEEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBB0; }
p { color: rgb(190,235,176); }
H1.HeaderClassName
{
color: #BEEBB0;
}
.AnyTagClassName
{
color: #BEEBB0;
}
</style>
background-color css
<style>
a { background-color: #BEEBB0; }
a { background-color: rgb(190,235,176); }
div.DivClassName
{
background-color: #BEEBB0;
}
.BgClassName
{
background-color: #BEEBB0;
}
</style>
border-color css
<style>
span { border-color: #BEEBB0; }
span { border-color: rgb(190,235,176); }
td.TdClassName
{
border-color: #BEEBB0;
}
.TagClassName
{
border-color: #BEEBB0;
}
</style>