Shades of Madang #B1D5AA
Tints of Madang #B1D5AA
RGB
CMYK
RGB Variations
Color information
#B1D5AA (or 0xB1D5AA) is known color: Madang. HEX triplet: B1, D5 and AA. RGB value is (177,213,170). Sum of RGB (Red+Green+Blue) = 177+213+170=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D5AA is #4E2A55. Grayscale: #C5C5C5. Windows color (decimal): -5122646 or 11195825. OLE color: 11195825.
HSL color Cylindrical-coordinate representation of color #B1D5AA: hue angle of 110.23º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D5AA is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 170 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.16 |
| HSL | 110.23º | 0.34% | 0.75% | - |
| HSV(B) | 110.23º | 0.2% | 0.84% | - |
| XYZ | 49.18 | 59.84 | 46.99 | - |
| YUV | 197.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 170 | 0.17 | 0 | 0.20 | 0.16 | 110.23 | 0.34 | 0.75 |
| Hex | B1 | D5 | AA | 11 | 0 | 14 | 10 | 6E | 22 | 4B |
| Octal | 261 | 325 | 252 | 21 | 0 | 24 | 20 | 156 | 42 | 113 |
| Binary | 10110001 | 11010101 | 10101010 | 10001 | 0 | 10100 | 10000 | 1101110 | 100010 | 1001011 |
Color Harmonies of #B1D5AA
Complementary color
Monochromatic Colors of #B1D5AA
Black with #B1D5AA
Text Example
Text Example
White with #B1D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5AA; }
p { color: rgb(177,213,170); }
H1.HeaderClassName
{
color: #B1D5AA;
}
.AnyTagClassName
{
color: #B1D5AA;
}
</style>
background-color css
<style>
a { background-color: #B1D5AA; }
a { background-color: rgb(177,213,170); }
div.DivClassName
{
background-color: #B1D5AA;
}
.BgClassName
{
background-color: #B1D5AA;
}
</style>
border-color css
<style>
span { border-color: #B1D5AA; }
span { border-color: rgb(177,213,170); }
td.TdClassName
{
border-color: #B1D5AA;
}
.TagClassName
{
border-color: #B1D5AA;
}
</style>