Shades of Madang #BBFFAF
Tints of Madang #BBFFAF
RGB
CMYK
RGB Variations
Color information
#BBFFAF (or 0xBBFFAF) is known color: Madang. HEX triplet: BB, FF and AF. RGB value is (187,255,175). Sum of RGB (Red+Green+Blue) = 187+255+175=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFAF is #440050. Grayscale: #E1E1E1. Windows color (decimal): -4456529 or 11534267. OLE color: 11534267.
HSL color Cylindrical-coordinate representation of color #BBFFAF: hue angle of 111º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBFFAF is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 175 | - |
| CMYK | 0.27 | 0 | 0.31 | 0 |
| HSL | 111º | 1% | 0.84% | - |
| HSV(B) | 111º | 0.31% | 1% | - |
| XYZ | 63.99 | 85.18 | 53.63 | - |
| YUV | 225.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 175 | 0.27 | 0 | 0.31 | 0 | 111 | 1 | 0.84 |
| Hex | BB | FF | AF | 1B | 0 | 1F | 0 | 6F | 64 | 54 |
| Octal | 273 | 377 | 257 | 33 | 0 | 37 | 0 | 157 | 144 | 124 |
| Binary | 10111011 | 11111111 | 10101111 | 11011 | 0 | 11111 | 0 | 1101111 | 1100100 | 1010100 |
Color Harmonies of #BBFFAF
Complementary color
Monochromatic Colors of #BBFFAF
Black with #BBFFAF
Text Example
Text Example
White with #BBFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFAF; }
p { color: rgb(187,255,175); }
H1.HeaderClassName
{
color: #BBFFAF;
}
.AnyTagClassName
{
color: #BBFFAF;
}
</style>
background-color css
<style>
a { background-color: #BBFFAF; }
a { background-color: rgb(187,255,175); }
div.DivClassName
{
background-color: #BBFFAF;
}
.BgClassName
{
background-color: #BBFFAF;
}
</style>
border-color css
<style>
span { border-color: #BBFFAF; }
span { border-color: rgb(187,255,175); }
td.TdClassName
{
border-color: #BBFFAF;
}
.TagClassName
{
border-color: #BBFFAF;
}
</style>