Shades of Madang #BEEDB9
Tints of Madang #BEEDB9
RGB
CMYK
RGB Variations
Color information
#BEEDB9 (or 0xBEEDB9) is known color: Madang. HEX triplet: BE, ED and B9. RGB value is (190,237,185). Sum of RGB (Red+Green+Blue) = 190+237+185=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDB9 is #411246. Grayscale: #D9D9D9. Windows color (decimal): -4264519 or 12185022. OLE color: 12185022.
HSL color Cylindrical-coordinate representation of color #BEEDB9: hue angle of 114.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEDB9 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 185 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.07 |
| HSL | 114.23º | 0.59% | 0.83% | - |
| HSV(B) | 114.23º | 0.22% | 0.93% | - |
| XYZ | 60.28 | 75.02 | 57.2 | - |
| YUV | 217.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 185 | 0.20 | 0 | 0.22 | 0.07 | 114.23 | 0.59 | 0.83 |
| Hex | BE | ED | B9 | 14 | 0 | 16 | 7 | 72 | 3B | 53 |
| Octal | 276 | 355 | 271 | 24 | 0 | 26 | 7 | 162 | 73 | 123 |
| Binary | 10111110 | 11101101 | 10111001 | 10100 | 0 | 10110 | 111 | 1110010 | 111011 | 1010011 |
Color Harmonies of #BEEDB9
Complementary color
Monochromatic Colors of #BEEDB9
Black with #BEEDB9
Text Example
Text Example
White with #BEEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDB9; }
p { color: rgb(190,237,185); }
H1.HeaderClassName
{
color: #BEEDB9;
}
.AnyTagClassName
{
color: #BEEDB9;
}
</style>
background-color css
<style>
a { background-color: #BEEDB9; }
a { background-color: rgb(190,237,185); }
div.DivClassName
{
background-color: #BEEDB9;
}
.BgClassName
{
background-color: #BEEDB9;
}
</style>
border-color css
<style>
span { border-color: #BEEDB9; }
span { border-color: rgb(190,237,185); }
td.TdClassName
{
border-color: #BEEDB9;
}
.TagClassName
{
border-color: #BEEDB9;
}
</style>