Shades of Madang #B5CFAA
Tints of Madang #B5CFAA
RGB
CMYK
RGB Variations
Color information
#B5CFAA (or 0xB5CFAA) is known color: Madang. HEX triplet: B5, CF and AA. RGB value is (181,207,170). Sum of RGB (Red+Green+Blue) = 181+207+170=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFAA is #4A3055. Grayscale: #C3C3C3. Windows color (decimal): -4862038 or 11194293. OLE color: 11194293.
HSL color Cylindrical-coordinate representation of color #B5CFAA: hue angle of 102.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CFAA is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 170 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.19 |
| HSL | 102.16º | 0.28% | 0.74% | - |
| HSV(B) | 102.16º | 0.18% | 0.81% | - |
| XYZ | 48.62 | 57.35 | 46.54 | - |
| YUV | 195.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 170 | 0.13 | 0 | 0.18 | 0.19 | 102.16 | 0.28 | 0.74 |
| Hex | B5 | CF | AA | D | 0 | 12 | 13 | 66 | 1C | 4A |
| Octal | 265 | 317 | 252 | 15 | 0 | 22 | 23 | 146 | 34 | 112 |
| Binary | 10110101 | 11001111 | 10101010 | 1101 | 0 | 10010 | 10011 | 1100110 | 11100 | 1001010 |
Color Harmonies of #B5CFAA
Complementary color
Monochromatic Colors of #B5CFAA
Black with #B5CFAA
Text Example
Text Example
White with #B5CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFAA; }
p { color: rgb(181,207,170); }
H1.HeaderClassName
{
color: #B5CFAA;
}
.AnyTagClassName
{
color: #B5CFAA;
}
</style>
background-color css
<style>
a { background-color: #B5CFAA; }
a { background-color: rgb(181,207,170); }
div.DivClassName
{
background-color: #B5CFAA;
}
.BgClassName
{
background-color: #B5CFAA;
}
</style>
border-color css
<style>
span { border-color: #B5CFAA; }
span { border-color: rgb(181,207,170); }
td.TdClassName
{
border-color: #B5CFAA;
}
.TagClassName
{
border-color: #B5CFAA;
}
</style>