Shades of Madang #BBFFA0
Tints of Madang #BBFFA0
RGB
CMYK
RGB Variations
Color information
#BBFFA0 (or 0xBBFFA0) is known color: Madang. HEX triplet: BB, FF and A0. RGB value is (187,255,160). Sum of RGB (Red+Green+Blue) = 187+255+160=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA0 is #44005F. Grayscale: #E0E0E0. Windows color (decimal): -4456544 or 10551227. OLE color: 10551227.
HSL color Cylindrical-coordinate representation of color #BBFFA0: hue angle of 102.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBFFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 160 | - |
| CMYK | 0.27 | 0 | 0.37 | 0 |
| HSL | 102.95º | 1% | 0.81% | - |
| HSV(B) | 102.95º | 0.37% | 1% | - |
| XYZ | 62.6 | 84.62 | 46.29 | - |
| YUV | 223.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 160 | 0.27 | 0 | 0.37 | 0 | 102.95 | 1 | 0.81 |
| Hex | BB | FF | A0 | 1B | 0 | 25 | 0 | 67 | 64 | 51 |
| Octal | 273 | 377 | 240 | 33 | 0 | 45 | 0 | 147 | 144 | 121 |
| Binary | 10111011 | 11111111 | 10100000 | 11011 | 0 | 100101 | 0 | 1100111 | 1100100 | 1010001 |
Color Harmonies of #BBFFA0
Complementary color
Monochromatic Colors of #BBFFA0
Black with #BBFFA0
Text Example
Text Example
White with #BBFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFA0; }
p { color: rgb(187,255,160); }
H1.HeaderClassName
{
color: #BBFFA0;
}
.AnyTagClassName
{
color: #BBFFA0;
}
</style>
background-color css
<style>
a { background-color: #BBFFA0; }
a { background-color: rgb(187,255,160); }
div.DivClassName
{
background-color: #BBFFA0;
}
.BgClassName
{
background-color: #BBFFA0;
}
</style>
border-color css
<style>
span { border-color: #BBFFA0; }
span { border-color: rgb(187,255,160); }
td.TdClassName
{
border-color: #BBFFA0;
}
.TagClassName
{
border-color: #BBFFA0;
}
</style>