Shades of Madang #BDEDB8
Tints of Madang #BDEDB8
RGB
CMYK
RGB Variations
Color information
#BDEDB8 (or 0xBDEDB8) is known color: Madang. HEX triplet: BD, ED and B8. RGB value is (189,237,184). Sum of RGB (Red+Green+Blue) = 189+237+184=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB8 is #421247. Grayscale: #D8D8D8. Windows color (decimal): -4330056 or 12119485. OLE color: 12119485.
HSL color Cylindrical-coordinate representation of color #BDEDB8: hue angle of 114.34º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEDB8 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 184 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.07 |
| HSL | 114.34º | 0.6% | 0.83% | - |
| HSV(B) | 114.34º | 0.22% | 0.93% | - |
| XYZ | 59.92 | 74.85 | 56.64 | - |
| YUV | 216.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 184 | 0.20 | 0 | 0.22 | 0.07 | 114.34 | 0.6 | 0.83 |
| Hex | BD | ED | B8 | 14 | 0 | 16 | 7 | 72 | 3C | 53 |
| Octal | 275 | 355 | 270 | 24 | 0 | 26 | 7 | 162 | 74 | 123 |
| Binary | 10111101 | 11101101 | 10111000 | 10100 | 0 | 10110 | 111 | 1110010 | 111100 | 1010011 |
Color Harmonies of #BDEDB8
Complementary color
Monochromatic Colors of #BDEDB8
Black with #BDEDB8
Text Example
Text Example
White with #BDEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDB8; }
p { color: rgb(189,237,184); }
H1.HeaderClassName
{
color: #BDEDB8;
}
.AnyTagClassName
{
color: #BDEDB8;
}
</style>
background-color css
<style>
a { background-color: #BDEDB8; }
a { background-color: rgb(189,237,184); }
div.DivClassName
{
background-color: #BDEDB8;
}
.BgClassName
{
background-color: #BDEDB8;
}
</style>
border-color css
<style>
span { border-color: #BDEDB8; }
span { border-color: rgb(189,237,184); }
td.TdClassName
{
border-color: #BDEDB8;
}
.TagClassName
{
border-color: #BDEDB8;
}
</style>