Shades of Madang #B7D8AB
Tints of Madang #B7D8AB
RGB
CMYK
RGB Variations
Color information
#B7D8AB (or 0xB7D8AB) is known color: Madang. HEX triplet: B7, D8 and AB. RGB value is (183,216,171). Sum of RGB (Red+Green+Blue) = 183+216+171=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D8AB is #482754. Grayscale: #C9C9C9. Windows color (decimal): -4728661 or 11262135. OLE color: 11262135.
HSL color Cylindrical-coordinate representation of color #B7D8AB: hue angle of 104º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7D8AB is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 171 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.15 |
| HSL | 104º | 0.37% | 0.76% | - |
| HSV(B) | 104º | 0.21% | 0.85% | - |
| XYZ | 51.43 | 62.12 | 47.81 | - |
| YUV | 201 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 171 | 0.15 | 0 | 0.21 | 0.15 | 104 | 0.37 | 0.76 |
| Hex | B7 | D8 | AB | F | 0 | 15 | F | 68 | 25 | 4C |
| Octal | 267 | 330 | 253 | 17 | 0 | 25 | 17 | 150 | 45 | 114 |
| Binary | 10110111 | 11011000 | 10101011 | 1111 | 0 | 10101 | 1111 | 1101000 | 100101 | 1001100 |
Color Harmonies of #B7D8AB
Complementary color
Monochromatic Colors of #B7D8AB
Black with #B7D8AB
Text Example
Text Example
White with #B7D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D8AB; }
p { color: rgb(183,216,171); }
H1.HeaderClassName
{
color: #B7D8AB;
}
.AnyTagClassName
{
color: #B7D8AB;
}
</style>
background-color css
<style>
a { background-color: #B7D8AB; }
a { background-color: rgb(183,216,171); }
div.DivClassName
{
background-color: #B7D8AB;
}
.BgClassName
{
background-color: #B7D8AB;
}
</style>
border-color css
<style>
span { border-color: #B7D8AB; }
span { border-color: rgb(183,216,171); }
td.TdClassName
{
border-color: #B7D8AB;
}
.TagClassName
{
border-color: #B7D8AB;
}
</style>