Shades of Madang #B2D2AA
Tints of Madang #B2D2AA
RGB
CMYK
RGB Variations
Color information
#B2D2AA (or 0xB2D2AA) is known color: Madang. HEX triplet: B2, D2 and AA. RGB value is (178,210,170). Sum of RGB (Red+Green+Blue) = 178+210+170=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2AA is #4D2D55. Grayscale: #C3C3C3. Windows color (decimal): -5057878 or 11195058. OLE color: 11195058.
HSL color Cylindrical-coordinate representation of color #B2D2AA: hue angle of 108º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2D2AA is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 170 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.18 |
| HSL | 108º | 0.31% | 0.75% | - |
| HSV(B) | 108º | 0.19% | 0.82% | - |
| XYZ | 48.66 | 58.46 | 46.75 | - |
| YUV | 195.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 170 | 0.15 | 0 | 0.19 | 0.18 | 108 | 0.31 | 0.75 |
| Hex | B2 | D2 | AA | F | 0 | 13 | 12 | 6C | 1F | 4B |
| Octal | 262 | 322 | 252 | 17 | 0 | 23 | 22 | 154 | 37 | 113 |
| Binary | 10110010 | 11010010 | 10101010 | 1111 | 0 | 10011 | 10010 | 1101100 | 11111 | 1001011 |
Color Harmonies of #B2D2AA
Complementary color
Monochromatic Colors of #B2D2AA
Black with #B2D2AA
Text Example
Text Example
White with #B2D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2AA; }
p { color: rgb(178,210,170); }
H1.HeaderClassName
{
color: #B2D2AA;
}
.AnyTagClassName
{
color: #B2D2AA;
}
</style>
background-color css
<style>
a { background-color: #B2D2AA; }
a { background-color: rgb(178,210,170); }
div.DivClassName
{
background-color: #B2D2AA;
}
.BgClassName
{
background-color: #B2D2AA;
}
</style>
border-color css
<style>
span { border-color: #B2D2AA; }
span { border-color: rgb(178,210,170); }
td.TdClassName
{
border-color: #B2D2AA;
}
.TagClassName
{
border-color: #B2D2AA;
}
</style>