Shades of Madang #B2DDA4
Tints of Madang #B2DDA4
RGB
CMYK
RGB Variations
Color information
#B2DDA4 (or 0xB2DDA4) is known color: Madang. HEX triplet: B2, DD and A4. RGB value is (178,221,164). Sum of RGB (Red+Green+Blue) = 178+221+164=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDA4 is #4D225B. Grayscale: #C9C9C9. Windows color (decimal): -5055068 or 10804658. OLE color: 10804658.
HSL color Cylindrical-coordinate representation of color #B2DDA4: hue angle of 105.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 164 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.13 |
| HSL | 105.26º | 0.46% | 0.75% | - |
| HSV(B) | 105.26º | 0.26% | 0.87% | - |
| XYZ | 50.92 | 63.86 | 44.76 | - |
| YUV | 201.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 164 | 0.19 | 0 | 0.26 | 0.13 | 105.26 | 0.46 | 0.75 |
| Hex | B2 | DD | A4 | 13 | 0 | 1A | D | 69 | 2E | 4B |
| Octal | 262 | 335 | 244 | 23 | 0 | 32 | 15 | 151 | 56 | 113 |
| Binary | 10110010 | 11011101 | 10100100 | 10011 | 0 | 11010 | 1101 | 1101001 | 101110 | 1001011 |
Color Harmonies of #B2DDA4
Complementary color
Monochromatic Colors of #B2DDA4
Black with #B2DDA4
Text Example
Text Example
White with #B2DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDA4; }
p { color: rgb(178,221,164); }
H1.HeaderClassName
{
color: #B2DDA4;
}
.AnyTagClassName
{
color: #B2DDA4;
}
</style>
background-color css
<style>
a { background-color: #B2DDA4; }
a { background-color: rgb(178,221,164); }
div.DivClassName
{
background-color: #B2DDA4;
}
.BgClassName
{
background-color: #B2DDA4;
}
</style>
border-color css
<style>
span { border-color: #B2DDA4; }
span { border-color: rgb(178,221,164); }
td.TdClassName
{
border-color: #B2DDA4;
}
.TagClassName
{
border-color: #B2DDA4;
}
</style>