Shades of Madang #B8DAAF
Tints of Madang #B8DAAF
RGB
CMYK
RGB Variations
Color information
#B8DAAF (or 0xB8DAAF) is known color: Madang. HEX triplet: B8, DA and AF. RGB value is (184,218,175). Sum of RGB (Red+Green+Blue) = 184+218+175=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DAAF is #472550. Grayscale: #CBCBCB. Windows color (decimal): -4662609 or 11524792. OLE color: 11524792.
HSL color Cylindrical-coordinate representation of color #B8DAAF: hue angle of 107.44º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8DAAF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 175 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.15 |
| HSL | 107.44º | 0.37% | 0.77% | - |
| HSV(B) | 107.44º | 0.2% | 0.85% | - |
| XYZ | 52.58 | 63.43 | 50.03 | - |
| YUV | 202.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 175 | 0.16 | 0 | 0.20 | 0.15 | 107.44 | 0.37 | 0.77 |
| Hex | B8 | DA | AF | 10 | 0 | 14 | F | 6B | 25 | 4D |
| Octal | 270 | 332 | 257 | 20 | 0 | 24 | 17 | 153 | 45 | 115 |
| Binary | 10111000 | 11011010 | 10101111 | 10000 | 0 | 10100 | 1111 | 1101011 | 100101 | 1001101 |
Color Harmonies of #B8DAAF
Complementary color
Monochromatic Colors of #B8DAAF
Black with #B8DAAF
Text Example
Text Example
White with #B8DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAAF; }
p { color: rgb(184,218,175); }
H1.HeaderClassName
{
color: #B8DAAF;
}
.AnyTagClassName
{
color: #B8DAAF;
}
</style>
background-color css
<style>
a { background-color: #B8DAAF; }
a { background-color: rgb(184,218,175); }
div.DivClassName
{
background-color: #B8DAAF;
}
.BgClassName
{
background-color: #B8DAAF;
}
</style>
border-color css
<style>
span { border-color: #B8DAAF; }
span { border-color: rgb(184,218,175); }
td.TdClassName
{
border-color: #B8DAAF;
}
.TagClassName
{
border-color: #B8DAAF;
}
</style>