Shades of Madang #BBECA6
Tints of Madang #BBECA6
RGB
CMYK
RGB Variations
Color information
#BBECA6 (or 0xBBECA6) is known color: Madang. HEX triplet: BB, EC and A6. RGB value is (187,236,166). Sum of RGB (Red+Green+Blue) = 187+236+166=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA6 is #441359. Grayscale: #D5D5D5. Windows color (decimal): -4461402 or 10939579. OLE color: 10939579.
HSL color Cylindrical-coordinate representation of color #BBECA6: hue angle of 102º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBECA6 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 166 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.07 |
| HSL | 102º | 0.65% | 0.79% | - |
| HSV(B) | 102º | 0.3% | 0.93% | - |
| XYZ | 57.37 | 73.31 | 47.2 | - |
| YUV | 213.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 166 | 0.21 | 0 | 0.30 | 0.07 | 102 | 0.65 | 0.79 |
| Hex | BB | EC | A6 | 15 | 0 | 1E | 7 | 66 | 41 | 4F |
| Octal | 273 | 354 | 246 | 25 | 0 | 36 | 7 | 146 | 101 | 117 |
| Binary | 10111011 | 11101100 | 10100110 | 10101 | 0 | 11110 | 111 | 1100110 | 1000001 | 1001111 |
Color Harmonies of #BBECA6
Complementary color
Monochromatic Colors of #BBECA6
Black with #BBECA6
Text Example
Text Example
White with #BBECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECA6; }
p { color: rgb(187,236,166); }
H1.HeaderClassName
{
color: #BBECA6;
}
.AnyTagClassName
{
color: #BBECA6;
}
</style>
background-color css
<style>
a { background-color: #BBECA6; }
a { background-color: rgb(187,236,166); }
div.DivClassName
{
background-color: #BBECA6;
}
.BgClassName
{
background-color: #BBECA6;
}
</style>
border-color css
<style>
span { border-color: #BBECA6; }
span { border-color: rgb(187,236,166); }
td.TdClassName
{
border-color: #BBECA6;
}
.TagClassName
{
border-color: #BBECA6;
}
</style>