Shades of Madang #BBFDAA
Tints of Madang #BBFDAA
RGB
CMYK
RGB Variations
Color information
#BBFDAA (or 0xBBFDAA) is known color: Madang. HEX triplet: BB, FD and AA. RGB value is (187,253,170). Sum of RGB (Red+Green+Blue) = 187+253+170=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDAA is #440255. Grayscale: #E0E0E0. Windows color (decimal): -4457046 or 11206075. OLE color: 11206075.
HSL color Cylindrical-coordinate representation of color #BBFDAA: hue angle of 107.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBFDAA is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 170 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.01 |
| HSL | 107.71º | 0.95% | 0.83% | - |
| HSV(B) | 107.71º | 0.33% | 0.99% | - |
| XYZ | 62.87 | 83.72 | 50.88 | - |
| YUV | 223.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 170 | 0.26 | 0 | 0.33 | 0.01 | 107.71 | 0.95 | 0.83 |
| Hex | BB | FD | AA | 1A | 0 | 21 | 1 | 6C | 5F | 53 |
| Octal | 273 | 375 | 252 | 32 | 0 | 41 | 1 | 154 | 137 | 123 |
| Binary | 10111011 | 11111101 | 10101010 | 11010 | 0 | 100001 | 1 | 1101100 | 1011111 | 1010011 |
Color Harmonies of #BBFDAA
Complementary color
Monochromatic Colors of #BBFDAA
Black with #BBFDAA
Text Example
Text Example
White with #BBFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDAA; }
p { color: rgb(187,253,170); }
H1.HeaderClassName
{
color: #BBFDAA;
}
.AnyTagClassName
{
color: #BBFDAA;
}
</style>
background-color css
<style>
a { background-color: #BBFDAA; }
a { background-color: rgb(187,253,170); }
div.DivClassName
{
background-color: #BBFDAA;
}
.BgClassName
{
background-color: #BBFDAA;
}
</style>
border-color css
<style>
span { border-color: #BBFDAA; }
span { border-color: rgb(187,253,170); }
td.TdClassName
{
border-color: #BBFDAA;
}
.TagClassName
{
border-color: #BBFDAA;
}
</style>