Shades of Madang #BEEDB3
Tints of Madang #BEEDB3
RGB
CMYK
RGB Variations
Color information
#BEEDB3 (or 0xBEEDB3) is known color: Madang. HEX triplet: BE, ED and B3. RGB value is (190,237,179). Sum of RGB (Red+Green+Blue) = 190+237+179=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDB3 is #41124C. Grayscale: #D8D8D8. Windows color (decimal): -4264525 or 11791806. OLE color: 11791806.
HSL color Cylindrical-coordinate representation of color #BEEDB3: hue angle of 108.62º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEDB3 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 179 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.07 |
| HSL | 108.62º | 0.62% | 0.82% | - |
| HSV(B) | 108.62º | 0.24% | 0.93% | - |
| XYZ | 59.66 | 74.77 | 53.94 | - |
| YUV | 216.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 179 | 0.20 | 0 | 0.24 | 0.07 | 108.62 | 0.62 | 0.82 |
| Hex | BE | ED | B3 | 14 | 0 | 18 | 7 | 6D | 3E | 52 |
| Octal | 276 | 355 | 263 | 24 | 0 | 30 | 7 | 155 | 76 | 122 |
| Binary | 10111110 | 11101101 | 10110011 | 10100 | 0 | 11000 | 111 | 1101101 | 111110 | 1010010 |
Color Harmonies of #BEEDB3
Complementary color
Monochromatic Colors of #BEEDB3
Black with #BEEDB3
Text Example
Text Example
White with #BEEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDB3; }
p { color: rgb(190,237,179); }
H1.HeaderClassName
{
color: #BEEDB3;
}
.AnyTagClassName
{
color: #BEEDB3;
}
</style>
background-color css
<style>
a { background-color: #BEEDB3; }
a { background-color: rgb(190,237,179); }
div.DivClassName
{
background-color: #BEEDB3;
}
.BgClassName
{
background-color: #BEEDB3;
}
</style>
border-color css
<style>
span { border-color: #BEEDB3; }
span { border-color: rgb(190,237,179); }
td.TdClassName
{
border-color: #BEEDB3;
}
.TagClassName
{
border-color: #BEEDB3;
}
</style>