Shades of Madang #BBFFA4
Tints of Madang #BBFFA4
RGB
CMYK
RGB Variations
Color information
#BBFFA4 (or 0xBBFFA4) is known color: Madang. HEX triplet: BB, FF and A4. RGB value is (187,255,164). Sum of RGB (Red+Green+Blue) = 187+255+164=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA4 is #44005B. Grayscale: #E0E0E0. Windows color (decimal): -4456540 or 10813371. OLE color: 10813371.
HSL color Cylindrical-coordinate representation of color #BBFFA4: hue angle of 104.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBFFA4 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 164 | - |
| CMYK | 0.27 | 0 | 0.36 | 0 |
| HSL | 104.84º | 1% | 0.82% | - |
| HSV(B) | 104.84º | 0.36% | 1% | - |
| XYZ | 62.95 | 84.77 | 48.17 | - |
| YUV | 224.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 164 | 0.27 | 0 | 0.36 | 0 | 104.84 | 1 | 0.82 |
| Hex | BB | FF | A4 | 1B | 0 | 24 | 0 | 69 | 64 | 52 |
| Octal | 273 | 377 | 244 | 33 | 0 | 44 | 0 | 151 | 144 | 122 |
| Binary | 10111011 | 11111111 | 10100100 | 11011 | 0 | 100100 | 0 | 1101001 | 1100100 | 1010010 |
Color Harmonies of #BBFFA4
Complementary color
Monochromatic Colors of #BBFFA4
Black with #BBFFA4
Text Example
Text Example
White with #BBFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFA4; }
p { color: rgb(187,255,164); }
H1.HeaderClassName
{
color: #BBFFA4;
}
.AnyTagClassName
{
color: #BBFFA4;
}
</style>
background-color css
<style>
a { background-color: #BBFFA4; }
a { background-color: rgb(187,255,164); }
div.DivClassName
{
background-color: #BBFFA4;
}
.BgClassName
{
background-color: #BBFFA4;
}
</style>
border-color css
<style>
span { border-color: #BBFFA4; }
span { border-color: rgb(187,255,164); }
td.TdClassName
{
border-color: #BBFFA4;
}
.TagClassName
{
border-color: #BBFFA4;
}
</style>