Shades of Madang #BDFBB4
Tints of Madang #BDFBB4
RGB
CMYK
RGB Variations
Color information
#BDFBB4 (or 0xBDFBB4) is known color: Madang. HEX triplet: BD, FB and B4. RGB value is (189,251,180). Sum of RGB (Red+Green+Blue) = 189+251+180=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB4 is #42044B. Grayscale: #E0E0E0. Windows color (decimal): -4326476 or 11860925. OLE color: 11860925.
HSL color Cylindrical-coordinate representation of color #BDFBB4: hue angle of 112.39º 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 #BDFBB4 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 180 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.02 |
| HSL | 112.39º | 0.9% | 0.85% | - |
| HSV(B) | 112.39º | 0.28% | 0.98% | - |
| XYZ | 63.72 | 83.11 | 55.86 | - |
| YUV | 224.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 180 | 0.25 | 0 | 0.28 | 0.02 | 112.39 | 0.9 | 0.85 |
| Hex | BD | FB | B4 | 19 | 0 | 1C | 2 | 70 | 5A | 55 |
| Octal | 275 | 373 | 264 | 31 | 0 | 34 | 2 | 160 | 132 | 125 |
| Binary | 10111101 | 11111011 | 10110100 | 11001 | 0 | 11100 | 10 | 1110000 | 1011010 | 1010101 |
Color Harmonies of #BDFBB4
Complementary color
Monochromatic Colors of #BDFBB4
Black with #BDFBB4
Text Example
Text Example
White with #BDFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBB4; }
p { color: rgb(189,251,180); }
H1.HeaderClassName
{
color: #BDFBB4;
}
.AnyTagClassName
{
color: #BDFBB4;
}
</style>
background-color css
<style>
a { background-color: #BDFBB4; }
a { background-color: rgb(189,251,180); }
div.DivClassName
{
background-color: #BDFBB4;
}
.BgClassName
{
background-color: #BDFBB4;
}
</style>
border-color css
<style>
span { border-color: #BDFBB4; }
span { border-color: rgb(189,251,180); }
td.TdClassName
{
border-color: #BDFBB4;
}
.TagClassName
{
border-color: #BDFBB4;
}
</style>