Shades of Madang #BBECA5
Tints of Madang #BBECA5
RGB
CMYK
RGB Variations
Color information
#BBECA5 (or 0xBBECA5) is known color: Madang. HEX triplet: BB, EC and A5. RGB value is (187,236,165). Sum of RGB (Red+Green+Blue) = 187+236+165=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA5 is #44135A. Grayscale: #D5D5D5. Windows color (decimal): -4461403 or 10874043. OLE color: 10874043.
HSL color Cylindrical-coordinate representation of color #BBECA5: hue angle of 101.41º 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 #BBECA5 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 165 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.07 |
| HSL | 101.41º | 0.65% | 0.79% | - |
| HSV(B) | 101.41º | 0.3% | 0.93% | - |
| XYZ | 57.28 | 73.27 | 46.72 | - |
| YUV | 213.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 165 | 0.21 | 0 | 0.30 | 0.07 | 101.41 | 0.65 | 0.79 |
| Hex | BB | EC | A5 | 15 | 0 | 1E | 7 | 65 | 41 | 4F |
| Octal | 273 | 354 | 245 | 25 | 0 | 36 | 7 | 145 | 101 | 117 |
| Binary | 10111011 | 11101100 | 10100101 | 10101 | 0 | 11110 | 111 | 1100101 | 1000001 | 1001111 |
Color Harmonies of #BBECA5
Complementary color
Monochromatic Colors of #BBECA5
Black with #BBECA5
Text Example
Text Example
White with #BBECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECA5; }
p { color: rgb(187,236,165); }
H1.HeaderClassName
{
color: #BBECA5;
}
.AnyTagClassName
{
color: #BBECA5;
}
</style>
background-color css
<style>
a { background-color: #BBECA5; }
a { background-color: rgb(187,236,165); }
div.DivClassName
{
background-color: #BBECA5;
}
.BgClassName
{
background-color: #BBECA5;
}
</style>
border-color css
<style>
span { border-color: #BBECA5; }
span { border-color: rgb(187,236,165); }
td.TdClassName
{
border-color: #BBECA5;
}
.TagClassName
{
border-color: #BBECA5;
}
</style>