Shades of Madang #B8D5AF
Tints of Madang #B8D5AF
RGB
CMYK
RGB Variations
Color information
#B8D5AF (or 0xB8D5AF) is known color: Madang. HEX triplet: B8, D5 and AF. RGB value is (184,213,175). Sum of RGB (Red+Green+Blue) = 184+213+175=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D5AF is #472A50. Grayscale: #C8C8C8. Windows color (decimal): -4663889 or 11523512. OLE color: 11523512.
HSL color Cylindrical-coordinate representation of color #B8D5AF: hue angle of 105.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8D5AF is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 175 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.16 |
| HSL | 105.79º | 0.31% | 0.76% | - |
| HSV(B) | 105.79º | 0.18% | 0.84% | - |
| XYZ | 51.3 | 60.87 | 49.6 | - |
| YUV | 200 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 175 | 0.14 | 0 | 0.18 | 0.16 | 105.79 | 0.31 | 0.76 |
| Hex | B8 | D5 | AF | E | 0 | 12 | 10 | 6A | 1F | 4C |
| Octal | 270 | 325 | 257 | 16 | 0 | 22 | 20 | 152 | 37 | 114 |
| Binary | 10111000 | 11010101 | 10101111 | 1110 | 0 | 10010 | 10000 | 1101010 | 11111 | 1001100 |
Color Harmonies of #B8D5AF
Complementary color
Monochromatic Colors of #B8D5AF
Black with #B8D5AF
Text Example
Text Example
White with #B8D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5AF; }
p { color: rgb(184,213,175); }
H1.HeaderClassName
{
color: #B8D5AF;
}
.AnyTagClassName
{
color: #B8D5AF;
}
</style>
background-color css
<style>
a { background-color: #B8D5AF; }
a { background-color: rgb(184,213,175); }
div.DivClassName
{
background-color: #B8D5AF;
}
.BgClassName
{
background-color: #B8D5AF;
}
</style>
border-color css
<style>
span { border-color: #B8D5AF; }
span { border-color: rgb(184,213,175); }
td.TdClassName
{
border-color: #B8D5AF;
}
.TagClassName
{
border-color: #B8D5AF;
}
</style>