Shades of Madang #BBD8AB
Tints of Madang #BBD8AB
RGB
CMYK
RGB Variations
Color information
#BBD8AB (or 0xBBD8AB) is known color: Madang. HEX triplet: BB, D8 and AB. RGB value is (187,216,171). Sum of RGB (Red+Green+Blue) = 187+216+171=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AB is #442754. Grayscale: #CACACA. Windows color (decimal): -4466517 or 11262139. OLE color: 11262139.
HSL color Cylindrical-coordinate representation of color #BBD8AB: hue angle of 98.67º 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 #BBD8AB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 171 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.15 |
| HSL | 98.67º | 0.37% | 0.76% | - |
| HSV(B) | 98.67º | 0.21% | 0.85% | - |
| XYZ | 52.4 | 62.62 | 47.85 | - |
| YUV | 202.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 171 | 0.13 | 0 | 0.21 | 0.15 | 98.67 | 0.37 | 0.76 |
| Hex | BB | D8 | AB | D | 0 | 15 | F | 63 | 25 | 4C |
| Octal | 273 | 330 | 253 | 15 | 0 | 25 | 17 | 143 | 45 | 114 |
| Binary | 10111011 | 11011000 | 10101011 | 1101 | 0 | 10101 | 1111 | 1100011 | 100101 | 1001100 |
Color Harmonies of #BBD8AB
Complementary color
Monochromatic Colors of #BBD8AB
Black with #BBD8AB
Text Example
Text Example
White with #BBD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8AB; }
p { color: rgb(187,216,171); }
H1.HeaderClassName
{
color: #BBD8AB;
}
.AnyTagClassName
{
color: #BBD8AB;
}
</style>
background-color css
<style>
a { background-color: #BBD8AB; }
a { background-color: rgb(187,216,171); }
div.DivClassName
{
background-color: #BBD8AB;
}
.BgClassName
{
background-color: #BBD8AB;
}
</style>
border-color css
<style>
span { border-color: #BBD8AB; }
span { border-color: rgb(187,216,171); }
td.TdClassName
{
border-color: #BBD8AB;
}
.TagClassName
{
border-color: #BBD8AB;
}
</style>