Shades of Madang #BBDEAA
Tints of Madang #BBDEAA
RGB
CMYK
RGB Variations
Color information
#BBDEAA (or 0xBBDEAA) is known color: Madang. HEX triplet: BB, DE and AA. RGB value is (187,222,170). Sum of RGB (Red+Green+Blue) = 187+222+170=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEAA is #442155. Grayscale: #CDCDCD. Windows color (decimal): -4464982 or 11198139. OLE color: 11198139.
HSL color Cylindrical-coordinate representation of color #BBDEAA: hue angle of 100.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDEAA is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 170 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.13 |
| HSL | 100.38º | 0.44% | 0.77% | - |
| HSV(B) | 100.38º | 0.23% | 0.87% | - |
| XYZ | 53.87 | 65.71 | 47.87 | - |
| YUV | 205.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 170 | 0.16 | 0 | 0.23 | 0.13 | 100.38 | 0.44 | 0.77 |
| Hex | BB | DE | AA | 10 | 0 | 17 | D | 64 | 2C | 4D |
| Octal | 273 | 336 | 252 | 20 | 0 | 27 | 15 | 144 | 54 | 115 |
| Binary | 10111011 | 11011110 | 10101010 | 10000 | 0 | 10111 | 1101 | 1100100 | 101100 | 1001101 |
Color Harmonies of #BBDEAA
Complementary color
Monochromatic Colors of #BBDEAA
Black with #BBDEAA
Text Example
Text Example
White with #BBDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEAA; }
p { color: rgb(187,222,170); }
H1.HeaderClassName
{
color: #BBDEAA;
}
.AnyTagClassName
{
color: #BBDEAA;
}
</style>
background-color css
<style>
a { background-color: #BBDEAA; }
a { background-color: rgb(187,222,170); }
div.DivClassName
{
background-color: #BBDEAA;
}
.BgClassName
{
background-color: #BBDEAA;
}
</style>
border-color css
<style>
span { border-color: #BBDEAA; }
span { border-color: rgb(187,222,170); }
td.TdClassName
{
border-color: #BBDEAA;
}
.TagClassName
{
border-color: #BBDEAA;
}
</style>