Shades of Madang #BBFFA1
Tints of Madang #BBFFA1
RGB
CMYK
RGB Variations
Color information
#BBFFA1 (or 0xBBFFA1) is known color: Madang. HEX triplet: BB, FF and A1. RGB value is (187,255,161). Sum of RGB (Red+Green+Blue) = 187+255+161=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA1 is #44005E. Grayscale: #E0E0E0. Windows color (decimal): -4456543 or 10616763. OLE color: 10616763.
HSL color Cylindrical-coordinate representation of color #BBFFA1: hue angle of 103.4º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBFFA1 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 161 | - |
| CMYK | 0.27 | 0 | 0.37 | 0 |
| HSL | 103.4º | 1% | 0.82% | - |
| HSV(B) | 103.4º | 0.37% | 1% | - |
| XYZ | 62.69 | 84.66 | 46.75 | - |
| YUV | 223.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 161 | 0.27 | 0 | 0.37 | 0 | 103.4 | 1 | 0.82 |
| Hex | BB | FF | A1 | 1B | 0 | 25 | 0 | 67 | 64 | 52 |
| Octal | 273 | 377 | 241 | 33 | 0 | 45 | 0 | 147 | 144 | 122 |
| Binary | 10111011 | 11111111 | 10100001 | 11011 | 0 | 100101 | 0 | 1100111 | 1100100 | 1010010 |
Color Harmonies of #BBFFA1
Complementary color
Monochromatic Colors of #BBFFA1
Black with #BBFFA1
Text Example
Text Example
White with #BBFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFA1; }
p { color: rgb(187,255,161); }
H1.HeaderClassName
{
color: #BBFFA1;
}
.AnyTagClassName
{
color: #BBFFA1;
}
</style>
background-color css
<style>
a { background-color: #BBFFA1; }
a { background-color: rgb(187,255,161); }
div.DivClassName
{
background-color: #BBFFA1;
}
.BgClassName
{
background-color: #BBFFA1;
}
</style>
border-color css
<style>
span { border-color: #BBFFA1; }
span { border-color: rgb(187,255,161); }
td.TdClassName
{
border-color: #BBFFA1;
}
.TagClassName
{
border-color: #BBFFA1;
}
</style>