Shades of Madang #BDE8B4
Tints of Madang #BDE8B4
RGB
CMYK
RGB Variations
Color information
#BDE8B4 (or 0xBDE8B4) is known color: Madang. HEX triplet: BD, E8 and B4. RGB value is (189,232,180). Sum of RGB (Red+Green+Blue) = 189+232+180=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B4 is #42174B. Grayscale: #D5D5D5. Windows color (decimal): -4331340 or 11856061. OLE color: 11856061.
HSL color Cylindrical-coordinate representation of color #BDE8B4: hue angle of 109.62º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE8B4 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 180 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.09 |
| HSL | 109.62º | 0.53% | 0.81% | - |
| HSV(B) | 109.62º | 0.22% | 0.91% | - |
| XYZ | 58.08 | 71.83 | 53.98 | - |
| YUV | 213.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 180 | 0.19 | 0 | 0.22 | 0.09 | 109.62 | 0.53 | 0.81 |
| Hex | BD | E8 | B4 | 13 | 0 | 16 | 9 | 6E | 35 | 51 |
| Octal | 275 | 350 | 264 | 23 | 0 | 26 | 11 | 156 | 65 | 121 |
| Binary | 10111101 | 11101000 | 10110100 | 10011 | 0 | 10110 | 1001 | 1101110 | 110101 | 1010001 |
Color Harmonies of #BDE8B4
Complementary color
Monochromatic Colors of #BDE8B4
Black with #BDE8B4
Text Example
Text Example
White with #BDE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8B4; }
p { color: rgb(189,232,180); }
H1.HeaderClassName
{
color: #BDE8B4;
}
.AnyTagClassName
{
color: #BDE8B4;
}
</style>
background-color css
<style>
a { background-color: #BDE8B4; }
a { background-color: rgb(189,232,180); }
div.DivClassName
{
background-color: #BDE8B4;
}
.BgClassName
{
background-color: #BDE8B4;
}
</style>
border-color css
<style>
span { border-color: #BDE8B4; }
span { border-color: rgb(189,232,180); }
td.TdClassName
{
border-color: #BDE8B4;
}
.TagClassName
{
border-color: #BDE8B4;
}
</style>