Shades of Madang #BBF5B5
Tints of Madang #BBF5B5
RGB
CMYK
RGB Variations
Color information
#BBF5B5 (or 0xBBF5B5) is known color: Madang. HEX triplet: BB, F5 and B5. RGB value is (187,245,181). Sum of RGB (Red+Green+Blue) = 187+245+181=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5B5 is #440A4A. Grayscale: #DCDCDC. Windows color (decimal): -4459083 or 11924923. OLE color: 11924923.
HSL color Cylindrical-coordinate representation of color #BBF5B5: hue angle of 114.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF5B5 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 181 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.04 |
| HSL | 114.38º | 0.76% | 0.84% | - |
| HSV(B) | 114.38º | 0.26% | 0.96% | - |
| XYZ | 61.49 | 79.21 | 55.76 | - |
| YUV | 220.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 181 | 0.24 | 0 | 0.26 | 0.04 | 114.38 | 0.76 | 0.84 |
| Hex | BB | F5 | B5 | 18 | 0 | 1A | 4 | 72 | 4C | 54 |
| Octal | 273 | 365 | 265 | 30 | 0 | 32 | 4 | 162 | 114 | 124 |
| Binary | 10111011 | 11110101 | 10110101 | 11000 | 0 | 11010 | 100 | 1110010 | 1001100 | 1010100 |
Color Harmonies of #BBF5B5
Complementary color
Monochromatic Colors of #BBF5B5
Black with #BBF5B5
Text Example
Text Example
White with #BBF5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5B5; }
p { color: rgb(187,245,181); }
H1.HeaderClassName
{
color: #BBF5B5;
}
.AnyTagClassName
{
color: #BBF5B5;
}
</style>
background-color css
<style>
a { background-color: #BBF5B5; }
a { background-color: rgb(187,245,181); }
div.DivClassName
{
background-color: #BBF5B5;
}
.BgClassName
{
background-color: #BBF5B5;
}
</style>
border-color css
<style>
span { border-color: #BBF5B5; }
span { border-color: rgb(187,245,181); }
td.TdClassName
{
border-color: #BBF5B5;
}
.TagClassName
{
border-color: #BBF5B5;
}
</style>