Shades of Madang #B9DDAC
Tints of Madang #B9DDAC
RGB
CMYK
RGB Variations
Color information
#B9DDAC (or 0xB9DDAC) is known color: Madang. HEX triplet: B9, DD and AC. RGB value is (185,221,172). Sum of RGB (Red+Green+Blue) = 185+221+172=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DDAC is #462253. Grayscale: #CCCCCC. Windows color (decimal): -4596308 or 11328953. OLE color: 11328953.
HSL color Cylindrical-coordinate representation of color #B9DDAC: hue angle of 104.08º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DDAC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 185 | 221 | 172 | - |
CMYK | 0.16 | 0 | 0.22 | 0.13 |
HSL | 104.08º | 0.42% | 0.77% | - |
HSV(B) | 104.08º | 0.22% | 0.87% | - |
XYZ | 53.31 | 65.01 | 48.77 | - |
YUV | 204.65 | 109.57 | 113.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 221 | 172 | 0.16 | 0 | 0.22 | 0.13 | 104.08 | 0.42 | 0.77 |
Hex | B9 | DD | AC | 10 | 0 | 16 | D | 68 | 2A | 4D |
Octal | 271 | 335 | 254 | 20 | 0 | 26 | 15 | 150 | 52 | 115 |
Binary | 10111001 | 11011101 | 10101100 | 10000 | 0 | 10110 | 1101 | 1101000 | 101010 | 1001101 |
Color Harmonies of #B9DDAC
Complementary color
Monochromatic Colors of #B9DDAC
Black with #B9DDAC
Text Example
Text Example
White with #B9DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDAC; }
p { color: rgb(185,221,172); }
H1.HeaderClassName
{
color: #B9DDAC;
}
.AnyTagClassName
{
color: #B9DDAC;
}
</style>
background-color css
<style>
a { background-color: #B9DDAC; }
a { background-color: rgb(185,221,172); }
div.DivClassName
{
background-color: #B9DDAC;
}
.BgClassName
{
background-color: #B9DDAC;
}
</style>
border-color css
<style>
span { border-color: #B9DDAC; }
span { border-color: rgb(185,221,172); }
td.TdClassName
{
border-color: #B9DDAC;
}
.TagClassName
{
border-color: #B9DDAC;
}
</style>