Shades of Madang #BDEAA0
Tints of Madang #BDEAA0
RGB
CMYK
RGB Variations
Color information
#BDEAA0 (or 0xBDEAA0) is known color: Madang. HEX triplet: BD, EA and A0. RGB value is (189,234,160). Sum of RGB (Red+Green+Blue) = 189+234+160=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEAA0 is #42155F. Grayscale: #D4D4D4. Windows color (decimal): -4330848 or 10545853. OLE color: 10545853.
HSL color Cylindrical-coordinate representation of color #BDEAA0: hue angle of 96.49º degrees, saturation: 0.64, 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 #BDEAA0 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 160 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.08 |
| HSL | 96.49º | 0.64% | 0.77% | - |
| HSV(B) | 96.49º | 0.32% | 0.92% | - |
| XYZ | 56.75 | 72.2 | 44.2 | - |
| YUV | 212.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 160 | 0.19 | 0 | 0.32 | 0.08 | 96.49 | 0.64 | 0.77 |
| Hex | BD | EA | A0 | 13 | 0 | 20 | 8 | 60 | 40 | 4D |
| Octal | 275 | 352 | 240 | 23 | 0 | 40 | 10 | 140 | 100 | 115 |
| Binary | 10111101 | 11101010 | 10100000 | 10011 | 0 | 100000 | 1000 | 1100000 | 1000000 | 1001101 |
Color Harmonies of #BDEAA0
Complementary color
Monochromatic Colors of #BDEAA0
Black with #BDEAA0
Text Example
Text Example
White with #BDEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAA0; }
p { color: rgb(189,234,160); }
H1.HeaderClassName
{
color: #BDEAA0;
}
.AnyTagClassName
{
color: #BDEAA0;
}
</style>
background-color css
<style>
a { background-color: #BDEAA0; }
a { background-color: rgb(189,234,160); }
div.DivClassName
{
background-color: #BDEAA0;
}
.BgClassName
{
background-color: #BDEAA0;
}
</style>
border-color css
<style>
span { border-color: #BDEAA0; }
span { border-color: rgb(189,234,160); }
td.TdClassName
{
border-color: #BDEAA0;
}
.TagClassName
{
border-color: #BDEAA0;
}
</style>