Shades of Madang #B5D8AA
Tints of Madang #B5D8AA
RGB
CMYK
RGB Variations
Color information
#B5D8AA (or 0xB5D8AA) is known color: Madang. HEX triplet: B5, D8 and AA. RGB value is (181,216,170). Sum of RGB (Red+Green+Blue) = 181+216+170=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8AA is #4A2755. Grayscale: #C8C8C8. Windows color (decimal): -4859734 or 11196597. OLE color: 11196597.
HSL color Cylindrical-coordinate representation of color #B5D8AA: hue angle of 105.65º 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 #B5D8AA is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 170 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.15 |
| HSL | 105.65º | 0.37% | 0.76% | - |
| HSV(B) | 105.65º | 0.21% | 0.85% | - |
| XYZ | 50.87 | 61.84 | 47.29 | - |
| YUV | 200.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 170 | 0.16 | 0 | 0.21 | 0.15 | 105.65 | 0.37 | 0.76 |
| Hex | B5 | D8 | AA | 10 | 0 | 15 | F | 6A | 25 | 4C |
| Octal | 265 | 330 | 252 | 20 | 0 | 25 | 17 | 152 | 45 | 114 |
| Binary | 10110101 | 11011000 | 10101010 | 10000 | 0 | 10101 | 1111 | 1101010 | 100101 | 1001100 |
Color Harmonies of #B5D8AA
Complementary color
Monochromatic Colors of #B5D8AA
Black with #B5D8AA
Text Example
Text Example
White with #B5D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8AA; }
p { color: rgb(181,216,170); }
H1.HeaderClassName
{
color: #B5D8AA;
}
.AnyTagClassName
{
color: #B5D8AA;
}
</style>
background-color css
<style>
a { background-color: #B5D8AA; }
a { background-color: rgb(181,216,170); }
div.DivClassName
{
background-color: #B5D8AA;
}
.BgClassName
{
background-color: #B5D8AA;
}
</style>
border-color css
<style>
span { border-color: #B5D8AA; }
span { border-color: rgb(181,216,170); }
td.TdClassName
{
border-color: #B5D8AA;
}
.TagClassName
{
border-color: #B5D8AA;
}
</style>