Shades of Madang #BBDAAB
Tints of Madang #BBDAAB
RGB
CMYK
RGB Variations
Color information
#BBDAAB (or 0xBBDAAB) is known color: Madang. HEX triplet: BB, DA and AB. RGB value is (187,218,171). Sum of RGB (Red+Green+Blue) = 187+218+171=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAB is #442554. Grayscale: #CBCBCB. Windows color (decimal): -4466005 or 11262651. OLE color: 11262651.
HSL color Cylindrical-coordinate representation of color #BBDAAB: hue angle of 99.57º degrees, saturation: 0.39, 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 #BBDAAB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 171 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.15 |
| HSL | 99.57º | 0.39% | 0.76% | - |
| HSV(B) | 99.57º | 0.22% | 0.85% | - |
| XYZ | 52.92 | 63.65 | 48.02 | - |
| YUV | 203.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 171 | 0.14 | 0 | 0.22 | 0.15 | 99.57 | 0.39 | 0.76 |
| Hex | BB | DA | AB | E | 0 | 16 | F | 64 | 27 | 4C |
| Octal | 273 | 332 | 253 | 16 | 0 | 26 | 17 | 144 | 47 | 114 |
| Binary | 10111011 | 11011010 | 10101011 | 1110 | 0 | 10110 | 1111 | 1100100 | 100111 | 1001100 |
Color Harmonies of #BBDAAB
Complementary color
Monochromatic Colors of #BBDAAB
Black with #BBDAAB
Text Example
Text Example
White with #BBDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAAB; }
p { color: rgb(187,218,171); }
H1.HeaderClassName
{
color: #BBDAAB;
}
.AnyTagClassName
{
color: #BBDAAB;
}
</style>
background-color css
<style>
a { background-color: #BBDAAB; }
a { background-color: rgb(187,218,171); }
div.DivClassName
{
background-color: #BBDAAB;
}
.BgClassName
{
background-color: #BBDAAB;
}
</style>
border-color css
<style>
span { border-color: #BBDAAB; }
span { border-color: rgb(187,218,171); }
td.TdClassName
{
border-color: #BBDAAB;
}
.TagClassName
{
border-color: #BBDAAB;
}
</style>