Shades of Madang #BBF696
Tints of Madang #BBF696
RGB
CMYK
RGB Variations
Color information
#BBF696 (or 0xBBF696) is known color: Madang. HEX triplet: BB, F6 and 96. RGB value is (187,246,150). Sum of RGB (Red+Green+Blue) = 187+246+150=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF696 is #440969. Grayscale: #D9D9D9. Windows color (decimal): -4458858 or 9893563. OLE color: 9893563.
HSL color Cylindrical-coordinate representation of color #BBF696: hue angle of 96.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBF696 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 150 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.04 |
| HSL | 96.88º | 0.84% | 0.78% | - |
| HSV(B) | 96.88º | 0.39% | 0.96% | - |
| XYZ | 58.95 | 78.68 | 40.93 | - |
| YUV | 217.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 150 | 0.24 | 0 | 0.39 | 0.04 | 96.88 | 0.84 | 0.78 |
| Hex | BB | F6 | 96 | 18 | 0 | 27 | 4 | 61 | 54 | 4E |
| Octal | 273 | 366 | 226 | 30 | 0 | 47 | 4 | 141 | 124 | 116 |
| Binary | 10111011 | 11110110 | 10010110 | 11000 | 0 | 100111 | 100 | 1100001 | 1010100 | 1001110 |
Color Harmonies of #BBF696
Complementary color
Monochromatic Colors of #BBF696
Black with #BBF696
Text Example
Text Example
White with #BBF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF696; }
p { color: rgb(187,246,150); }
H1.HeaderClassName
{
color: #BBF696;
}
.AnyTagClassName
{
color: #BBF696;
}
</style>
background-color css
<style>
a { background-color: #BBF696; }
a { background-color: rgb(187,246,150); }
div.DivClassName
{
background-color: #BBF696;
}
.BgClassName
{
background-color: #BBF696;
}
</style>
border-color css
<style>
span { border-color: #BBF696; }
span { border-color: rgb(187,246,150); }
td.TdClassName
{
border-color: #BBF696;
}
.TagClassName
{
border-color: #BBF696;
}
</style>