Shades of Madang #BBDAB1
Tints of Madang #BBDAB1
RGB
CMYK
RGB Variations
Color information
#BBDAB1 (or 0xBBDAB1) is known color: Madang. HEX triplet: BB, DA and B1. RGB value is (187,218,177). Sum of RGB (Red+Green+Blue) = 187+218+177=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAB1 is #44254E. Grayscale: #CCCCCC. Windows color (decimal): -4465999 or 11655867. OLE color: 11655867.
HSL color Cylindrical-coordinate representation of color #BBDAB1: hue angle of 105.37º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDAB1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 177 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.15 |
| HSL | 105.37º | 0.36% | 0.77% | - |
| HSV(B) | 105.37º | 0.19% | 0.85% | - |
| XYZ | 53.5 | 63.88 | 51.11 | - |
| YUV | 204.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 177 | 0.14 | 0 | 0.19 | 0.15 | 105.37 | 0.36 | 0.77 |
| Hex | BB | DA | B1 | E | 0 | 13 | F | 69 | 24 | 4D |
| Octal | 273 | 332 | 261 | 16 | 0 | 23 | 17 | 151 | 44 | 115 |
| Binary | 10111011 | 11011010 | 10110001 | 1110 | 0 | 10011 | 1111 | 1101001 | 100100 | 1001101 |
Color Harmonies of #BBDAB1
Complementary color
Monochromatic Colors of #BBDAB1
Black with #BBDAB1
Text Example
Text Example
White with #BBDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAB1; }
p { color: rgb(187,218,177); }
H1.HeaderClassName
{
color: #BBDAB1;
}
.AnyTagClassName
{
color: #BBDAB1;
}
</style>
background-color css
<style>
a { background-color: #BBDAB1; }
a { background-color: rgb(187,218,177); }
div.DivClassName
{
background-color: #BBDAB1;
}
.BgClassName
{
background-color: #BBDAB1;
}
</style>
border-color css
<style>
span { border-color: #BBDAB1; }
span { border-color: rgb(187,218,177); }
td.TdClassName
{
border-color: #BBDAB1;
}
.TagClassName
{
border-color: #BBDAB1;
}
</style>