Shades of Madang #B8DBAF
Tints of Madang #B8DBAF
RGB
CMYK
RGB Variations
Color information
#B8DBAF (or 0xB8DBAF) is known color: Madang. HEX triplet: B8, DB and AF. RGB value is (184,219,175). Sum of RGB (Red+Green+Blue) = 184+219+175=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DBAF is #472450. Grayscale: #CBCBCB. Windows color (decimal): -4662353 or 11525048. OLE color: 11525048.
HSL color Cylindrical-coordinate representation of color #B8DBAF: hue angle of 107.73º degrees, saturation: 0.38, 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 #B8DBAF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 175 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.14 |
| HSL | 107.73º | 0.38% | 0.77% | - |
| HSV(B) | 107.73º | 0.2% | 0.86% | - |
| XYZ | 52.84 | 63.95 | 50.12 | - |
| YUV | 203.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 175 | 0.16 | 0 | 0.20 | 0.14 | 107.73 | 0.38 | 0.77 |
| Hex | B8 | DB | AF | 10 | 0 | 14 | E | 6C | 26 | 4D |
| Octal | 270 | 333 | 257 | 20 | 0 | 24 | 16 | 154 | 46 | 115 |
| Binary | 10111000 | 11011011 | 10101111 | 10000 | 0 | 10100 | 1110 | 1101100 | 100110 | 1001101 |
Color Harmonies of #B8DBAF
Complementary color
Monochromatic Colors of #B8DBAF
Black with #B8DBAF
Text Example
Text Example
White with #B8DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBAF; }
p { color: rgb(184,219,175); }
H1.HeaderClassName
{
color: #B8DBAF;
}
.AnyTagClassName
{
color: #B8DBAF;
}
</style>
background-color css
<style>
a { background-color: #B8DBAF; }
a { background-color: rgb(184,219,175); }
div.DivClassName
{
background-color: #B8DBAF;
}
.BgClassName
{
background-color: #B8DBAF;
}
</style>
border-color css
<style>
span { border-color: #B8DBAF; }
span { border-color: rgb(184,219,175); }
td.TdClassName
{
border-color: #B8DBAF;
}
.TagClassName
{
border-color: #B8DBAF;
}
</style>