Shades of Madang #BBDBB1
Tints of Madang #BBDBB1
RGB
CMYK
RGB Variations
Color information
#BBDBB1 (or 0xBBDBB1) is known color: Madang. HEX triplet: BB, DB and B1. RGB value is (187,219,177). Sum of RGB (Red+Green+Blue) = 187+219+177=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBB1 is #44244E. Grayscale: #CCCCCC. Windows color (decimal): -4465743 or 11656123. OLE color: 11656123.
HSL color Cylindrical-coordinate representation of color #BBDBB1: hue angle of 105.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDBB1 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 177 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.14 |
| HSL | 105.71º | 0.37% | 0.78% | - |
| HSV(B) | 105.71º | 0.19% | 0.86% | - |
| XYZ | 53.76 | 64.4 | 51.19 | - |
| YUV | 204.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 177 | 0.15 | 0 | 0.19 | 0.14 | 105.71 | 0.37 | 0.78 |
| Hex | BB | DB | B1 | F | 0 | 13 | E | 6A | 25 | 4E |
| Octal | 273 | 333 | 261 | 17 | 0 | 23 | 16 | 152 | 45 | 116 |
| Binary | 10111011 | 11011011 | 10110001 | 1111 | 0 | 10011 | 1110 | 1101010 | 100101 | 1001110 |
Color Harmonies of #BBDBB1
Complementary color
Monochromatic Colors of #BBDBB1
Black with #BBDBB1
Text Example
Text Example
White with #BBDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBB1; }
p { color: rgb(187,219,177); }
H1.HeaderClassName
{
color: #BBDBB1;
}
.AnyTagClassName
{
color: #BBDBB1;
}
</style>
background-color css
<style>
a { background-color: #BBDBB1; }
a { background-color: rgb(187,219,177); }
div.DivClassName
{
background-color: #BBDBB1;
}
.BgClassName
{
background-color: #BBDBB1;
}
</style>
border-color css
<style>
span { border-color: #BBDBB1; }
span { border-color: rgb(187,219,177); }
td.TdClassName
{
border-color: #BBDBB1;
}
.TagClassName
{
border-color: #BBDBB1;
}
</style>