Shades of Madang #BBEDA2
Tints of Madang #BBEDA2
RGB
CMYK
RGB Variations
Color information
#BBEDA2 (or 0xBBEDA2) is known color: Madang. HEX triplet: BB, ED and A2. RGB value is (187,237,162). Sum of RGB (Red+Green+Blue) = 187+237+162=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDA2 is #44125D. Grayscale: #D5D5D5. Windows color (decimal): -4461150 or 10677691. OLE color: 10677691.
HSL color Cylindrical-coordinate representation of color #BBEDA2: hue angle of 100º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBEDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 162 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 100º | 0.68% | 0.78% | - |
| HSV(B) | 100º | 0.32% | 0.93% | - |
| XYZ | 57.3 | 73.74 | 45.4 | - |
| YUV | 213.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 162 | 0.21 | 0 | 0.32 | 0.07 | 100 | 0.68 | 0.78 |
| Hex | BB | ED | A2 | 15 | 0 | 20 | 7 | 64 | 44 | 4E |
| Octal | 273 | 355 | 242 | 25 | 0 | 40 | 7 | 144 | 104 | 116 |
| Binary | 10111011 | 11101101 | 10100010 | 10101 | 0 | 100000 | 111 | 1100100 | 1000100 | 1001110 |
Color Harmonies of #BBEDA2
Complementary color
Monochromatic Colors of #BBEDA2
Black with #BBEDA2
Text Example
Text Example
White with #BBEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDA2; }
p { color: rgb(187,237,162); }
H1.HeaderClassName
{
color: #BBEDA2;
}
.AnyTagClassName
{
color: #BBEDA2;
}
</style>
background-color css
<style>
a { background-color: #BBEDA2; }
a { background-color: rgb(187,237,162); }
div.DivClassName
{
background-color: #BBEDA2;
}
.BgClassName
{
background-color: #BBEDA2;
}
</style>
border-color css
<style>
span { border-color: #BBEDA2; }
span { border-color: rgb(187,237,162); }
td.TdClassName
{
border-color: #BBEDA2;
}
.TagClassName
{
border-color: #BBEDA2;
}
</style>