Shades of Madang #BDEDB5
Tints of Madang #BDEDB5
RGB
CMYK
RGB Variations
Color information
#BDEDB5 (or 0xBDEDB5) is known color: Madang. HEX triplet: BD, ED and B5. RGB value is (189,237,181). Sum of RGB (Red+Green+Blue) = 189+237+181=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB5 is #42124A. Grayscale: #D8D8D8. Windows color (decimal): -4330059 or 11922877. OLE color: 11922877.
HSL color Cylindrical-coordinate representation of color #BDEDB5: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEDB5 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 181 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.07 |
| HSL | 111.43º | 0.61% | 0.82% | - |
| HSV(B) | 111.43º | 0.24% | 0.93% | - |
| XYZ | 59.61 | 74.72 | 55 | - |
| YUV | 216.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 181 | 0.20 | 0 | 0.24 | 0.07 | 111.43 | 0.61 | 0.82 |
| Hex | BD | ED | B5 | 14 | 0 | 18 | 7 | 6F | 3D | 52 |
| Octal | 275 | 355 | 265 | 24 | 0 | 30 | 7 | 157 | 75 | 122 |
| Binary | 10111101 | 11101101 | 10110101 | 10100 | 0 | 11000 | 111 | 1101111 | 111101 | 1010010 |
Color Harmonies of #BDEDB5
Complementary color
Monochromatic Colors of #BDEDB5
Black with #BDEDB5
Text Example
Text Example
White with #BDEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDB5; }
p { color: rgb(189,237,181); }
H1.HeaderClassName
{
color: #BDEDB5;
}
.AnyTagClassName
{
color: #BDEDB5;
}
</style>
background-color css
<style>
a { background-color: #BDEDB5; }
a { background-color: rgb(189,237,181); }
div.DivClassName
{
background-color: #BDEDB5;
}
.BgClassName
{
background-color: #BDEDB5;
}
</style>
border-color css
<style>
span { border-color: #BDEDB5; }
span { border-color: rgb(189,237,181); }
td.TdClassName
{
border-color: #BDEDB5;
}
.TagClassName
{
border-color: #BDEDB5;
}
</style>