Shades of Madang #B7DDA8
Tints of Madang #B7DDA8
RGB
CMYK
RGB Variations
Color information
#B7DDA8 (or 0xB7DDA8) is known color: Madang. HEX triplet: B7, DD and A8. RGB value is (183,221,168). Sum of RGB (Red+Green+Blue) = 183+221+168=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DDA8 is #482257. Grayscale: #CBCBCB. Windows color (decimal): -4727384 or 11066807. OLE color: 11066807.
HSL color Cylindrical-coordinate representation of color #B7DDA8: hue angle of 103.02º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7DDA8 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 221 | 168 | - |
CMYK | 0.17 | 0 | 0.24 | 0.13 |
HSL | 103.02º | 0.44% | 0.76% | - |
HSV(B) | 103.02º | 0.24% | 0.87% | - |
XYZ | 52.45 | 64.61 | 46.75 | - |
YUV | 203.6 | 107.91 | 113.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 221 | 168 | 0.17 | 0 | 0.24 | 0.13 | 103.02 | 0.44 | 0.76 |
Hex | B7 | DD | A8 | 11 | 0 | 18 | D | 67 | 2C | 4C |
Octal | 267 | 335 | 250 | 21 | 0 | 30 | 15 | 147 | 54 | 114 |
Binary | 10110111 | 11011101 | 10101000 | 10001 | 0 | 11000 | 1101 | 1100111 | 101100 | 1001100 |
Color Harmonies of #B7DDA8
Complementary color
Monochromatic Colors of #B7DDA8
Black with #B7DDA8
Text Example
Text Example
White with #B7DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDA8; }
p { color: rgb(183,221,168); }
H1.HeaderClassName
{
color: #B7DDA8;
}
.AnyTagClassName
{
color: #B7DDA8;
}
</style>
background-color css
<style>
a { background-color: #B7DDA8; }
a { background-color: rgb(183,221,168); }
div.DivClassName
{
background-color: #B7DDA8;
}
.BgClassName
{
background-color: #B7DDA8;
}
</style>
border-color css
<style>
span { border-color: #B7DDA8; }
span { border-color: rgb(183,221,168); }
td.TdClassName
{
border-color: #B7DDA8;
}
.TagClassName
{
border-color: #B7DDA8;
}
</style>