Shades of Madang #BBFFB5
Tints of Madang #BBFFB5
RGB
CMYK
RGB Variations
Color information
#BBFFB5 (or 0xBBFFB5) is known color: Madang. HEX triplet: BB, FF and B5. RGB value is (187,255,181). Sum of RGB (Red+Green+Blue) = 187+255+181=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFB5 is #44004A. Grayscale: #E2E2E2. Windows color (decimal): -4456523 or 11927483. OLE color: 11927483.
HSL color Cylindrical-coordinate representation of color #BBFFB5: hue angle of 115.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBFFB5 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 181 | - |
| CMYK | 0.27 | 0 | 0.29 | 0 |
| HSL | 115.14º | 1% | 0.85% | - |
| HSV(B) | 115.14º | 0.29% | 1% | - |
| XYZ | 64.59 | 85.42 | 56.8 | - |
| YUV | 226.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 181 | 0.27 | 0 | 0.29 | 0 | 115.14 | 1 | 0.85 |
| Hex | BB | FF | B5 | 1B | 0 | 1D | 0 | 73 | 64 | 55 |
| Octal | 273 | 377 | 265 | 33 | 0 | 35 | 0 | 163 | 144 | 125 |
| Binary | 10111011 | 11111111 | 10110101 | 11011 | 0 | 11101 | 0 | 1110011 | 1100100 | 1010101 |
Color Harmonies of #BBFFB5
Complementary color
Monochromatic Colors of #BBFFB5
Black with #BBFFB5
Text Example
Text Example
White with #BBFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFB5; }
p { color: rgb(187,255,181); }
H1.HeaderClassName
{
color: #BBFFB5;
}
.AnyTagClassName
{
color: #BBFFB5;
}
</style>
background-color css
<style>
a { background-color: #BBFFB5; }
a { background-color: rgb(187,255,181); }
div.DivClassName
{
background-color: #BBFFB5;
}
.BgClassName
{
background-color: #BBFFB5;
}
</style>
border-color css
<style>
span { border-color: #BBFFB5; }
span { border-color: rgb(187,255,181); }
td.TdClassName
{
border-color: #BBFFB5;
}
.TagClassName
{
border-color: #BBFFB5;
}
</style>