Shades of Madang #B0D3A6
Tints of Madang #B0D3A6
RGB
CMYK
RGB Variations
Color information
#B0D3A6 (or 0xB0D3A6) is known color: Madang. HEX triplet: B0, D3 and A6. RGB value is (176,211,166). Sum of RGB (Red+Green+Blue) = 176+211+166=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3A6 is #4F2C59. Grayscale: #C3C3C3. Windows color (decimal): -5188698 or 10933168. OLE color: 10933168.
HSL color Cylindrical-coordinate representation of color #B0D3A6: hue angle of 106.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D3A6 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 166 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.17 |
| HSL | 106.67º | 0.34% | 0.74% | - |
| HSV(B) | 106.67º | 0.21% | 0.83% | - |
| XYZ | 48.08 | 58.57 | 44.85 | - |
| YUV | 195.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 166 | 0.17 | 0 | 0.21 | 0.17 | 106.67 | 0.34 | 0.74 |
| Hex | B0 | D3 | A6 | 11 | 0 | 15 | 11 | 6B | 22 | 4A |
| Octal | 260 | 323 | 246 | 21 | 0 | 25 | 21 | 153 | 42 | 112 |
| Binary | 10110000 | 11010011 | 10100110 | 10001 | 0 | 10101 | 10001 | 1101011 | 100010 | 1001010 |
Color Harmonies of #B0D3A6
Complementary color
Monochromatic Colors of #B0D3A6
Black with #B0D3A6
Text Example
Text Example
White with #B0D3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3A6; }
p { color: rgb(176,211,166); }
H1.HeaderClassName
{
color: #B0D3A6;
}
.AnyTagClassName
{
color: #B0D3A6;
}
</style>
background-color css
<style>
a { background-color: #B0D3A6; }
a { background-color: rgb(176,211,166); }
div.DivClassName
{
background-color: #B0D3A6;
}
.BgClassName
{
background-color: #B0D3A6;
}
</style>
border-color css
<style>
span { border-color: #B0D3A6; }
span { border-color: rgb(176,211,166); }
td.TdClassName
{
border-color: #B0D3A6;
}
.TagClassName
{
border-color: #B0D3A6;
}
</style>