Shades of Madang #B0CEA4
Tints of Madang #B0CEA4
RGB
CMYK
RGB Variations
Color information
#B0CEA4 (or 0xB0CEA4) is known color: Madang. HEX triplet: B0, CE and A4. RGB value is (176,206,164). Sum of RGB (Red+Green+Blue) = 176+206+164=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEA4 is #4F315B. Grayscale: #C0C0C0. Windows color (decimal): -5189980 or 10800816. OLE color: 10800816.
HSL color Cylindrical-coordinate representation of color #B0CEA4: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 164 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.19 |
| HSL | 102.86º | 0.3% | 0.73% | - |
| HSV(B) | 102.86º | 0.2% | 0.81% | - |
| XYZ | 46.68 | 56.05 | 43.48 | - |
| YUV | 192.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 164 | 0.15 | 0 | 0.20 | 0.19 | 102.86 | 0.3 | 0.73 |
| Hex | B0 | CE | A4 | F | 0 | 14 | 13 | 67 | 1E | 49 |
| Octal | 260 | 316 | 244 | 17 | 0 | 24 | 23 | 147 | 36 | 111 |
| Binary | 10110000 | 11001110 | 10100100 | 1111 | 0 | 10100 | 10011 | 1100111 | 11110 | 1001001 |
Color Harmonies of #B0CEA4
Complementary color
Monochromatic Colors of #B0CEA4
Black with #B0CEA4
Text Example
Text Example
White with #B0CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEA4; }
p { color: rgb(176,206,164); }
H1.HeaderClassName
{
color: #B0CEA4;
}
.AnyTagClassName
{
color: #B0CEA4;
}
</style>
background-color css
<style>
a { background-color: #B0CEA4; }
a { background-color: rgb(176,206,164); }
div.DivClassName
{
background-color: #B0CEA4;
}
.BgClassName
{
background-color: #B0CEA4;
}
</style>
border-color css
<style>
span { border-color: #B0CEA4; }
span { border-color: rgb(176,206,164); }
td.TdClassName
{
border-color: #B0CEA4;
}
.TagClassName
{
border-color: #B0CEA4;
}
</style>