Shades of Madang #BDFBB5
Tints of Madang #BDFBB5
RGB
CMYK
RGB Variations
Color information
#BDFBB5 (or 0xBDFBB5) is known color: Madang. HEX triplet: BD, FB and B5. RGB value is (189,251,181). Sum of RGB (Red+Green+Blue) = 189+251+181=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB5 is #42044A. Grayscale: #E0E0E0. Windows color (decimal): -4326475 or 11926461. OLE color: 11926461.
HSL color Cylindrical-coordinate representation of color #BDFBB5: hue angle of 113.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFBB5 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 181 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.02 |
| HSL | 113.14º | 0.9% | 0.85% | - |
| HSV(B) | 113.14º | 0.28% | 0.98% | - |
| XYZ | 63.82 | 83.15 | 56.4 | - |
| YUV | 224.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 181 | 0.25 | 0 | 0.28 | 0.02 | 113.14 | 0.9 | 0.85 |
| Hex | BD | FB | B5 | 19 | 0 | 1C | 2 | 71 | 5A | 55 |
| Octal | 275 | 373 | 265 | 31 | 0 | 34 | 2 | 161 | 132 | 125 |
| Binary | 10111101 | 11111011 | 10110101 | 11001 | 0 | 11100 | 10 | 1110001 | 1011010 | 1010101 |
Color Harmonies of #BDFBB5
Complementary color
Monochromatic Colors of #BDFBB5
Black with #BDFBB5
Text Example
Text Example
White with #BDFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBB5; }
p { color: rgb(189,251,181); }
H1.HeaderClassName
{
color: #BDFBB5;
}
.AnyTagClassName
{
color: #BDFBB5;
}
</style>
background-color css
<style>
a { background-color: #BDFBB5; }
a { background-color: rgb(189,251,181); }
div.DivClassName
{
background-color: #BDFBB5;
}
.BgClassName
{
background-color: #BDFBB5;
}
</style>
border-color css
<style>
span { border-color: #BDFBB5; }
span { border-color: rgb(189,251,181); }
td.TdClassName
{
border-color: #BDFBB5;
}
.TagClassName
{
border-color: #BDFBB5;
}
</style>