Shades of Madang #BBD7AD
Tints of Madang #BBD7AD
RGB
CMYK
RGB Variations
Color information
#BBD7AD (or 0xBBD7AD) is known color: Madang. HEX triplet: BB, D7 and AD. RGB value is (187,215,173). Sum of RGB (Red+Green+Blue) = 187+215+173=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD7AD is #442852. Grayscale: #C9C9C9. Windows color (decimal): -4466771 or 11392955. OLE color: 11392955.
HSL color Cylindrical-coordinate representation of color #BBD7AD: hue angle of 100º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD7AD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 173 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.16 |
| HSL | 100º | 0.34% | 0.76% | - |
| HSV(B) | 100º | 0.2% | 0.84% | - |
| XYZ | 52.34 | 62.18 | 48.78 | - |
| YUV | 201.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 173 | 0.13 | 0 | 0.20 | 0.16 | 100 | 0.34 | 0.76 |
| Hex | BB | D7 | AD | D | 0 | 14 | 10 | 64 | 22 | 4C |
| Octal | 273 | 327 | 255 | 15 | 0 | 24 | 20 | 144 | 42 | 114 |
| Binary | 10111011 | 11010111 | 10101101 | 1101 | 0 | 10100 | 10000 | 1100100 | 100010 | 1001100 |
Color Harmonies of #BBD7AD
Complementary color
Monochromatic Colors of #BBD7AD
Black with #BBD7AD
Text Example
Text Example
White with #BBD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7AD; }
p { color: rgb(187,215,173); }
H1.HeaderClassName
{
color: #BBD7AD;
}
.AnyTagClassName
{
color: #BBD7AD;
}
</style>
background-color css
<style>
a { background-color: #BBD7AD; }
a { background-color: rgb(187,215,173); }
div.DivClassName
{
background-color: #BBD7AD;
}
.BgClassName
{
background-color: #BBD7AD;
}
</style>
border-color css
<style>
span { border-color: #BBD7AD; }
span { border-color: rgb(187,215,173); }
td.TdClassName
{
border-color: #BBD7AD;
}
.TagClassName
{
border-color: #BBD7AD;
}
</style>