Shades of Madang #BDFCB1
Tints of Madang #BDFCB1
RGB
CMYK
RGB Variations
Color information
#BDFCB1 (or 0xBDFCB1) is known color: Madang. HEX triplet: BD, FC and B1. RGB value is (189,252,177). Sum of RGB (Red+Green+Blue) = 189+252+177=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCB1 is #42034E. Grayscale: #E0E0E0. Windows color (decimal): -4326223 or 11664573. OLE color: 11664573.
HSL color Cylindrical-coordinate representation of color #BDFCB1: hue angle of 110.4º 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 #BDFCB1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 177 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.01 |
| HSL | 110.4º | 0.93% | 0.84% | - |
| HSV(B) | 110.4º | 0.3% | 0.99% | - |
| XYZ | 63.73 | 83.61 | 54.38 | - |
| YUV | 224.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 177 | 0.25 | 0 | 0.30 | 0.01 | 110.4 | 0.93 | 0.84 |
| Hex | BD | FC | B1 | 19 | 0 | 1E | 1 | 6E | 5D | 54 |
| Octal | 275 | 374 | 261 | 31 | 0 | 36 | 1 | 156 | 135 | 124 |
| Binary | 10111101 | 11111100 | 10110001 | 11001 | 0 | 11110 | 1 | 1101110 | 1011101 | 1010100 |
Color Harmonies of #BDFCB1
Complementary color
Monochromatic Colors of #BDFCB1
Black with #BDFCB1
Text Example
Text Example
White with #BDFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCB1; }
p { color: rgb(189,252,177); }
H1.HeaderClassName
{
color: #BDFCB1;
}
.AnyTagClassName
{
color: #BDFCB1;
}
</style>
background-color css
<style>
a { background-color: #BDFCB1; }
a { background-color: rgb(189,252,177); }
div.DivClassName
{
background-color: #BDFCB1;
}
.BgClassName
{
background-color: #BDFCB1;
}
</style>
border-color css
<style>
span { border-color: #BDFCB1; }
span { border-color: rgb(189,252,177); }
td.TdClassName
{
border-color: #BDFCB1;
}
.TagClassName
{
border-color: #BDFCB1;
}
</style>