Shades of Madang #BBDAAD
Tints of Madang #BBDAAD
RGB
CMYK
RGB Variations
Color information
#BBDAAD (or 0xBBDAAD) is known color: Madang. HEX triplet: BB, DA and AD. RGB value is (187,218,173). Sum of RGB (Red+Green+Blue) = 187+218+173=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAD is #442552. Grayscale: #CBCBCB. Windows color (decimal): -4466003 or 11393723. OLE color: 11393723.
HSL color Cylindrical-coordinate representation of color #BBDAAD: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAAD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 173 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.15 |
| HSL | 101.33º | 0.38% | 0.77% | - |
| HSV(B) | 101.33º | 0.21% | 0.85% | - |
| XYZ | 53.11 | 63.72 | 49.04 | - |
| YUV | 203.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 173 | 0.14 | 0 | 0.21 | 0.15 | 101.33 | 0.38 | 0.77 |
| Hex | BB | DA | AD | E | 0 | 15 | F | 65 | 26 | 4D |
| Octal | 273 | 332 | 255 | 16 | 0 | 25 | 17 | 145 | 46 | 115 |
| Binary | 10111011 | 11011010 | 10101101 | 1110 | 0 | 10101 | 1111 | 1100101 | 100110 | 1001101 |
Color Harmonies of #BBDAAD
Complementary color
Monochromatic Colors of #BBDAAD
Black with #BBDAAD
Text Example
Text Example
White with #BBDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAAD; }
p { color: rgb(187,218,173); }
H1.HeaderClassName
{
color: #BBDAAD;
}
.AnyTagClassName
{
color: #BBDAAD;
}
</style>
background-color css
<style>
a { background-color: #BBDAAD; }
a { background-color: rgb(187,218,173); }
div.DivClassName
{
background-color: #BBDAAD;
}
.BgClassName
{
background-color: #BBDAAD;
}
</style>
border-color css
<style>
span { border-color: #BBDAAD; }
span { border-color: rgb(187,218,173); }
td.TdClassName
{
border-color: #BBDAAD;
}
.TagClassName
{
border-color: #BBDAAD;
}
</style>