Shades of Madang #BDFBB0
Tints of Madang #BDFBB0
RGB
CMYK
RGB Variations
Color information
#BDFBB0 (or 0xBDFBB0) is known color: Madang. HEX triplet: BD, FB and B0. RGB value is (189,251,176). Sum of RGB (Red+Green+Blue) = 189+251+176=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBB0 is #42044F. Grayscale: #E0E0E0. Windows color (decimal): -4326480 or 11598781. OLE color: 11598781.
HSL color Cylindrical-coordinate representation of color #BDFBB0: hue angle of 109.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFBB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 176 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.02 |
| HSL | 109.6º | 0.9% | 0.84% | - |
| HSV(B) | 109.6º | 0.3% | 0.98% | - |
| XYZ | 63.32 | 82.95 | 53.75 | - |
| YUV | 223.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 176 | 0.25 | 0 | 0.30 | 0.02 | 109.6 | 0.9 | 0.84 |
| Hex | BD | FB | B0 | 19 | 0 | 1E | 2 | 6E | 5A | 54 |
| Octal | 275 | 373 | 260 | 31 | 0 | 36 | 2 | 156 | 132 | 124 |
| Binary | 10111101 | 11111011 | 10110000 | 11001 | 0 | 11110 | 10 | 1101110 | 1011010 | 1010100 |
Color Harmonies of #BDFBB0
Complementary color
Monochromatic Colors of #BDFBB0
Black with #BDFBB0
Text Example
Text Example
White with #BDFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBB0; }
p { color: rgb(189,251,176); }
H1.HeaderClassName
{
color: #BDFBB0;
}
.AnyTagClassName
{
color: #BDFBB0;
}
</style>
background-color css
<style>
a { background-color: #BDFBB0; }
a { background-color: rgb(189,251,176); }
div.DivClassName
{
background-color: #BDFBB0;
}
.BgClassName
{
background-color: #BDFBB0;
}
</style>
border-color css
<style>
span { border-color: #BDFBB0; }
span { border-color: rgb(189,251,176); }
td.TdClassName
{
border-color: #BDFBB0;
}
.TagClassName
{
border-color: #BDFBB0;
}
</style>