Shades of Madang #BDE5A5
Tints of Madang #BDE5A5
RGB
CMYK
RGB Variations
Color information
#BDE5A5 (or 0xBDE5A5) is known color: Madang. HEX triplet: BD, E5 and A5. RGB value is (189,229,165). Sum of RGB (Red+Green+Blue) = 189+229+165=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE5A5 is #421A5A. Grayscale: #D1D1D1. Windows color (decimal): -4332123 or 10872253. OLE color: 10872253.
HSL color Cylindrical-coordinate representation of color #BDE5A5: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDE5A5 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 165 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.10 |
| HSL | 97.5º | 0.55% | 0.77% | - |
| HSV(B) | 97.5º | 0.28% | 0.9% | - |
| XYZ | 55.8 | 69.57 | 46.09 | - |
| YUV | 209.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 165 | 0.17 | 0 | 0.28 | 0.10 | 97.5 | 0.55 | 0.77 |
| Hex | BD | E5 | A5 | 11 | 0 | 1C | A | 62 | 37 | 4D |
| Octal | 275 | 345 | 245 | 21 | 0 | 34 | 12 | 142 | 67 | 115 |
| Binary | 10111101 | 11100101 | 10100101 | 10001 | 0 | 11100 | 1010 | 1100010 | 110111 | 1001101 |
Color Harmonies of #BDE5A5
Complementary color
Monochromatic Colors of #BDE5A5
Black with #BDE5A5
Text Example
Text Example
White with #BDE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5A5; }
p { color: rgb(189,229,165); }
H1.HeaderClassName
{
color: #BDE5A5;
}
.AnyTagClassName
{
color: #BDE5A5;
}
</style>
background-color css
<style>
a { background-color: #BDE5A5; }
a { background-color: rgb(189,229,165); }
div.DivClassName
{
background-color: #BDE5A5;
}
.BgClassName
{
background-color: #BDE5A5;
}
</style>
border-color css
<style>
span { border-color: #BDE5A5; }
span { border-color: rgb(189,229,165); }
td.TdClassName
{
border-color: #BDE5A5;
}
.TagClassName
{
border-color: #BDE5A5;
}
</style>