Shades of Madang #BBFDB2
Tints of Madang #BBFDB2
RGB
CMYK
RGB Variations
Color information
#BBFDB2 (or 0xBBFDB2) is known color: Madang. HEX triplet: BB, FD and B2. RGB value is (187,253,178). Sum of RGB (Red+Green+Blue) = 187+253+178=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDB2 is #44024D. Grayscale: #E0E0E0. Windows color (decimal): -4457038 or 11730363. OLE color: 11730363.
HSL color Cylindrical-coordinate representation of color #BBFDB2: hue angle of 112.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFDB2 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 178 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.01 |
| HSL | 112.8º | 0.95% | 0.85% | - |
| HSV(B) | 112.8º | 0.3% | 0.99% | - |
| XYZ | 63.65 | 84.03 | 54.98 | - |
| YUV | 224.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 178 | 0.26 | 0 | 0.30 | 0.01 | 112.8 | 0.95 | 0.85 |
| Hex | BB | FD | B2 | 1A | 0 | 1E | 1 | 71 | 5F | 55 |
| Octal | 273 | 375 | 262 | 32 | 0 | 36 | 1 | 161 | 137 | 125 |
| Binary | 10111011 | 11111101 | 10110010 | 11010 | 0 | 11110 | 1 | 1110001 | 1011111 | 1010101 |
Color Harmonies of #BBFDB2
Complementary color
Monochromatic Colors of #BBFDB2
Black with #BBFDB2
Text Example
Text Example
White with #BBFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDB2; }
p { color: rgb(187,253,178); }
H1.HeaderClassName
{
color: #BBFDB2;
}
.AnyTagClassName
{
color: #BBFDB2;
}
</style>
background-color css
<style>
a { background-color: #BBFDB2; }
a { background-color: rgb(187,253,178); }
div.DivClassName
{
background-color: #BBFDB2;
}
.BgClassName
{
background-color: #BBFDB2;
}
</style>
border-color css
<style>
span { border-color: #BBFDB2; }
span { border-color: rgb(187,253,178); }
td.TdClassName
{
border-color: #BBFDB2;
}
.TagClassName
{
border-color: #BBFDB2;
}
</style>