Shades of Madang #BBFBA5
Tints of Madang #BBFBA5
RGB
CMYK
RGB Variations
Color information
#BBFBA5 (or 0xBBFBA5) is known color: Madang. HEX triplet: BB, FB and A5. RGB value is (187,251,165). Sum of RGB (Red+Green+Blue) = 187+251+165=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBA5 is #44045A. Grayscale: #DEDEDE. Windows color (decimal): -4457563 or 10877883. OLE color: 10877883.
HSL color Cylindrical-coordinate representation of color #BBFBA5: hue angle of 104.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBFBA5 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 165 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.02 |
| HSL | 104.65º | 0.91% | 0.82% | - |
| HSV(B) | 104.65º | 0.34% | 0.98% | - |
| XYZ | 61.78 | 82.28 | 48.22 | - |
| YUV | 222.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 165 | 0.25 | 0 | 0.34 | 0.02 | 104.65 | 0.91 | 0.82 |
| Hex | BB | FB | A5 | 19 | 0 | 22 | 2 | 69 | 5B | 52 |
| Octal | 273 | 373 | 245 | 31 | 0 | 42 | 2 | 151 | 133 | 122 |
| Binary | 10111011 | 11111011 | 10100101 | 11001 | 0 | 100010 | 10 | 1101001 | 1011011 | 1010010 |
Color Harmonies of #BBFBA5
Complementary color
Monochromatic Colors of #BBFBA5
Black with #BBFBA5
Text Example
Text Example
White with #BBFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBA5; }
p { color: rgb(187,251,165); }
H1.HeaderClassName
{
color: #BBFBA5;
}
.AnyTagClassName
{
color: #BBFBA5;
}
</style>
background-color css
<style>
a { background-color: #BBFBA5; }
a { background-color: rgb(187,251,165); }
div.DivClassName
{
background-color: #BBFBA5;
}
.BgClassName
{
background-color: #BBFBA5;
}
</style>
border-color css
<style>
span { border-color: #BBFBA5; }
span { border-color: rgb(187,251,165); }
td.TdClassName
{
border-color: #BBFBA5;
}
.TagClassName
{
border-color: #BBFBA5;
}
</style>