Shades of Madang #BDE5B7
Tints of Madang #BDE5B7
RGB
CMYK
RGB Variations
Color information
#BDE5B7 (or 0xBDE5B7) is known color: Madang. HEX triplet: BD, E5 and B7. RGB value is (189,229,183). Sum of RGB (Red+Green+Blue) = 189+229+183=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5B7 is #421A48. Grayscale: #D3D3D3. Windows color (decimal): -4332105 or 12051901. OLE color: 12051901.
HSL color Cylindrical-coordinate representation of color #BDE5B7: hue angle of 112.17º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE5B7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 183 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.10 |
| HSL | 112.17º | 0.47% | 0.81% | - |
| HSV(B) | 112.17º | 0.2% | 0.9% | - |
| XYZ | 57.55 | 70.28 | 55.33 | - |
| YUV | 211.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 183 | 0.17 | 0 | 0.20 | 0.10 | 112.17 | 0.47 | 0.81 |
| Hex | BD | E5 | B7 | 11 | 0 | 14 | A | 70 | 2F | 51 |
| Octal | 275 | 345 | 267 | 21 | 0 | 24 | 12 | 160 | 57 | 121 |
| Binary | 10111101 | 11100101 | 10110111 | 10001 | 0 | 10100 | 1010 | 1110000 | 101111 | 1010001 |
Color Harmonies of #BDE5B7
Complementary color
Monochromatic Colors of #BDE5B7
Black with #BDE5B7
Text Example
Text Example
White with #BDE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5B7; }
p { color: rgb(189,229,183); }
H1.HeaderClassName
{
color: #BDE5B7;
}
.AnyTagClassName
{
color: #BDE5B7;
}
</style>
background-color css
<style>
a { background-color: #BDE5B7; }
a { background-color: rgb(189,229,183); }
div.DivClassName
{
background-color: #BDE5B7;
}
.BgClassName
{
background-color: #BDE5B7;
}
</style>
border-color css
<style>
span { border-color: #BDE5B7; }
span { border-color: rgb(189,229,183); }
td.TdClassName
{
border-color: #BDE5B7;
}
.TagClassName
{
border-color: #BDE5B7;
}
</style>