Shades of Madang #B3D8AA
Tints of Madang #B3D8AA
RGB
CMYK
RGB Variations
Color information
#B3D8AA (or 0xB3D8AA) is known color: Madang. HEX triplet: B3, D8 and AA. RGB value is (179,216,170). Sum of RGB (Red+Green+Blue) = 179+216+170=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D8AA is #4C2755. Grayscale: #C7C7C7. Windows color (decimal): -4990806 or 11196595. OLE color: 11196595.
HSL color Cylindrical-coordinate representation of color #B3D8AA: hue angle of 108.26º 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 #B3D8AA is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 170 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.15 |
| HSL | 108.26º | 0.37% | 0.76% | - |
| HSV(B) | 108.26º | 0.21% | 0.85% | - |
| XYZ | 50.4 | 61.6 | 47.26 | - |
| YUV | 199.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 170 | 0.17 | 0 | 0.21 | 0.15 | 108.26 | 0.37 | 0.76 |
| Hex | B3 | D8 | AA | 11 | 0 | 15 | F | 6C | 25 | 4C |
| Octal | 263 | 330 | 252 | 21 | 0 | 25 | 17 | 154 | 45 | 114 |
| Binary | 10110011 | 11011000 | 10101010 | 10001 | 0 | 10101 | 1111 | 1101100 | 100101 | 1001100 |
Color Harmonies of #B3D8AA
Complementary color
Monochromatic Colors of #B3D8AA
Black with #B3D8AA
Text Example
Text Example
White with #B3D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D8AA; }
p { color: rgb(179,216,170); }
H1.HeaderClassName
{
color: #B3D8AA;
}
.AnyTagClassName
{
color: #B3D8AA;
}
</style>
background-color css
<style>
a { background-color: #B3D8AA; }
a { background-color: rgb(179,216,170); }
div.DivClassName
{
background-color: #B3D8AA;
}
.BgClassName
{
background-color: #B3D8AA;
}
</style>
border-color css
<style>
span { border-color: #B3D8AA; }
span { border-color: rgb(179,216,170); }
td.TdClassName
{
border-color: #B3D8AA;
}
.TagClassName
{
border-color: #B3D8AA;
}
</style>