Shades of Madang #B8DFAB
Tints of Madang #B8DFAB
RGB
CMYK
RGB Variations
Color information
#B8DFAB (or 0xB8DFAB) is known color: Madang. HEX triplet: B8, DF and AB. RGB value is (184,223,171). Sum of RGB (Red+Green+Blue) = 184+223+171=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DFAB is #472054. Grayscale: #CDCDCD. Windows color (decimal): -4661333 or 11263928. OLE color: 11263928.
HSL color Cylindrical-coordinate representation of color #B8DFAB: hue angle of 105º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DFAB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 171 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.13 |
| HSL | 105º | 0.45% | 0.77% | - |
| HSV(B) | 105º | 0.23% | 0.87% | - |
| XYZ | 53.51 | 65.91 | 48.43 | - |
| YUV | 205.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 171 | 0.17 | 0 | 0.23 | 0.13 | 105 | 0.45 | 0.77 |
| Hex | B8 | DF | AB | 11 | 0 | 17 | D | 69 | 2D | 4D |
| Octal | 270 | 337 | 253 | 21 | 0 | 27 | 15 | 151 | 55 | 115 |
| Binary | 10111000 | 11011111 | 10101011 | 10001 | 0 | 10111 | 1101 | 1101001 | 101101 | 1001101 |
Color Harmonies of #B8DFAB
Complementary color
Monochromatic Colors of #B8DFAB
Black with #B8DFAB
Text Example
Text Example
White with #B8DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFAB; }
p { color: rgb(184,223,171); }
H1.HeaderClassName
{
color: #B8DFAB;
}
.AnyTagClassName
{
color: #B8DFAB;
}
</style>
background-color css
<style>
a { background-color: #B8DFAB; }
a { background-color: rgb(184,223,171); }
div.DivClassName
{
background-color: #B8DFAB;
}
.BgClassName
{
background-color: #B8DFAB;
}
</style>
border-color css
<style>
span { border-color: #B8DFAB; }
span { border-color: rgb(184,223,171); }
td.TdClassName
{
border-color: #B8DFAB;
}
.TagClassName
{
border-color: #B8DFAB;
}
</style>