Shades of Madang #BBEDB1
Tints of Madang #BBEDB1
RGB
CMYK
RGB Variations
Color information
#BBEDB1 (or 0xBBEDB1) is known color: Madang. HEX triplet: BB, ED and B1. RGB value is (187,237,177). Sum of RGB (Red+Green+Blue) = 187+237+177=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDB1 is #44124E. Grayscale: #D7D7D7. Windows color (decimal): -4461135 or 11660731. OLE color: 11660731.
HSL color Cylindrical-coordinate representation of color #BBEDB1: hue angle of 110º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEDB1 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 177 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.07 |
| HSL | 110º | 0.63% | 0.81% | - |
| HSV(B) | 110º | 0.25% | 0.93% | - |
| XYZ | 58.71 | 74.31 | 52.84 | - |
| YUV | 215.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 177 | 0.21 | 0 | 0.25 | 0.07 | 110 | 0.63 | 0.81 |
| Hex | BB | ED | B1 | 15 | 0 | 19 | 7 | 6E | 3E | 51 |
| Octal | 273 | 355 | 261 | 25 | 0 | 31 | 7 | 156 | 76 | 121 |
| Binary | 10111011 | 11101101 | 10110001 | 10101 | 0 | 11001 | 111 | 1101110 | 111110 | 1010001 |
Color Harmonies of #BBEDB1
Complementary color
Monochromatic Colors of #BBEDB1
Black with #BBEDB1
Text Example
Text Example
White with #BBEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDB1; }
p { color: rgb(187,237,177); }
H1.HeaderClassName
{
color: #BBEDB1;
}
.AnyTagClassName
{
color: #BBEDB1;
}
</style>
background-color css
<style>
a { background-color: #BBEDB1; }
a { background-color: rgb(187,237,177); }
div.DivClassName
{
background-color: #BBEDB1;
}
.BgClassName
{
background-color: #BBEDB1;
}
</style>
border-color css
<style>
span { border-color: #BBEDB1; }
span { border-color: rgb(187,237,177); }
td.TdClassName
{
border-color: #BBEDB1;
}
.TagClassName
{
border-color: #BBEDB1;
}
</style>