Shades of Madang #B9DCAF
Tints of Madang #B9DCAF
RGB
CMYK
RGB Variations
Color information
#B9DCAF (or 0xB9DCAF) is known color: Madang. HEX triplet: B9, DC and AF. RGB value is (185,220,175). Sum of RGB (Red+Green+Blue) = 185+220+175=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCAF is #462350. Grayscale: #CCCCCC. Windows color (decimal): -4596561 or 11525305. OLE color: 11525305.
HSL color Cylindrical-coordinate representation of color #B9DCAF: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9DCAF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 175 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.14 |
| HSL | 106.67º | 0.39% | 0.77% | - |
| HSV(B) | 106.67º | 0.2% | 0.86% | - |
| XYZ | 53.34 | 64.6 | 50.21 | - |
| YUV | 204.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 175 | 0.16 | 0 | 0.20 | 0.14 | 106.67 | 0.39 | 0.77 |
| Hex | B9 | DC | AF | 10 | 0 | 14 | E | 6B | 27 | 4D |
| Octal | 271 | 334 | 257 | 20 | 0 | 24 | 16 | 153 | 47 | 115 |
| Binary | 10111001 | 11011100 | 10101111 | 10000 | 0 | 10100 | 1110 | 1101011 | 100111 | 1001101 |
Color Harmonies of #B9DCAF
Complementary color
Monochromatic Colors of #B9DCAF
Black with #B9DCAF
Text Example
Text Example
White with #B9DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCAF; }
p { color: rgb(185,220,175); }
H1.HeaderClassName
{
color: #B9DCAF;
}
.AnyTagClassName
{
color: #B9DCAF;
}
</style>
background-color css
<style>
a { background-color: #B9DCAF; }
a { background-color: rgb(185,220,175); }
div.DivClassName
{
background-color: #B9DCAF;
}
.BgClassName
{
background-color: #B9DCAF;
}
</style>
border-color css
<style>
span { border-color: #B9DCAF; }
span { border-color: rgb(185,220,175); }
td.TdClassName
{
border-color: #B9DCAF;
}
.TagClassName
{
border-color: #B9DCAF;
}
</style>