Shades of Madang #BCFFB4
Tints of Madang #BCFFB4
RGB
CMYK
RGB Variations
Color information
#BCFFB4 (or 0xBCFFB4) is known color: Madang. HEX triplet: BC, FF and B4. RGB value is (188,255,180). Sum of RGB (Red+Green+Blue) = 188+255+180=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB4 is #43004B. Grayscale: #E2E2E2. Windows color (decimal): -4390988 or 11861948. OLE color: 11861948.
HSL color Cylindrical-coordinate representation of color #BCFFB4: hue angle of 113.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCFFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 180 | - |
| CMYK | 0.26 | 0 | 0.29 | 0 |
| HSL | 113.6º | 1% | 0.85% | - |
| HSV(B) | 113.6º | 0.29% | 1% | - |
| XYZ | 64.74 | 85.51 | 56.27 | - |
| YUV | 226.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 180 | 0.26 | 0 | 0.29 | 0 | 113.6 | 1 | 0.85 |
| Hex | BC | FF | B4 | 1A | 0 | 1D | 0 | 72 | 64 | 55 |
| Octal | 274 | 377 | 264 | 32 | 0 | 35 | 0 | 162 | 144 | 125 |
| Binary | 10111100 | 11111111 | 10110100 | 11010 | 0 | 11101 | 0 | 1110010 | 1100100 | 1010101 |
Color Harmonies of #BCFFB4
Complementary color
Monochromatic Colors of #BCFFB4
Black with #BCFFB4
Text Example
Text Example
White with #BCFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFB4; }
p { color: rgb(188,255,180); }
H1.HeaderClassName
{
color: #BCFFB4;
}
.AnyTagClassName
{
color: #BCFFB4;
}
</style>
background-color css
<style>
a { background-color: #BCFFB4; }
a { background-color: rgb(188,255,180); }
div.DivClassName
{
background-color: #BCFFB4;
}
.BgClassName
{
background-color: #BCFFB4;
}
</style>
border-color css
<style>
span { border-color: #BCFFB4; }
span { border-color: rgb(188,255,180); }
td.TdClassName
{
border-color: #BCFFB4;
}
.TagClassName
{
border-color: #BCFFB4;
}
</style>