Shades of Madang #B2DCA6
Tints of Madang #B2DCA6
RGB
CMYK
RGB Variations
Color information
#B2DCA6 (or 0xB2DCA6) is known color: Madang. HEX triplet: B2, DC and A6. RGB value is (178,220,166). Sum of RGB (Red+Green+Blue) = 178+220+166=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCA6 is #4D2359. Grayscale: #C9C9C9. Windows color (decimal): -5055322 or 10935474. OLE color: 10935474.
HSL color Cylindrical-coordinate representation of color #B2DCA6: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DCA6 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 166 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.14 |
| HSL | 106.67º | 0.44% | 0.76% | - |
| HSV(B) | 106.67º | 0.25% | 0.86% | - |
| XYZ | 50.84 | 63.4 | 45.64 | - |
| YUV | 201.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 166 | 0.19 | 0 | 0.25 | 0.14 | 106.67 | 0.44 | 0.76 |
| Hex | B2 | DC | A6 | 13 | 0 | 19 | E | 6B | 2C | 4C |
| Octal | 262 | 334 | 246 | 23 | 0 | 31 | 16 | 153 | 54 | 114 |
| Binary | 10110010 | 11011100 | 10100110 | 10011 | 0 | 11001 | 1110 | 1101011 | 101100 | 1001100 |
Color Harmonies of #B2DCA6
Complementary color
Monochromatic Colors of #B2DCA6
Black with #B2DCA6
Text Example
Text Example
White with #B2DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCA6; }
p { color: rgb(178,220,166); }
H1.HeaderClassName
{
color: #B2DCA6;
}
.AnyTagClassName
{
color: #B2DCA6;
}
</style>
background-color css
<style>
a { background-color: #B2DCA6; }
a { background-color: rgb(178,220,166); }
div.DivClassName
{
background-color: #B2DCA6;
}
.BgClassName
{
background-color: #B2DCA6;
}
</style>
border-color css
<style>
span { border-color: #B2DCA6; }
span { border-color: rgb(178,220,166); }
td.TdClassName
{
border-color: #B2DCA6;
}
.TagClassName
{
border-color: #B2DCA6;
}
</style>