Shades of Madang #BBD8AA
Tints of Madang #BBD8AA
RGB
CMYK
RGB Variations
Color information
#BBD8AA (or 0xBBD8AA) is known color: Madang. HEX triplet: BB, D8 and AA. RGB value is (187,216,170). Sum of RGB (Red+Green+Blue) = 187+216+170=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AA is #442755. Grayscale: #CACACA. Windows color (decimal): -4466518 or 11196603. OLE color: 11196603.
HSL color Cylindrical-coordinate representation of color #BBD8AA: hue angle of 97.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD8AA is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 170 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.15 |
| HSL | 97.83º | 0.37% | 0.76% | - |
| HSV(B) | 97.83º | 0.21% | 0.85% | - |
| XYZ | 52.31 | 62.58 | 47.35 | - |
| YUV | 202.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 170 | 0.13 | 0 | 0.21 | 0.15 | 97.83 | 0.37 | 0.76 |
| Hex | BB | D8 | AA | D | 0 | 15 | F | 62 | 25 | 4C |
| Octal | 273 | 330 | 252 | 15 | 0 | 25 | 17 | 142 | 45 | 114 |
| Binary | 10111011 | 11011000 | 10101010 | 1101 | 0 | 10101 | 1111 | 1100010 | 100101 | 1001100 |
Color Harmonies of #BBD8AA
Complementary color
Monochromatic Colors of #BBD8AA
Black with #BBD8AA
Text Example
Text Example
White with #BBD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8AA; }
p { color: rgb(187,216,170); }
H1.HeaderClassName
{
color: #BBD8AA;
}
.AnyTagClassName
{
color: #BBD8AA;
}
</style>
background-color css
<style>
a { background-color: #BBD8AA; }
a { background-color: rgb(187,216,170); }
div.DivClassName
{
background-color: #BBD8AA;
}
.BgClassName
{
background-color: #BBD8AA;
}
</style>
border-color css
<style>
span { border-color: #BBD8AA; }
span { border-color: rgb(187,216,170); }
td.TdClassName
{
border-color: #BBD8AA;
}
.TagClassName
{
border-color: #BBD8AA;
}
</style>