Shades of Madang #BBDBAF
Tints of Madang #BBDBAF
RGB
CMYK
RGB Variations
Color information
#BBDBAF (or 0xBBDBAF) is known color: Madang. HEX triplet: BB, DB and AF. RGB value is (187,219,175). Sum of RGB (Red+Green+Blue) = 187+219+175=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAF is #442450. Grayscale: #CCCCCC. Windows color (decimal): -4465745 or 11525051. OLE color: 11525051.
HSL color Cylindrical-coordinate representation of color #BBDBAF: hue angle of 103.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDBAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 175 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.14 |
| HSL | 103.64º | 0.38% | 0.77% | - |
| HSV(B) | 103.64º | 0.2% | 0.86% | - |
| XYZ | 53.56 | 64.32 | 50.15 | - |
| YUV | 204.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 175 | 0.15 | 0 | 0.20 | 0.14 | 103.64 | 0.38 | 0.77 |
| Hex | BB | DB | AF | F | 0 | 14 | E | 68 | 26 | 4D |
| Octal | 273 | 333 | 257 | 17 | 0 | 24 | 16 | 150 | 46 | 115 |
| Binary | 10111011 | 11011011 | 10101111 | 1111 | 0 | 10100 | 1110 | 1101000 | 100110 | 1001101 |
Color Harmonies of #BBDBAF
Complementary color
Monochromatic Colors of #BBDBAF
Black with #BBDBAF
Text Example
Text Example
White with #BBDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBAF; }
p { color: rgb(187,219,175); }
H1.HeaderClassName
{
color: #BBDBAF;
}
.AnyTagClassName
{
color: #BBDBAF;
}
</style>
background-color css
<style>
a { background-color: #BBDBAF; }
a { background-color: rgb(187,219,175); }
div.DivClassName
{
background-color: #BBDBAF;
}
.BgClassName
{
background-color: #BBDBAF;
}
</style>
border-color css
<style>
span { border-color: #BBDBAF; }
span { border-color: rgb(187,219,175); }
td.TdClassName
{
border-color: #BBDBAF;
}
.TagClassName
{
border-color: #BBDBAF;
}
</style>