Shades of Madang #B5D1AA
Tints of Madang #B5D1AA
RGB
CMYK
RGB Variations
Color information
#B5D1AA (or 0xB5D1AA) is known color: Madang. HEX triplet: B5, D1 and AA. RGB value is (181,209,170). Sum of RGB (Red+Green+Blue) = 181+209+170=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D1AA is #4A2E55. Grayscale: #C4C4C4. Windows color (decimal): -4861526 or 11194805. OLE color: 11194805.
HSL color Cylindrical-coordinate representation of color #B5D1AA: hue angle of 103.08º 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 #B5D1AA is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 209 | 170 | - |
CMYK | 0.13 | 0 | 0.19 | 0.18 |
HSL | 103.08º | 0.3% | 0.74% | - |
HSV(B) | 103.08º | 0.19% | 0.82% | - |
XYZ | 49.11 | 58.33 | 46.7 | - |
YUV | 196.18 | 113.22 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 209 | 170 | 0.13 | 0 | 0.19 | 0.18 | 103.08 | 0.3 | 0.74 |
Hex | B5 | D1 | AA | D | 0 | 13 | 12 | 67 | 1E | 4A |
Octal | 265 | 321 | 252 | 15 | 0 | 23 | 22 | 147 | 36 | 112 |
Binary | 10110101 | 11010001 | 10101010 | 1101 | 0 | 10011 | 10010 | 1100111 | 11110 | 1001010 |
Color Harmonies of #B5D1AA
Complementary color
Monochromatic Colors of #B5D1AA
Black with #B5D1AA
Text Example
Text Example
White with #B5D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D1AA; }
p { color: rgb(181,209,170); }
H1.HeaderClassName
{
color: #B5D1AA;
}
.AnyTagClassName
{
color: #B5D1AA;
}
</style>
background-color css
<style>
a { background-color: #B5D1AA; }
a { background-color: rgb(181,209,170); }
div.DivClassName
{
background-color: #B5D1AA;
}
.BgClassName
{
background-color: #B5D1AA;
}
</style>
border-color css
<style>
span { border-color: #B5D1AA; }
span { border-color: rgb(181,209,170); }
td.TdClassName
{
border-color: #B5D1AA;
}
.TagClassName
{
border-color: #B5D1AA;
}
</style>