Shades of Madang #BBECA1
Tints of Madang #BBECA1
RGB
CMYK
RGB Variations
Color information
#BBECA1 (or 0xBBECA1) is known color: Madang. HEX triplet: BB, EC and A1. RGB value is (187,236,161). Sum of RGB (Red+Green+Blue) = 187+236+161=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA1 is #44135E. Grayscale: #D5D5D5. Windows color (decimal): -4461407 or 10611899. OLE color: 10611899.
HSL color Cylindrical-coordinate representation of color #BBECA1: hue angle of 99.2º degrees, saturation: 0.66, 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 #BBECA1 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 161 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 99.2º | 0.66% | 0.78% | - |
| HSV(B) | 99.2º | 0.32% | 0.93% | - |
| XYZ | 56.92 | 73.13 | 44.83 | - |
| YUV | 212.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 161 | 0.21 | 0 | 0.32 | 0.07 | 99.2 | 0.66 | 0.78 |
| Hex | BB | EC | A1 | 15 | 0 | 20 | 7 | 63 | 42 | 4E |
| Octal | 273 | 354 | 241 | 25 | 0 | 40 | 7 | 143 | 102 | 116 |
| Binary | 10111011 | 11101100 | 10100001 | 10101 | 0 | 100000 | 111 | 1100011 | 1000010 | 1001110 |
Color Harmonies of #BBECA1
Complementary color
Monochromatic Colors of #BBECA1
Black with #BBECA1
Text Example
Text Example
White with #BBECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECA1; }
p { color: rgb(187,236,161); }
H1.HeaderClassName
{
color: #BBECA1;
}
.AnyTagClassName
{
color: #BBECA1;
}
</style>
background-color css
<style>
a { background-color: #BBECA1; }
a { background-color: rgb(187,236,161); }
div.DivClassName
{
background-color: #BBECA1;
}
.BgClassName
{
background-color: #BBECA1;
}
</style>
border-color css
<style>
span { border-color: #BBECA1; }
span { border-color: rgb(187,236,161); }
td.TdClassName
{
border-color: #BBECA1;
}
.TagClassName
{
border-color: #BBECA1;
}
</style>