Shades of Madang #B0CFA3
Tints of Madang #B0CFA3
RGB
CMYK
RGB Variations
Color information
#B0CFA3 (or 0xB0CFA3) is known color: Madang. HEX triplet: B0, CF and A3. RGB value is (176,207,163). Sum of RGB (Red+Green+Blue) = 176+207+163=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CFA3 is #4F305C. Grayscale: #C0C0C0. Windows color (decimal): -5189725 or 10735536. OLE color: 10735536.
HSL color Cylindrical-coordinate representation of color #B0CFA3: hue angle of 102.27º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0CFA3 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 163 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.19 |
| HSL | 102.27º | 0.31% | 0.73% | - |
| HSV(B) | 102.27º | 0.21% | 0.81% | - |
| XYZ | 46.83 | 56.5 | 43.09 | - |
| YUV | 192.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 163 | 0.15 | 0 | 0.21 | 0.19 | 102.27 | 0.31 | 0.73 |
| Hex | B0 | CF | A3 | F | 0 | 15 | 13 | 66 | 1F | 49 |
| Octal | 260 | 317 | 243 | 17 | 0 | 25 | 23 | 146 | 37 | 111 |
| Binary | 10110000 | 11001111 | 10100011 | 1111 | 0 | 10101 | 10011 | 1100110 | 11111 | 1001001 |
Color Harmonies of #B0CFA3
Complementary color
Monochromatic Colors of #B0CFA3
Black with #B0CFA3
Text Example
Text Example
White with #B0CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFA3; }
p { color: rgb(176,207,163); }
H1.HeaderClassName
{
color: #B0CFA3;
}
.AnyTagClassName
{
color: #B0CFA3;
}
</style>
background-color css
<style>
a { background-color: #B0CFA3; }
a { background-color: rgb(176,207,163); }
div.DivClassName
{
background-color: #B0CFA3;
}
.BgClassName
{
background-color: #B0CFA3;
}
</style>
border-color css
<style>
span { border-color: #B0CFA3; }
span { border-color: rgb(176,207,163); }
td.TdClassName
{
border-color: #B0CFA3;
}
.TagClassName
{
border-color: #B0CFA3;
}
</style>