Shades of Madang #B4D4AB
Tints of Madang #B4D4AB
RGB
CMYK
RGB Variations
Color information
#B4D4AB (or 0xB4D4AB) is known color: Madang. HEX triplet: B4, D4 and AB. RGB value is (180,212,171). Sum of RGB (Red+Green+Blue) = 180+212+171=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D4AB is #4B2B54. Grayscale: #C5C5C5. Windows color (decimal): -4926293 or 11261108. OLE color: 11261108.
HSL color Cylindrical-coordinate representation of color #B4D4AB: hue angle of 106.83º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D4AB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 171 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.17 |
| HSL | 106.83º | 0.32% | 0.75% | - |
| HSV(B) | 106.83º | 0.19% | 0.83% | - |
| XYZ | 49.72 | 59.73 | 47.44 | - |
| YUV | 197.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 171 | 0.15 | 0 | 0.19 | 0.17 | 106.83 | 0.32 | 0.75 |
| Hex | B4 | D4 | AB | F | 0 | 13 | 11 | 6B | 20 | 4B |
| Octal | 264 | 324 | 253 | 17 | 0 | 23 | 21 | 153 | 40 | 113 |
| Binary | 10110100 | 11010100 | 10101011 | 1111 | 0 | 10011 | 10001 | 1101011 | 100000 | 1001011 |
Color Harmonies of #B4D4AB
Complementary color
Monochromatic Colors of #B4D4AB
Black with #B4D4AB
Text Example
Text Example
White with #B4D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D4AB; }
p { color: rgb(180,212,171); }
H1.HeaderClassName
{
color: #B4D4AB;
}
.AnyTagClassName
{
color: #B4D4AB;
}
</style>
background-color css
<style>
a { background-color: #B4D4AB; }
a { background-color: rgb(180,212,171); }
div.DivClassName
{
background-color: #B4D4AB;
}
.BgClassName
{
background-color: #B4D4AB;
}
</style>
border-color css
<style>
span { border-color: #B4D4AB; }
span { border-color: rgb(180,212,171); }
td.TdClassName
{
border-color: #B4D4AB;
}
.TagClassName
{
border-color: #B4D4AB;
}
</style>