Shades of Madang #BDE9B4
Tints of Madang #BDE9B4
RGB
CMYK
RGB Variations
Color information
#BDE9B4 (or 0xBDE9B4) is known color: Madang. HEX triplet: BD, E9 and B4. RGB value is (189,233,180). Sum of RGB (Red+Green+Blue) = 189+233+180=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9B4 is #42164B. Grayscale: #D5D5D5. Windows color (decimal): -4331084 or 11856317. OLE color: 11856317.
HSL color Cylindrical-coordinate representation of color #BDE9B4: hue angle of 109.81º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE9B4 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 180 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.09 |
| HSL | 109.81º | 0.55% | 0.81% | - |
| HSV(B) | 109.81º | 0.23% | 0.91% | - |
| XYZ | 58.36 | 72.39 | 54.08 | - |
| YUV | 213.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 180 | 0.19 | 0 | 0.23 | 0.09 | 109.81 | 0.55 | 0.81 |
| Hex | BD | E9 | B4 | 13 | 0 | 17 | 9 | 6E | 37 | 51 |
| Octal | 275 | 351 | 264 | 23 | 0 | 27 | 11 | 156 | 67 | 121 |
| Binary | 10111101 | 11101001 | 10110100 | 10011 | 0 | 10111 | 1001 | 1101110 | 110111 | 1010001 |
Color Harmonies of #BDE9B4
Complementary color
Monochromatic Colors of #BDE9B4
Black with #BDE9B4
Text Example
Text Example
White with #BDE9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9B4; }
p { color: rgb(189,233,180); }
H1.HeaderClassName
{
color: #BDE9B4;
}
.AnyTagClassName
{
color: #BDE9B4;
}
</style>
background-color css
<style>
a { background-color: #BDE9B4; }
a { background-color: rgb(189,233,180); }
div.DivClassName
{
background-color: #BDE9B4;
}
.BgClassName
{
background-color: #BDE9B4;
}
</style>
border-color css
<style>
span { border-color: #BDE9B4; }
span { border-color: rgb(189,233,180); }
td.TdClassName
{
border-color: #BDE9B4;
}
.TagClassName
{
border-color: #BDE9B4;
}
</style>