Shades of Madang #BBF694
Tints of Madang #BBF694
RGB
CMYK
RGB Variations
Color information
#BBF694 (or 0xBBF694) is known color: Madang. HEX triplet: BB, F6 and 94. RGB value is (187,246,148). Sum of RGB (Red+Green+Blue) = 187+246+148=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF694 is #44096B. Grayscale: #D9D9D9. Windows color (decimal): -4458860 or 9762491. OLE color: 9762491.
HSL color Cylindrical-coordinate representation of color #BBF694: hue angle of 96.12º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBF694 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 148 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.04 |
| HSL | 96.12º | 0.84% | 0.77% | - |
| HSV(B) | 96.12º | 0.4% | 0.96% | - |
| XYZ | 58.79 | 78.61 | 40.09 | - |
| YUV | 217.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 148 | 0.24 | 0 | 0.40 | 0.04 | 96.12 | 0.84 | 0.77 |
| Hex | BB | F6 | 94 | 18 | 0 | 28 | 4 | 60 | 54 | 4D |
| Octal | 273 | 366 | 224 | 30 | 0 | 50 | 4 | 140 | 124 | 115 |
| Binary | 10111011 | 11110110 | 10010100 | 11000 | 0 | 101000 | 100 | 1100000 | 1010100 | 1001101 |
Color Harmonies of #BBF694
Complementary color
Monochromatic Colors of #BBF694
Black with #BBF694
Text Example
Text Example
White with #BBF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF694; }
p { color: rgb(187,246,148); }
H1.HeaderClassName
{
color: #BBF694;
}
.AnyTagClassName
{
color: #BBF694;
}
</style>
background-color css
<style>
a { background-color: #BBF694; }
a { background-color: rgb(187,246,148); }
div.DivClassName
{
background-color: #BBF694;
}
.BgClassName
{
background-color: #BBF694;
}
</style>
border-color css
<style>
span { border-color: #BBF694; }
span { border-color: rgb(187,246,148); }
td.TdClassName
{
border-color: #BBF694;
}
.TagClassName
{
border-color: #BBF694;
}
</style>