Shades of Madang #B4D2AA
Tints of Madang #B4D2AA
RGB
CMYK
RGB Variations
Color information
#B4D2AA (or 0xB4D2AA) is known color: Madang. HEX triplet: B4, D2 and AA. RGB value is (180,210,170). Sum of RGB (Red+Green+Blue) = 180+210+170=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D2AA is #4B2D55. Grayscale: #C4C4C4. Windows color (decimal): -4926806 or 11195060. OLE color: 11195060.
HSL color Cylindrical-coordinate representation of color #B4D2AA: hue angle of 105º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D2AA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 170 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.18 |
| HSL | 105º | 0.31% | 0.75% | - |
| HSV(B) | 105º | 0.19% | 0.82% | - |
| XYZ | 49.12 | 58.7 | 46.77 | - |
| YUV | 196.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 170 | 0.14 | 0 | 0.19 | 0.18 | 105 | 0.31 | 0.75 |
| Hex | B4 | D2 | AA | E | 0 | 13 | 12 | 69 | 1F | 4B |
| Octal | 264 | 322 | 252 | 16 | 0 | 23 | 22 | 151 | 37 | 113 |
| Binary | 10110100 | 11010010 | 10101010 | 1110 | 0 | 10011 | 10010 | 1101001 | 11111 | 1001011 |
Color Harmonies of #B4D2AA
Complementary color
Monochromatic Colors of #B4D2AA
Black with #B4D2AA
Text Example
Text Example
White with #B4D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2AA; }
p { color: rgb(180,210,170); }
H1.HeaderClassName
{
color: #B4D2AA;
}
.AnyTagClassName
{
color: #B4D2AA;
}
</style>
background-color css
<style>
a { background-color: #B4D2AA; }
a { background-color: rgb(180,210,170); }
div.DivClassName
{
background-color: #B4D2AA;
}
.BgClassName
{
background-color: #B4D2AA;
}
</style>
border-color css
<style>
span { border-color: #B4D2AA; }
span { border-color: rgb(180,210,170); }
td.TdClassName
{
border-color: #B4D2AA;
}
.TagClassName
{
border-color: #B4D2AA;
}
</style>