Shades of Madang #B4D1AA
Tints of Madang #B4D1AA
RGB
CMYK
RGB Variations
Color information
#B4D1AA (or 0xB4D1AA) is known color: Madang. HEX triplet: B4, D1 and AA. RGB value is (180,209,170). Sum of RGB (Red+Green+Blue) = 180+209+170=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D1AA is #4B2E55. Grayscale: #C4C4C4. Windows color (decimal): -4927062 or 11194804. OLE color: 11194804.
HSL color Cylindrical-coordinate representation of color #B4D1AA: hue angle of 104.62º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D1AA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 170 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.18 |
| HSL | 104.62º | 0.3% | 0.74% | - |
| HSV(B) | 104.62º | 0.19% | 0.82% | - |
| XYZ | 48.88 | 58.21 | 46.69 | - |
| YUV | 195.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 170 | 0.14 | 0 | 0.19 | 0.18 | 104.62 | 0.3 | 0.74 |
| Hex | B4 | D1 | AA | E | 0 | 13 | 12 | 69 | 1E | 4A |
| Octal | 264 | 321 | 252 | 16 | 0 | 23 | 22 | 151 | 36 | 112 |
| Binary | 10110100 | 11010001 | 10101010 | 1110 | 0 | 10011 | 10010 | 1101001 | 11110 | 1001010 |
Color Harmonies of #B4D1AA
Complementary color
Monochromatic Colors of #B4D1AA
Black with #B4D1AA
Text Example
Text Example
White with #B4D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1AA; }
p { color: rgb(180,209,170); }
H1.HeaderClassName
{
color: #B4D1AA;
}
.AnyTagClassName
{
color: #B4D1AA;
}
</style>
background-color css
<style>
a { background-color: #B4D1AA; }
a { background-color: rgb(180,209,170); }
div.DivClassName
{
background-color: #B4D1AA;
}
.BgClassName
{
background-color: #B4D1AA;
}
</style>
border-color css
<style>
span { border-color: #B4D1AA; }
span { border-color: rgb(180,209,170); }
td.TdClassName
{
border-color: #B4D1AA;
}
.TagClassName
{
border-color: #B4D1AA;
}
</style>