Shades of Madang #BBFBA1
Tints of Madang #BBFBA1
RGB
CMYK
RGB Variations
Color information
#BBFBA1 (or 0xBBFBA1) is known color: Madang. HEX triplet: BB, FB and A1. RGB value is (187,251,161). Sum of RGB (Red+Green+Blue) = 187+251+161=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBA1 is #44045E. Grayscale: #DDDDDD. Windows color (decimal): -4457567 or 10615739. OLE color: 10615739.
HSL color Cylindrical-coordinate representation of color #BBFBA1: hue angle of 102.67º 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 #BBFBA1 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 161 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.02 |
| HSL | 102.67º | 0.92% | 0.81% | - |
| HSV(B) | 102.67º | 0.36% | 0.98% | - |
| XYZ | 61.42 | 82.13 | 46.33 | - |
| YUV | 221.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 161 | 0.25 | 0 | 0.36 | 0.02 | 102.67 | 0.92 | 0.81 |
| Hex | BB | FB | A1 | 19 | 0 | 24 | 2 | 67 | 5C | 51 |
| Octal | 273 | 373 | 241 | 31 | 0 | 44 | 2 | 147 | 134 | 121 |
| Binary | 10111011 | 11111011 | 10100001 | 11001 | 0 | 100100 | 10 | 1100111 | 1011100 | 1010001 |
Color Harmonies of #BBFBA1
Complementary color
Monochromatic Colors of #BBFBA1
Black with #BBFBA1
Text Example
Text Example
White with #BBFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBA1; }
p { color: rgb(187,251,161); }
H1.HeaderClassName
{
color: #BBFBA1;
}
.AnyTagClassName
{
color: #BBFBA1;
}
</style>
background-color css
<style>
a { background-color: #BBFBA1; }
a { background-color: rgb(187,251,161); }
div.DivClassName
{
background-color: #BBFBA1;
}
.BgClassName
{
background-color: #BBFBA1;
}
</style>
border-color css
<style>
span { border-color: #BBFBA1; }
span { border-color: rgb(187,251,161); }
td.TdClassName
{
border-color: #BBFBA1;
}
.TagClassName
{
border-color: #BBFBA1;
}
</style>