Shades of Madang #BBDAA9
Tints of Madang #BBDAA9
RGB
CMYK
RGB Variations
Color information
#BBDAA9 (or 0xBBDAA9) is known color: Madang. HEX triplet: BB, DA and A9. RGB value is (187,218,169). Sum of RGB (Red+Green+Blue) = 187+218+169=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAA9 is #442556. Grayscale: #CBCBCB. Windows color (decimal): -4466007 or 11131579. OLE color: 11131579.
HSL color Cylindrical-coordinate representation of color #BBDAA9: hue angle of 97.96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDAA9 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 169 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.15 |
| HSL | 97.96º | 0.4% | 0.76% | - |
| HSV(B) | 97.96º | 0.22% | 0.85% | - |
| XYZ | 52.73 | 63.57 | 47.03 | - |
| YUV | 203.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 169 | 0.14 | 0 | 0.22 | 0.15 | 97.96 | 0.4 | 0.76 |
| Hex | BB | DA | A9 | E | 0 | 16 | F | 62 | 28 | 4C |
| Octal | 273 | 332 | 251 | 16 | 0 | 26 | 17 | 142 | 50 | 114 |
| Binary | 10111011 | 11011010 | 10101001 | 1110 | 0 | 10110 | 1111 | 1100010 | 101000 | 1001100 |
Color Harmonies of #BBDAA9
Complementary color
Monochromatic Colors of #BBDAA9
Black with #BBDAA9
Text Example
Text Example
White with #BBDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAA9; }
p { color: rgb(187,218,169); }
H1.HeaderClassName
{
color: #BBDAA9;
}
.AnyTagClassName
{
color: #BBDAA9;
}
</style>
background-color css
<style>
a { background-color: #BBDAA9; }
a { background-color: rgb(187,218,169); }
div.DivClassName
{
background-color: #BBDAA9;
}
.BgClassName
{
background-color: #BBDAA9;
}
</style>
border-color css
<style>
span { border-color: #BBDAA9; }
span { border-color: rgb(187,218,169); }
td.TdClassName
{
border-color: #BBDAA9;
}
.TagClassName
{
border-color: #BBDAA9;
}
</style>