Shades of Madang #B7D2AC
Tints of Madang #B7D2AC
RGB
CMYK
RGB Variations
Color information
#B7D2AC (or 0xB7D2AC) is known color: Madang. HEX triplet: B7, D2 and AC. RGB value is (183,210,172). Sum of RGB (Red+Green+Blue) = 183+210+172=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D2AC is #482D53. Grayscale: #C5C5C5. Windows color (decimal): -4730196 or 11326135. OLE color: 11326135.
HSL color Cylindrical-coordinate representation of color #B7D2AC: hue angle of 102.63º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7D2AC is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 172 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.18 |
| HSL | 102.63º | 0.3% | 0.75% | - |
| HSV(B) | 102.63º | 0.18% | 0.82% | - |
| XYZ | 50.02 | 59.14 | 47.81 | - |
| YUV | 197.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 172 | 0.13 | 0 | 0.18 | 0.18 | 102.63 | 0.3 | 0.75 |
| Hex | B7 | D2 | AC | D | 0 | 12 | 12 | 67 | 1E | 4B |
| Octal | 267 | 322 | 254 | 15 | 0 | 22 | 22 | 147 | 36 | 113 |
| Binary | 10110111 | 11010010 | 10101100 | 1101 | 0 | 10010 | 10010 | 1100111 | 11110 | 1001011 |
Color Harmonies of #B7D2AC
Complementary color
Monochromatic Colors of #B7D2AC
Black with #B7D2AC
Text Example
Text Example
White with #B7D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2AC; }
p { color: rgb(183,210,172); }
H1.HeaderClassName
{
color: #B7D2AC;
}
.AnyTagClassName
{
color: #B7D2AC;
}
</style>
background-color css
<style>
a { background-color: #B7D2AC; }
a { background-color: rgb(183,210,172); }
div.DivClassName
{
background-color: #B7D2AC;
}
.BgClassName
{
background-color: #B7D2AC;
}
</style>
border-color css
<style>
span { border-color: #B7D2AC; }
span { border-color: rgb(183,210,172); }
td.TdClassName
{
border-color: #B7D2AC;
}
.TagClassName
{
border-color: #B7D2AC;
}
</style>