Shades of Madang #BDE5B5
Tints of Madang #BDE5B5
RGB
CMYK
RGB Variations
Color information
#BDE5B5 (or 0xBDE5B5) is known color: Madang. HEX triplet: BD, E5 and B5. RGB value is (189,229,181). Sum of RGB (Red+Green+Blue) = 189+229+181=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5B5 is #421A4A. Grayscale: #D3D3D3. Windows color (decimal): -4332107 or 11920829. OLE color: 11920829.
HSL color Cylindrical-coordinate representation of color #BDE5B5: hue angle of 110º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE5B5 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 181 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.10 |
| HSL | 110º | 0.48% | 0.8% | - |
| HSV(B) | 110º | 0.21% | 0.9% | - |
| XYZ | 57.35 | 70.19 | 54.24 | - |
| YUV | 211.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 181 | 0.17 | 0 | 0.21 | 0.10 | 110 | 0.48 | 0.8 |
| Hex | BD | E5 | B5 | 11 | 0 | 15 | A | 6E | 30 | 50 |
| Octal | 275 | 345 | 265 | 21 | 0 | 25 | 12 | 156 | 60 | 120 |
| Binary | 10111101 | 11100101 | 10110101 | 10001 | 0 | 10101 | 1010 | 1101110 | 110000 | 1010000 |
Color Harmonies of #BDE5B5
Complementary color
Monochromatic Colors of #BDE5B5
Black with #BDE5B5
Text Example
Text Example
White with #BDE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5B5; }
p { color: rgb(189,229,181); }
H1.HeaderClassName
{
color: #BDE5B5;
}
.AnyTagClassName
{
color: #BDE5B5;
}
</style>
background-color css
<style>
a { background-color: #BDE5B5; }
a { background-color: rgb(189,229,181); }
div.DivClassName
{
background-color: #BDE5B5;
}
.BgClassName
{
background-color: #BDE5B5;
}
</style>
border-color css
<style>
span { border-color: #BDE5B5; }
span { border-color: rgb(189,229,181); }
td.TdClassName
{
border-color: #BDE5B5;
}
.TagClassName
{
border-color: #BDE5B5;
}
</style>