Shades of Madang #BBFFA8
Tints of Madang #BBFFA8
RGB
CMYK
RGB Variations
Color information
#BBFFA8 (or 0xBBFFA8) is known color: Madang. HEX triplet: BB, FF and A8. RGB value is (187,255,168). Sum of RGB (Red+Green+Blue) = 187+255+168=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA8 is #440057. Grayscale: #E1E1E1. Windows color (decimal): -4456536 or 11075515. OLE color: 11075515.
HSL color Cylindrical-coordinate representation of color #BBFFA8: hue angle of 106.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBFFA8 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 168 | - |
| CMYK | 0.27 | 0 | 0.34 | 0 |
| HSL | 106.9º | 1% | 0.83% | - |
| HSV(B) | 106.9º | 0.34% | 1% | - |
| XYZ | 63.32 | 84.91 | 50.1 | - |
| YUV | 224.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 168 | 0.27 | 0 | 0.34 | 0 | 106.9 | 1 | 0.83 |
| Hex | BB | FF | A8 | 1B | 0 | 22 | 0 | 6B | 64 | 53 |
| Octal | 273 | 377 | 250 | 33 | 0 | 42 | 0 | 153 | 144 | 123 |
| Binary | 10111011 | 11111111 | 10101000 | 11011 | 0 | 100010 | 0 | 1101011 | 1100100 | 1010011 |
Color Harmonies of #BBFFA8
Complementary color
Monochromatic Colors of #BBFFA8
Black with #BBFFA8
Text Example
Text Example
White with #BBFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFA8; }
p { color: rgb(187,255,168); }
H1.HeaderClassName
{
color: #BBFFA8;
}
.AnyTagClassName
{
color: #BBFFA8;
}
</style>
background-color css
<style>
a { background-color: #BBFFA8; }
a { background-color: rgb(187,255,168); }
div.DivClassName
{
background-color: #BBFFA8;
}
.BgClassName
{
background-color: #BBFFA8;
}
</style>
border-color css
<style>
span { border-color: #BBFFA8; }
span { border-color: rgb(187,255,168); }
td.TdClassName
{
border-color: #BBFFA8;
}
.TagClassName
{
border-color: #BBFFA8;
}
</style>