Shades of Madang #BBFDA0
Tints of Madang #BBFDA0
RGB
CMYK
RGB Variations
Color information
#BBFDA0 (or 0xBBFDA0) is known color: Madang. HEX triplet: BB, FD and A0. RGB value is (187,253,160). Sum of RGB (Red+Green+Blue) = 187+253+160=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDA0 is #44025F. Grayscale: #DEDEDE. Windows color (decimal): -4457056 or 10550715. OLE color: 10550715.
HSL color Cylindrical-coordinate representation of color #BBFDA0: hue angle of 102.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBFDA0 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 160 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.01 |
| HSL | 102.58º | 0.96% | 0.81% | - |
| HSV(B) | 102.58º | 0.37% | 0.99% | - |
| XYZ | 61.96 | 83.35 | 46.08 | - |
| YUV | 222.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 160 | 0.26 | 0 | 0.37 | 0.01 | 102.58 | 0.96 | 0.81 |
| Hex | BB | FD | A0 | 1A | 0 | 25 | 1 | 67 | 60 | 51 |
| Octal | 273 | 375 | 240 | 32 | 0 | 45 | 1 | 147 | 140 | 121 |
| Binary | 10111011 | 11111101 | 10100000 | 11010 | 0 | 100101 | 1 | 1100111 | 1100000 | 1010001 |
Color Harmonies of #BBFDA0
Complementary color
Monochromatic Colors of #BBFDA0
Black with #BBFDA0
Text Example
Text Example
White with #BBFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDA0; }
p { color: rgb(187,253,160); }
H1.HeaderClassName
{
color: #BBFDA0;
}
.AnyTagClassName
{
color: #BBFDA0;
}
</style>
background-color css
<style>
a { background-color: #BBFDA0; }
a { background-color: rgb(187,253,160); }
div.DivClassName
{
background-color: #BBFDA0;
}
.BgClassName
{
background-color: #BBFDA0;
}
</style>
border-color css
<style>
span { border-color: #BBFDA0; }
span { border-color: rgb(187,253,160); }
td.TdClassName
{
border-color: #BBFDA0;
}
.TagClassName
{
border-color: #BBFDA0;
}
</style>