Shades of Madang #B8DDAF
Tints of Madang #B8DDAF
RGB
CMYK
RGB Variations
Color information
#B8DDAF (or 0xB8DDAF) is known color: Madang. HEX triplet: B8, DD and AF. RGB value is (184,221,175). Sum of RGB (Red+Green+Blue) = 184+221+175=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDAF is #472250. Grayscale: #CCCCCC. Windows color (decimal): -4661841 or 11525560. OLE color: 11525560.
HSL color Cylindrical-coordinate representation of color #B8DDAF: hue angle of 108.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8DDAF is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 175 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.13 |
| HSL | 108.26º | 0.4% | 0.78% | - |
| HSV(B) | 108.26º | 0.21% | 0.87% | - |
| XYZ | 53.36 | 65 | 50.29 | - |
| YUV | 204.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 175 | 0.17 | 0 | 0.21 | 0.13 | 108.26 | 0.4 | 0.78 |
| Hex | B8 | DD | AF | 11 | 0 | 15 | D | 6C | 28 | 4E |
| Octal | 270 | 335 | 257 | 21 | 0 | 25 | 15 | 154 | 50 | 116 |
| Binary | 10111000 | 11011101 | 10101111 | 10001 | 0 | 10101 | 1101 | 1101100 | 101000 | 1001110 |
Color Harmonies of #B8DDAF
Complementary color
Monochromatic Colors of #B8DDAF
Black with #B8DDAF
Text Example
Text Example
White with #B8DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDAF; }
p { color: rgb(184,221,175); }
H1.HeaderClassName
{
color: #B8DDAF;
}
.AnyTagClassName
{
color: #B8DDAF;
}
</style>
background-color css
<style>
a { background-color: #B8DDAF; }
a { background-color: rgb(184,221,175); }
div.DivClassName
{
background-color: #B8DDAF;
}
.BgClassName
{
background-color: #B8DDAF;
}
</style>
border-color css
<style>
span { border-color: #B8DDAF; }
span { border-color: rgb(184,221,175); }
td.TdClassName
{
border-color: #B8DDAF;
}
.TagClassName
{
border-color: #B8DDAF;
}
</style>