Shades of Madang #BBEAA0
Tints of Madang #BBEAA0
RGB
CMYK
RGB Variations
Color information
#BBEAA0 (or 0xBBEAA0) is known color: Madang. HEX triplet: BB, EA and A0. RGB value is (187,234,160). Sum of RGB (Red+Green+Blue) = 187+234+160=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEAA0 is #44155F. Grayscale: #D3D3D3. Windows color (decimal): -4461920 or 10545851. OLE color: 10545851.
HSL color Cylindrical-coordinate representation of color #BBEAA0: hue angle of 98.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBEAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 160 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.08 |
| HSL | 98.11º | 0.64% | 0.77% | - |
| HSV(B) | 98.11º | 0.32% | 0.92% | - |
| XYZ | 56.26 | 71.95 | 44.18 | - |
| YUV | 211.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 160 | 0.20 | 0 | 0.32 | 0.08 | 98.11 | 0.64 | 0.77 |
| Hex | BB | EA | A0 | 14 | 0 | 20 | 8 | 62 | 40 | 4D |
| Octal | 273 | 352 | 240 | 24 | 0 | 40 | 10 | 142 | 100 | 115 |
| Binary | 10111011 | 11101010 | 10100000 | 10100 | 0 | 100000 | 1000 | 1100010 | 1000000 | 1001101 |
Color Harmonies of #BBEAA0
Complementary color
Monochromatic Colors of #BBEAA0
Black with #BBEAA0
Text Example
Text Example
White with #BBEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAA0; }
p { color: rgb(187,234,160); }
H1.HeaderClassName
{
color: #BBEAA0;
}
.AnyTagClassName
{
color: #BBEAA0;
}
</style>
background-color css
<style>
a { background-color: #BBEAA0; }
a { background-color: rgb(187,234,160); }
div.DivClassName
{
background-color: #BBEAA0;
}
.BgClassName
{
background-color: #BBEAA0;
}
</style>
border-color css
<style>
span { border-color: #BBEAA0; }
span { border-color: rgb(187,234,160); }
td.TdClassName
{
border-color: #BBEAA0;
}
.TagClassName
{
border-color: #BBEAA0;
}
</style>