Shades of Madang #BBFEA8
Tints of Madang #BBFEA8
RGB
CMYK
RGB Variations
Color information
#BBFEA8 (or 0xBBFEA8) is known color: Madang. HEX triplet: BB, FE and A8. RGB value is (187,254,168). Sum of RGB (Red+Green+Blue) = 187+254+168=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFEA8 is #440157. Grayscale: #E0E0E0. Windows color (decimal): -4456792 or 11075259. OLE color: 11075259.
HSL color Cylindrical-coordinate representation of color #BBFEA8: hue angle of 106.74º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBFEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 168 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.00 |
| HSL | 106.74º | 0.98% | 0.83% | - |
| HSV(B) | 106.74º | 0.34% | 1% | - |
| XYZ | 63 | 84.28 | 49.99 | - |
| YUV | 224.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 168 | 0.26 | 0 | 0.34 | 0.00 | 106.74 | 0.98 | 0.83 |
| Hex | BB | FE | A8 | 1A | 0 | 22 | 0 | 6B | 62 | 53 |
| Octal | 273 | 376 | 250 | 32 | 0 | 42 | 0 | 153 | 142 | 123 |
| Binary | 10111011 | 11111110 | 10101000 | 11010 | 0 | 100010 | 0 | 1101011 | 1100010 | 1010011 |
Color Harmonies of #BBFEA8
Complementary color
Monochromatic Colors of #BBFEA8
Black with #BBFEA8
Text Example
Text Example
White with #BBFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEA8; }
p { color: rgb(187,254,168); }
H1.HeaderClassName
{
color: #BBFEA8;
}
.AnyTagClassName
{
color: #BBFEA8;
}
</style>
background-color css
<style>
a { background-color: #BBFEA8; }
a { background-color: rgb(187,254,168); }
div.DivClassName
{
background-color: #BBFEA8;
}
.BgClassName
{
background-color: #BBFEA8;
}
</style>
border-color css
<style>
span { border-color: #BBFEA8; }
span { border-color: rgb(187,254,168); }
td.TdClassName
{
border-color: #BBFEA8;
}
.TagClassName
{
border-color: #BBFEA8;
}
</style>