Shades of Madang #BDE8B1
Tints of Madang #BDE8B1
RGB
CMYK
RGB Variations
Color information
#BDE8B1 (or 0xBDE8B1) is known color: Madang. HEX triplet: BD, E8 and B1. RGB value is (189,232,177). Sum of RGB (Red+Green+Blue) = 189+232+177=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8B1 is #42174E. Grayscale: #D5D5D5. Windows color (decimal): -4331343 or 11659453. OLE color: 11659453.
HSL color Cylindrical-coordinate representation of color #BDE8B1: hue angle of 106.91º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE8B1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 177 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.09 |
| HSL | 106.91º | 0.54% | 0.8% | - |
| HSV(B) | 106.91º | 0.24% | 0.91% | - |
| XYZ | 57.78 | 71.71 | 52.39 | - |
| YUV | 212.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 177 | 0.19 | 0 | 0.24 | 0.09 | 106.91 | 0.54 | 0.8 |
| Hex | BD | E8 | B1 | 13 | 0 | 18 | 9 | 6B | 36 | 50 |
| Octal | 275 | 350 | 261 | 23 | 0 | 30 | 11 | 153 | 66 | 120 |
| Binary | 10111101 | 11101000 | 10110001 | 10011 | 0 | 11000 | 1001 | 1101011 | 110110 | 1010000 |
Color Harmonies of #BDE8B1
Complementary color
Monochromatic Colors of #BDE8B1
Black with #BDE8B1
Text Example
Text Example
White with #BDE8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8B1; }
p { color: rgb(189,232,177); }
H1.HeaderClassName
{
color: #BDE8B1;
}
.AnyTagClassName
{
color: #BDE8B1;
}
</style>
background-color css
<style>
a { background-color: #BDE8B1; }
a { background-color: rgb(189,232,177); }
div.DivClassName
{
background-color: #BDE8B1;
}
.BgClassName
{
background-color: #BDE8B1;
}
</style>
border-color css
<style>
span { border-color: #BDE8B1; }
span { border-color: rgb(189,232,177); }
td.TdClassName
{
border-color: #BDE8B1;
}
.TagClassName
{
border-color: #BDE8B1;
}
</style>