Shades of Madang #BBDCAA
Tints of Madang #BBDCAA
RGB
CMYK
RGB Variations
Color information
#BBDCAA (or 0xBBDCAA) is known color: Madang. HEX triplet: BB, DC and AA. RGB value is (187,220,170). Sum of RGB (Red+Green+Blue) = 187+220+170=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCAA is #442355. Grayscale: #CCCCCC. Windows color (decimal): -4465494 or 11197627. OLE color: 11197627.
HSL color Cylindrical-coordinate representation of color #BBDCAA: hue angle of 99.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDCAA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 170 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.14 |
| HSL | 99.6º | 0.42% | 0.76% | - |
| HSV(B) | 99.6º | 0.23% | 0.86% | - |
| XYZ | 53.34 | 64.65 | 47.7 | - |
| YUV | 204.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 170 | 0.15 | 0 | 0.23 | 0.14 | 99.6 | 0.42 | 0.76 |
| Hex | BB | DC | AA | F | 0 | 17 | E | 64 | 2A | 4C |
| Octal | 273 | 334 | 252 | 17 | 0 | 27 | 16 | 144 | 52 | 114 |
| Binary | 10111011 | 11011100 | 10101010 | 1111 | 0 | 10111 | 1110 | 1100100 | 101010 | 1001100 |
Color Harmonies of #BBDCAA
Complementary color
Monochromatic Colors of #BBDCAA
Black with #BBDCAA
Text Example
Text Example
White with #BBDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCAA; }
p { color: rgb(187,220,170); }
H1.HeaderClassName
{
color: #BBDCAA;
}
.AnyTagClassName
{
color: #BBDCAA;
}
</style>
background-color css
<style>
a { background-color: #BBDCAA; }
a { background-color: rgb(187,220,170); }
div.DivClassName
{
background-color: #BBDCAA;
}
.BgClassName
{
background-color: #BBDCAA;
}
</style>
border-color css
<style>
span { border-color: #BBDCAA; }
span { border-color: rgb(187,220,170); }
td.TdClassName
{
border-color: #BBDCAA;
}
.TagClassName
{
border-color: #BBDCAA;
}
</style>