Shades of Madang #BBEBA1
Tints of Madang #BBEBA1
RGB
CMYK
RGB Variations
Color information
#BBEBA1 (or 0xBBEBA1) is known color: Madang. HEX triplet: BB, EB and A1. RGB value is (187,235,161). Sum of RGB (Red+Green+Blue) = 187+235+161=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEBA1 is #44145E. Grayscale: #D4D4D4. Windows color (decimal): -4461663 or 10611643. OLE color: 10611643.
HSL color Cylindrical-coordinate representation of color #BBEBA1: hue angle of 98.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBEBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 161 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.08 |
| HSL | 98.92º | 0.65% | 0.78% | - |
| HSV(B) | 98.92º | 0.31% | 0.92% | - |
| XYZ | 56.63 | 72.55 | 44.74 | - |
| YUV | 212.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 161 | 0.20 | 0 | 0.31 | 0.08 | 98.92 | 0.65 | 0.78 |
| Hex | BB | EB | A1 | 14 | 0 | 1F | 8 | 63 | 41 | 4E |
| Octal | 273 | 353 | 241 | 24 | 0 | 37 | 10 | 143 | 101 | 116 |
| Binary | 10111011 | 11101011 | 10100001 | 10100 | 0 | 11111 | 1000 | 1100011 | 1000001 | 1001110 |
Color Harmonies of #BBEBA1
Complementary color
Monochromatic Colors of #BBEBA1
Black with #BBEBA1
Text Example
Text Example
White with #BBEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBA1; }
p { color: rgb(187,235,161); }
H1.HeaderClassName
{
color: #BBEBA1;
}
.AnyTagClassName
{
color: #BBEBA1;
}
</style>
background-color css
<style>
a { background-color: #BBEBA1; }
a { background-color: rgb(187,235,161); }
div.DivClassName
{
background-color: #BBEBA1;
}
.BgClassName
{
background-color: #BBEBA1;
}
</style>
border-color css
<style>
span { border-color: #BBEBA1; }
span { border-color: rgb(187,235,161); }
td.TdClassName
{
border-color: #BBEBA1;
}
.TagClassName
{
border-color: #BBEBA1;
}
</style>