Shades of Madang #B0DEA3
Tints of Madang #B0DEA3
RGB
CMYK
RGB Variations
Color information
#B0DEA3 (or 0xB0DEA3) is known color: Madang. HEX triplet: B0, DE and A3. RGB value is (176,222,163). Sum of RGB (Red+Green+Blue) = 176+222+163=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA3 is #4F215C. Grayscale: #C9C9C9. Windows color (decimal): -5185885 or 10739376. OLE color: 10739376.
HSL color Cylindrical-coordinate representation of color #B0DEA3: hue angle of 106.78º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DEA3 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 163 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.13 |
| HSL | 106.78º | 0.47% | 0.75% | - |
| HSV(B) | 106.78º | 0.27% | 0.87% | - |
| XYZ | 50.64 | 64.12 | 44.36 | - |
| YUV | 201.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 163 | 0.21 | 0 | 0.27 | 0.13 | 106.78 | 0.47 | 0.75 |
| Hex | B0 | DE | A3 | 15 | 0 | 1B | D | 6B | 2F | 4B |
| Octal | 260 | 336 | 243 | 25 | 0 | 33 | 15 | 153 | 57 | 113 |
| Binary | 10110000 | 11011110 | 10100011 | 10101 | 0 | 11011 | 1101 | 1101011 | 101111 | 1001011 |
Color Harmonies of #B0DEA3
Complementary color
Monochromatic Colors of #B0DEA3
Black with #B0DEA3
Text Example
Text Example
White with #B0DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEA3; }
p { color: rgb(176,222,163); }
H1.HeaderClassName
{
color: #B0DEA3;
}
.AnyTagClassName
{
color: #B0DEA3;
}
</style>
background-color css
<style>
a { background-color: #B0DEA3; }
a { background-color: rgb(176,222,163); }
div.DivClassName
{
background-color: #B0DEA3;
}
.BgClassName
{
background-color: #B0DEA3;
}
</style>
border-color css
<style>
span { border-color: #B0DEA3; }
span { border-color: rgb(176,222,163); }
td.TdClassName
{
border-color: #B0DEA3;
}
.TagClassName
{
border-color: #B0DEA3;
}
</style>