Shades of Madang #B8DDB1
Tints of Madang #B8DDB1
RGB
CMYK
RGB Variations
Color information
#B8DDB1 (or 0xB8DDB1) is known color: Madang. HEX triplet: B8, DD and B1. RGB value is (184,221,177). Sum of RGB (Red+Green+Blue) = 184+221+177=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDB1 is #47224E. Grayscale: #CDCDCD. Windows color (decimal): -4661839 or 11656632. OLE color: 11656632.
HSL color Cylindrical-coordinate representation of color #B8DDB1: hue angle of 110.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8DDB1 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 177 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.13 |
| HSL | 110.45º | 0.39% | 0.78% | - |
| HSV(B) | 110.45º | 0.2% | 0.87% | - |
| XYZ | 53.56 | 65.08 | 51.33 | - |
| YUV | 204.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 177 | 0.17 | 0 | 0.20 | 0.13 | 110.45 | 0.39 | 0.78 |
| Hex | B8 | DD | B1 | 11 | 0 | 14 | D | 6E | 27 | 4E |
| Octal | 270 | 335 | 261 | 21 | 0 | 24 | 15 | 156 | 47 | 116 |
| Binary | 10111000 | 11011101 | 10110001 | 10001 | 0 | 10100 | 1101 | 1101110 | 100111 | 1001110 |
Color Harmonies of #B8DDB1
Complementary color
Monochromatic Colors of #B8DDB1
Black with #B8DDB1
Text Example
Text Example
White with #B8DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDB1; }
p { color: rgb(184,221,177); }
H1.HeaderClassName
{
color: #B8DDB1;
}
.AnyTagClassName
{
color: #B8DDB1;
}
</style>
background-color css
<style>
a { background-color: #B8DDB1; }
a { background-color: rgb(184,221,177); }
div.DivClassName
{
background-color: #B8DDB1;
}
.BgClassName
{
background-color: #B8DDB1;
}
</style>
border-color css
<style>
span { border-color: #B8DDB1; }
span { border-color: rgb(184,221,177); }
td.TdClassName
{
border-color: #B8DDB1;
}
.TagClassName
{
border-color: #B8DDB1;
}
</style>