Shades of Madang #BBD9AE
Tints of Madang #BBD9AE
RGB
CMYK
RGB Variations
Color information
#BBD9AE (or 0xBBD9AE) is known color: Madang. HEX triplet: BB, D9 and AE. RGB value is (187,217,174). Sum of RGB (Red+Green+Blue) = 187+217+174=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9AE is #442651. Grayscale: #CBCBCB. Windows color (decimal): -4466258 or 11459003. OLE color: 11459003.
HSL color Cylindrical-coordinate representation of color #BBD9AE: hue angle of 101.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD9AE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 174 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.15 |
| HSL | 101.86º | 0.36% | 0.77% | - |
| HSV(B) | 101.86º | 0.2% | 0.85% | - |
| XYZ | 52.95 | 63.25 | 49.46 | - |
| YUV | 203.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 174 | 0.14 | 0 | 0.20 | 0.15 | 101.86 | 0.36 | 0.77 |
| Hex | BB | D9 | AE | E | 0 | 14 | F | 66 | 24 | 4D |
| Octal | 273 | 331 | 256 | 16 | 0 | 24 | 17 | 146 | 44 | 115 |
| Binary | 10111011 | 11011001 | 10101110 | 1110 | 0 | 10100 | 1111 | 1100110 | 100100 | 1001101 |
Color Harmonies of #BBD9AE
Complementary color
Monochromatic Colors of #BBD9AE
Black with #BBD9AE
Text Example
Text Example
White with #BBD9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9AE; }
p { color: rgb(187,217,174); }
H1.HeaderClassName
{
color: #BBD9AE;
}
.AnyTagClassName
{
color: #BBD9AE;
}
</style>
background-color css
<style>
a { background-color: #BBD9AE; }
a { background-color: rgb(187,217,174); }
div.DivClassName
{
background-color: #BBD9AE;
}
.BgClassName
{
background-color: #BBD9AE;
}
</style>
border-color css
<style>
span { border-color: #BBD9AE; }
span { border-color: rgb(187,217,174); }
td.TdClassName
{
border-color: #BBD9AE;
}
.TagClassName
{
border-color: #BBD9AE;
}
</style>