Shades of Madang #BBE2B2
Tints of Madang #BBE2B2
RGB
CMYK
RGB Variations
Color information
#BBE2B2 (or 0xBBE2B2) is known color: Madang. HEX triplet: BB, E2 and B2. RGB value is (187,226,178). Sum of RGB (Red+Green+Blue) = 187+226+178=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE2B2 is #441D4D. Grayscale: #D1D1D1. Windows color (decimal): -4463950 or 11723451. OLE color: 11723451.
HSL color Cylindrical-coordinate representation of color #BBE2B2: hue angle of 108.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE2B2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 178 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.11 |
| HSL | 108.75º | 0.45% | 0.79% | - |
| HSV(B) | 108.75º | 0.21% | 0.89% | - |
| XYZ | 55.73 | 68.17 | 52.34 | - |
| YUV | 208.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 178 | 0.17 | 0 | 0.21 | 0.11 | 108.75 | 0.45 | 0.79 |
| Hex | BB | E2 | B2 | 11 | 0 | 15 | B | 6D | 2D | 4F |
| Octal | 273 | 342 | 262 | 21 | 0 | 25 | 13 | 155 | 55 | 117 |
| Binary | 10111011 | 11100010 | 10110010 | 10001 | 0 | 10101 | 1011 | 1101101 | 101101 | 1001111 |
Color Harmonies of #BBE2B2
Complementary color
Monochromatic Colors of #BBE2B2
Black with #BBE2B2
Text Example
Text Example
White with #BBE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2B2; }
p { color: rgb(187,226,178); }
H1.HeaderClassName
{
color: #BBE2B2;
}
.AnyTagClassName
{
color: #BBE2B2;
}
</style>
background-color css
<style>
a { background-color: #BBE2B2; }
a { background-color: rgb(187,226,178); }
div.DivClassName
{
background-color: #BBE2B2;
}
.BgClassName
{
background-color: #BBE2B2;
}
</style>
border-color css
<style>
span { border-color: #BBE2B2; }
span { border-color: rgb(187,226,178); }
td.TdClassName
{
border-color: #BBE2B2;
}
.TagClassName
{
border-color: #BBE2B2;
}
</style>