Shades of Madang #BDEBA0
Tints of Madang #BDEBA0
RGB
CMYK
RGB Variations
Color information
#BDEBA0 (or 0xBDEBA0) is known color: Madang. HEX triplet: BD, EB and A0. RGB value is (189,235,160). Sum of RGB (Red+Green+Blue) = 189+235+160=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBA0 is #42145F. Grayscale: #D4D4D4. Windows color (decimal): -4330592 or 10546109. OLE color: 10546109.
HSL color Cylindrical-coordinate representation of color #BDEBA0: hue angle of 96.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDEBA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 160 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.08 |
| HSL | 96.8º | 0.65% | 0.77% | - |
| HSV(B) | 96.8º | 0.32% | 0.92% | - |
| XYZ | 57.04 | 72.77 | 44.3 | - |
| YUV | 212.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 160 | 0.20 | 0 | 0.32 | 0.08 | 96.8 | 0.65 | 0.77 |
| Hex | BD | EB | A0 | 14 | 0 | 20 | 8 | 61 | 41 | 4D |
| Octal | 275 | 353 | 240 | 24 | 0 | 40 | 10 | 141 | 101 | 115 |
| Binary | 10111101 | 11101011 | 10100000 | 10100 | 0 | 100000 | 1000 | 1100001 | 1000001 | 1001101 |
Color Harmonies of #BDEBA0
Complementary color
Monochromatic Colors of #BDEBA0
Black with #BDEBA0
Text Example
Text Example
White with #BDEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBA0; }
p { color: rgb(189,235,160); }
H1.HeaderClassName
{
color: #BDEBA0;
}
.AnyTagClassName
{
color: #BDEBA0;
}
</style>
background-color css
<style>
a { background-color: #BDEBA0; }
a { background-color: rgb(189,235,160); }
div.DivClassName
{
background-color: #BDEBA0;
}
.BgClassName
{
background-color: #BDEBA0;
}
</style>
border-color css
<style>
span { border-color: #BDEBA0; }
span { border-color: rgb(189,235,160); }
td.TdClassName
{
border-color: #BDEBA0;
}
.TagClassName
{
border-color: #BDEBA0;
}
</style>