Shades of Madang #B3D1AA
Tints of Madang #B3D1AA
RGB
CMYK
RGB Variations
Color information
#B3D1AA (or 0xB3D1AA) is known color: Madang. HEX triplet: B3, D1 and AA. RGB value is (179,209,170). Sum of RGB (Red+Green+Blue) = 179+209+170=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D1AA is #4C2E55. Grayscale: #C3C3C3. Windows color (decimal): -4992598 or 11194803. OLE color: 11194803.
HSL color Cylindrical-coordinate representation of color #B3D1AA: hue angle of 106.15º 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 #B3D1AA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 209 | 170 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.18 |
| HSL | 106.15º | 0.3% | 0.74% | - |
| HSV(B) | 106.15º | 0.19% | 0.82% | - |
| XYZ | 48.65 | 58.09 | 46.68 | - |
| YUV | 195.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 209 | 170 | 0.14 | 0 | 0.19 | 0.18 | 106.15 | 0.3 | 0.74 |
| Hex | B3 | D1 | AA | E | 0 | 13 | 12 | 6A | 1E | 4A |
| Octal | 263 | 321 | 252 | 16 | 0 | 23 | 22 | 152 | 36 | 112 |
| Binary | 10110011 | 11010001 | 10101010 | 1110 | 0 | 10011 | 10010 | 1101010 | 11110 | 1001010 |
Color Harmonies of #B3D1AA
Complementary color
Monochromatic Colors of #B3D1AA
Black with #B3D1AA
Text Example
Text Example
White with #B3D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D1AA; }
p { color: rgb(179,209,170); }
H1.HeaderClassName
{
color: #B3D1AA;
}
.AnyTagClassName
{
color: #B3D1AA;
}
</style>
background-color css
<style>
a { background-color: #B3D1AA; }
a { background-color: rgb(179,209,170); }
div.DivClassName
{
background-color: #B3D1AA;
}
.BgClassName
{
background-color: #B3D1AA;
}
</style>
border-color css
<style>
span { border-color: #B3D1AA; }
span { border-color: rgb(179,209,170); }
td.TdClassName
{
border-color: #B3D1AA;
}
.TagClassName
{
border-color: #B3D1AA;
}
</style>