Shades of Madang #BBEDB6
Tints of Madang #BBEDB6
RGB
CMYK
RGB Variations
Color information
#BBEDB6 (or 0xBBEDB6) is known color: Madang. HEX triplet: BB, ED and B6. RGB value is (187,237,182). Sum of RGB (Red+Green+Blue) = 187+237+182=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDB6 is #441249. Grayscale: #D7D7D7. Windows color (decimal): -4461130 or 11988411. OLE color: 11988411.
HSL color Cylindrical-coordinate representation of color #BBEDB6: hue angle of 114.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEDB6 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 182 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.07 |
| HSL | 114.55º | 0.6% | 0.82% | - |
| HSV(B) | 114.55º | 0.23% | 0.93% | - |
| XYZ | 59.22 | 74.51 | 55.52 | - |
| YUV | 215.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 182 | 0.21 | 0 | 0.23 | 0.07 | 114.55 | 0.6 | 0.82 |
| Hex | BB | ED | B6 | 15 | 0 | 17 | 7 | 73 | 3C | 52 |
| Octal | 273 | 355 | 266 | 25 | 0 | 27 | 7 | 163 | 74 | 122 |
| Binary | 10111011 | 11101101 | 10110110 | 10101 | 0 | 10111 | 111 | 1110011 | 111100 | 1010010 |
Color Harmonies of #BBEDB6
Complementary color
Monochromatic Colors of #BBEDB6
Black with #BBEDB6
Text Example
Text Example
White with #BBEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDB6; }
p { color: rgb(187,237,182); }
H1.HeaderClassName
{
color: #BBEDB6;
}
.AnyTagClassName
{
color: #BBEDB6;
}
</style>
background-color css
<style>
a { background-color: #BBEDB6; }
a { background-color: rgb(187,237,182); }
div.DivClassName
{
background-color: #BBEDB6;
}
.BgClassName
{
background-color: #BBEDB6;
}
</style>
border-color css
<style>
span { border-color: #BBEDB6; }
span { border-color: rgb(187,237,182); }
td.TdClassName
{
border-color: #BBEDB6;
}
.TagClassName
{
border-color: #BBEDB6;
}
</style>