Shades of Madang #BBD6AB
Tints of Madang #BBD6AB
RGB
CMYK
RGB Variations
Color information
#BBD6AB (or 0xBBD6AB) is known color: Madang. HEX triplet: BB, D6 and AB. RGB value is (187,214,171). Sum of RGB (Red+Green+Blue) = 187+214+171=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6AB is #442954. Grayscale: #C9C9C9. Windows color (decimal): -4467029 or 11261627. OLE color: 11261627.
HSL color Cylindrical-coordinate representation of color #BBD6AB: hue angle of 97.67º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD6AB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 171 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.16 |
| HSL | 97.67º | 0.34% | 0.75% | - |
| HSV(B) | 97.67º | 0.2% | 0.84% | - |
| XYZ | 51.89 | 61.6 | 47.68 | - |
| YUV | 201.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 171 | 0.13 | 0 | 0.20 | 0.16 | 97.67 | 0.34 | 0.75 |
| Hex | BB | D6 | AB | D | 0 | 14 | 10 | 62 | 22 | 4B |
| Octal | 273 | 326 | 253 | 15 | 0 | 24 | 20 | 142 | 42 | 113 |
| Binary | 10111011 | 11010110 | 10101011 | 1101 | 0 | 10100 | 10000 | 1100010 | 100010 | 1001011 |
Color Harmonies of #BBD6AB
Complementary color
Monochromatic Colors of #BBD6AB
Black with #BBD6AB
Text Example
Text Example
White with #BBD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6AB; }
p { color: rgb(187,214,171); }
H1.HeaderClassName
{
color: #BBD6AB;
}
.AnyTagClassName
{
color: #BBD6AB;
}
</style>
background-color css
<style>
a { background-color: #BBD6AB; }
a { background-color: rgb(187,214,171); }
div.DivClassName
{
background-color: #BBD6AB;
}
.BgClassName
{
background-color: #BBD6AB;
}
</style>
border-color css
<style>
span { border-color: #BBD6AB; }
span { border-color: rgb(187,214,171); }
td.TdClassName
{
border-color: #BBD6AB;
}
.TagClassName
{
border-color: #BBD6AB;
}
</style>