Shades of Madang #BBEE94
Tints of Madang #BBEE94
RGB
CMYK
RGB Variations
Color information
#BBEE94 (or 0xBBEE94) is known color: Madang. HEX triplet: BB, EE and 94. RGB value is (187,238,148). Sum of RGB (Red+Green+Blue) = 187+238+148=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEE94 is #44116B. Grayscale: #D4D4D4. Windows color (decimal): -4460908 or 9760443. OLE color: 9760443.
HSL color Cylindrical-coordinate representation of color #BBEE94: hue angle of 94º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBEE94 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 148 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.07 |
| HSL | 94º | 0.73% | 0.76% | - |
| HSV(B) | 94º | 0.38% | 0.93% | - |
| XYZ | 56.41 | 73.85 | 39.3 | - |
| YUV | 212.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 148 | 0.21 | 0 | 0.38 | 0.07 | 94 | 0.73 | 0.76 |
| Hex | BB | EE | 94 | 15 | 0 | 26 | 7 | 5E | 49 | 4C |
| Octal | 273 | 356 | 224 | 25 | 0 | 46 | 7 | 136 | 111 | 114 |
| Binary | 10111011 | 11101110 | 10010100 | 10101 | 0 | 100110 | 111 | 1011110 | 1001001 | 1001100 |
Color Harmonies of #BBEE94
Complementary color
Monochromatic Colors of #BBEE94
Black with #BBEE94
Text Example
Text Example
White with #BBEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE94; }
p { color: rgb(187,238,148); }
H1.HeaderClassName
{
color: #BBEE94;
}
.AnyTagClassName
{
color: #BBEE94;
}
</style>
background-color css
<style>
a { background-color: #BBEE94; }
a { background-color: rgb(187,238,148); }
div.DivClassName
{
background-color: #BBEE94;
}
.BgClassName
{
background-color: #BBEE94;
}
</style>
border-color css
<style>
span { border-color: #BBEE94; }
span { border-color: rgb(187,238,148); }
td.TdClassName
{
border-color: #BBEE94;
}
.TagClassName
{
border-color: #BBEE94;
}
</style>