Shades of Madang #BBDAA8
Tints of Madang #BBDAA8
RGB
CMYK
RGB Variations
Color information
#BBDAA8 (or 0xBBDAA8) is known color: Madang. HEX triplet: BB, DA and A8. RGB value is (187,218,168). Sum of RGB (Red+Green+Blue) = 187+218+168=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAA8 is #442557. Grayscale: #CBCBCB. Windows color (decimal): -4466008 or 11066043. OLE color: 11066043.
HSL color Cylindrical-coordinate representation of color #BBDAA8: hue angle of 97.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 168 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.15 |
| HSL | 97.2º | 0.4% | 0.76% | - |
| HSV(B) | 97.2º | 0.23% | 0.85% | - |
| XYZ | 52.63 | 63.53 | 46.54 | - |
| YUV | 203.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 168 | 0.14 | 0 | 0.23 | 0.15 | 97.2 | 0.4 | 0.76 |
| Hex | BB | DA | A8 | E | 0 | 17 | F | 61 | 28 | 4C |
| Octal | 273 | 332 | 250 | 16 | 0 | 27 | 17 | 141 | 50 | 114 |
| Binary | 10111011 | 11011010 | 10101000 | 1110 | 0 | 10111 | 1111 | 1100001 | 101000 | 1001100 |
Color Harmonies of #BBDAA8
Complementary color
Monochromatic Colors of #BBDAA8
Black with #BBDAA8
Text Example
Text Example
White with #BBDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAA8; }
p { color: rgb(187,218,168); }
H1.HeaderClassName
{
color: #BBDAA8;
}
.AnyTagClassName
{
color: #BBDAA8;
}
</style>
background-color css
<style>
a { background-color: #BBDAA8; }
a { background-color: rgb(187,218,168); }
div.DivClassName
{
background-color: #BBDAA8;
}
.BgClassName
{
background-color: #BBDAA8;
}
</style>
border-color css
<style>
span { border-color: #BBDAA8; }
span { border-color: rgb(187,218,168); }
td.TdClassName
{
border-color: #BBDAA8;
}
.TagClassName
{
border-color: #BBDAA8;
}
</style>