Shades of Madang #BDEDB4
Tints of Madang #BDEDB4
RGB
CMYK
RGB Variations
Color information
#BDEDB4 (or 0xBDEDB4) is known color: Madang. HEX triplet: BD, ED and B4. RGB value is (189,237,180). Sum of RGB (Red+Green+Blue) = 189+237+180=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB4 is #42124B. Grayscale: #D8D8D8. Windows color (decimal): -4330060 or 11857341. OLE color: 11857341.
HSL color Cylindrical-coordinate representation of color #BDEDB4: hue angle of 110.53º 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 #BDEDB4 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 180 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.07 |
| HSL | 110.53º | 0.61% | 0.82% | - |
| HSV(B) | 110.53º | 0.24% | 0.93% | - |
| XYZ | 59.51 | 74.68 | 54.46 | - |
| YUV | 216.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 180 | 0.20 | 0 | 0.24 | 0.07 | 110.53 | 0.61 | 0.82 |
| Hex | BD | ED | B4 | 14 | 0 | 18 | 7 | 6F | 3D | 52 |
| Octal | 275 | 355 | 264 | 24 | 0 | 30 | 7 | 157 | 75 | 122 |
| Binary | 10111101 | 11101101 | 10110100 | 10100 | 0 | 11000 | 111 | 1101111 | 111101 | 1010010 |
Color Harmonies of #BDEDB4
Complementary color
Monochromatic Colors of #BDEDB4
Black with #BDEDB4
Text Example
Text Example
White with #BDEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDB4; }
p { color: rgb(189,237,180); }
H1.HeaderClassName
{
color: #BDEDB4;
}
.AnyTagClassName
{
color: #BDEDB4;
}
</style>
background-color css
<style>
a { background-color: #BDEDB4; }
a { background-color: rgb(189,237,180); }
div.DivClassName
{
background-color: #BDEDB4;
}
.BgClassName
{
background-color: #BDEDB4;
}
</style>
border-color css
<style>
span { border-color: #BDEDB4; }
span { border-color: rgb(189,237,180); }
td.TdClassName
{
border-color: #BDEDB4;
}
.TagClassName
{
border-color: #BDEDB4;
}
</style>