Shades of Madang #BBECA3
Tints of Madang #BBECA3
RGB
CMYK
RGB Variations
Color information
#BBECA3 (or 0xBBECA3) is known color: Madang. HEX triplet: BB, EC and A3. RGB value is (187,236,163). Sum of RGB (Red+Green+Blue) = 187+236+163=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA3 is #44135C. Grayscale: #D5D5D5. Windows color (decimal): -4461405 or 10742971. OLE color: 10742971.
HSL color Cylindrical-coordinate representation of color #BBECA3: hue angle of 100.27º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBECA3 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 163 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.07 |
| HSL | 100.27º | 0.66% | 0.78% | - |
| HSV(B) | 100.27º | 0.31% | 0.93% | - |
| XYZ | 57.1 | 73.2 | 45.77 | - |
| YUV | 213.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 163 | 0.21 | 0 | 0.31 | 0.07 | 100.27 | 0.66 | 0.78 |
| Hex | BB | EC | A3 | 15 | 0 | 1F | 7 | 64 | 42 | 4E |
| Octal | 273 | 354 | 243 | 25 | 0 | 37 | 7 | 144 | 102 | 116 |
| Binary | 10111011 | 11101100 | 10100011 | 10101 | 0 | 11111 | 111 | 1100100 | 1000010 | 1001110 |
Color Harmonies of #BBECA3
Complementary color
Monochromatic Colors of #BBECA3
Black with #BBECA3
Text Example
Text Example
White with #BBECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECA3; }
p { color: rgb(187,236,163); }
H1.HeaderClassName
{
color: #BBECA3;
}
.AnyTagClassName
{
color: #BBECA3;
}
</style>
background-color css
<style>
a { background-color: #BBECA3; }
a { background-color: rgb(187,236,163); }
div.DivClassName
{
background-color: #BBECA3;
}
.BgClassName
{
background-color: #BBECA3;
}
</style>
border-color css
<style>
span { border-color: #BBECA3; }
span { border-color: rgb(187,236,163); }
td.TdClassName
{
border-color: #BBECA3;
}
.TagClassName
{
border-color: #BBECA3;
}
</style>