Shades of Madang #BCFDB5
Tints of Madang #BCFDB5
RGB
CMYK
RGB Variations
Color information
#BCFDB5 (or 0xBCFDB5) is known color: Madang. HEX triplet: BC, FD and B5. RGB value is (188,253,181). Sum of RGB (Red+Green+Blue) = 188+253+181=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDB5 is #43024A. Grayscale: #E1E1E1. Windows color (decimal): -4391499 or 11926972. OLE color: 11926972.
HSL color Cylindrical-coordinate representation of color #BCFDB5: hue angle of 114.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFDB5 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 181 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.01 |
| HSL | 114.17º | 0.95% | 0.85% | - |
| HSV(B) | 114.17º | 0.28% | 0.99% | - |
| XYZ | 64.2 | 84.28 | 56.6 | - |
| YUV | 225.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 181 | 0.26 | 0 | 0.28 | 0.01 | 114.17 | 0.95 | 0.85 |
| Hex | BC | FD | B5 | 1A | 0 | 1C | 1 | 72 | 5F | 55 |
| Octal | 274 | 375 | 265 | 32 | 0 | 34 | 1 | 162 | 137 | 125 |
| Binary | 10111100 | 11111101 | 10110101 | 11010 | 0 | 11100 | 1 | 1110010 | 1011111 | 1010101 |
Color Harmonies of #BCFDB5
Complementary color
Monochromatic Colors of #BCFDB5
Black with #BCFDB5
Text Example
Text Example
White with #BCFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDB5; }
p { color: rgb(188,253,181); }
H1.HeaderClassName
{
color: #BCFDB5;
}
.AnyTagClassName
{
color: #BCFDB5;
}
</style>
background-color css
<style>
a { background-color: #BCFDB5; }
a { background-color: rgb(188,253,181); }
div.DivClassName
{
background-color: #BCFDB5;
}
.BgClassName
{
background-color: #BCFDB5;
}
</style>
border-color css
<style>
span { border-color: #BCFDB5; }
span { border-color: rgb(188,253,181); }
td.TdClassName
{
border-color: #BCFDB5;
}
.TagClassName
{
border-color: #BCFDB5;
}
</style>