Shades of Madang #BBFBA0
Tints of Madang #BBFBA0
RGB
CMYK
RGB Variations
Color information
#BBFBA0 (or 0xBBFBA0) is known color: Madang. HEX triplet: BB, FB and A0. RGB value is (187,251,160). Sum of RGB (Red+Green+Blue) = 187+251+160=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBA0 is #44045F. Grayscale: #DDDDDD. Windows color (decimal): -4457568 or 10550203. OLE color: 10550203.
HSL color Cylindrical-coordinate representation of color #BBFBA0: hue angle of 102.2º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBFBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 160 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.02 |
| HSL | 102.2º | 0.92% | 0.81% | - |
| HSV(B) | 102.2º | 0.36% | 0.98% | - |
| XYZ | 61.34 | 82.1 | 45.87 | - |
| YUV | 221.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 160 | 0.25 | 0 | 0.36 | 0.02 | 102.2 | 0.92 | 0.81 |
| Hex | BB | FB | A0 | 19 | 0 | 24 | 2 | 66 | 5C | 51 |
| Octal | 273 | 373 | 240 | 31 | 0 | 44 | 2 | 146 | 134 | 121 |
| Binary | 10111011 | 11111011 | 10100000 | 11001 | 0 | 100100 | 10 | 1100110 | 1011100 | 1010001 |
Color Harmonies of #BBFBA0
Complementary color
Monochromatic Colors of #BBFBA0
Black with #BBFBA0
Text Example
Text Example
White with #BBFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBA0; }
p { color: rgb(187,251,160); }
H1.HeaderClassName
{
color: #BBFBA0;
}
.AnyTagClassName
{
color: #BBFBA0;
}
</style>
background-color css
<style>
a { background-color: #BBFBA0; }
a { background-color: rgb(187,251,160); }
div.DivClassName
{
background-color: #BBFBA0;
}
.BgClassName
{
background-color: #BBFBA0;
}
</style>
border-color css
<style>
span { border-color: #BBFBA0; }
span { border-color: rgb(187,251,160); }
td.TdClassName
{
border-color: #BBFBA0;
}
.TagClassName
{
border-color: #BBFBA0;
}
</style>