Shades of Madang #BBDEB1
Tints of Madang #BBDEB1
RGB
CMYK
RGB Variations
Color information
#BBDEB1 (or 0xBBDEB1) is known color: Madang. HEX triplet: BB, DE and B1. RGB value is (187,222,177). Sum of RGB (Red+Green+Blue) = 187+222+177=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEB1 is #44214E. Grayscale: #CECECE. Windows color (decimal): -4464975 or 11656891. OLE color: 11656891.
HSL color Cylindrical-coordinate representation of color #BBDEB1: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDEB1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 177 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.13 |
| HSL | 106.67º | 0.41% | 0.78% | - |
| HSV(B) | 106.67º | 0.2% | 0.87% | - |
| XYZ | 54.55 | 65.98 | 51.46 | - |
| YUV | 206.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 177 | 0.16 | 0 | 0.20 | 0.13 | 106.67 | 0.41 | 0.78 |
| Hex | BB | DE | B1 | 10 | 0 | 14 | D | 6B | 29 | 4E |
| Octal | 273 | 336 | 261 | 20 | 0 | 24 | 15 | 153 | 51 | 116 |
| Binary | 10111011 | 11011110 | 10110001 | 10000 | 0 | 10100 | 1101 | 1101011 | 101001 | 1001110 |
Color Harmonies of #BBDEB1
Complementary color
Monochromatic Colors of #BBDEB1
Black with #BBDEB1
Text Example
Text Example
White with #BBDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEB1; }
p { color: rgb(187,222,177); }
H1.HeaderClassName
{
color: #BBDEB1;
}
.AnyTagClassName
{
color: #BBDEB1;
}
</style>
background-color css
<style>
a { background-color: #BBDEB1; }
a { background-color: rgb(187,222,177); }
div.DivClassName
{
background-color: #BBDEB1;
}
.BgClassName
{
background-color: #BBDEB1;
}
</style>
border-color css
<style>
span { border-color: #BBDEB1; }
span { border-color: rgb(187,222,177); }
td.TdClassName
{
border-color: #BBDEB1;
}
.TagClassName
{
border-color: #BBDEB1;
}
</style>