Shades of Madang #BDFCB0
Tints of Madang #BDFCB0
RGB
CMYK
RGB Variations
Color information
#BDFCB0 (or 0xBDFCB0) is known color: Madang. HEX triplet: BD, FC and B0. RGB value is (189,252,176). Sum of RGB (Red+Green+Blue) = 189+252+176=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCB0 is #42034F. Grayscale: #E0E0E0. Windows color (decimal): -4326224 or 11599037. OLE color: 11599037.
HSL color Cylindrical-coordinate representation of color #BDFCB0: hue angle of 109.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFCB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 176 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.01 |
| HSL | 109.74º | 0.93% | 0.84% | - |
| HSV(B) | 109.74º | 0.3% | 0.99% | - |
| XYZ | 63.63 | 83.57 | 53.85 | - |
| YUV | 224.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 176 | 0.25 | 0 | 0.30 | 0.01 | 109.74 | 0.93 | 0.84 |
| Hex | BD | FC | B0 | 19 | 0 | 1E | 1 | 6E | 5D | 54 |
| Octal | 275 | 374 | 260 | 31 | 0 | 36 | 1 | 156 | 135 | 124 |
| Binary | 10111101 | 11111100 | 10110000 | 11001 | 0 | 11110 | 1 | 1101110 | 1011101 | 1010100 |
Color Harmonies of #BDFCB0
Complementary color
Monochromatic Colors of #BDFCB0
Black with #BDFCB0
Text Example
Text Example
White with #BDFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCB0; }
p { color: rgb(189,252,176); }
H1.HeaderClassName
{
color: #BDFCB0;
}
.AnyTagClassName
{
color: #BDFCB0;
}
</style>
background-color css
<style>
a { background-color: #BDFCB0; }
a { background-color: rgb(189,252,176); }
div.DivClassName
{
background-color: #BDFCB0;
}
.BgClassName
{
background-color: #BDFCB0;
}
</style>
border-color css
<style>
span { border-color: #BDFCB0; }
span { border-color: rgb(189,252,176); }
td.TdClassName
{
border-color: #BDFCB0;
}
.TagClassName
{
border-color: #BDFCB0;
}
</style>