Shades of Madang #BCFBB2
Tints of Madang #BCFBB2
RGB
CMYK
RGB Variations
Color information
#BCFBB2 (or 0xBCFBB2) is known color: Madang. HEX triplet: BC, FB and B2. RGB value is (188,251,178). Sum of RGB (Red+Green+Blue) = 188+251+178=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBB2 is #43044D. Grayscale: #E0E0E0. Windows color (decimal): -4392014 or 11729852. OLE color: 11729852.
HSL color Cylindrical-coordinate representation of color #BCFBB2: hue angle of 111.78º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCFBB2 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 178 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.02 |
| HSL | 111.78º | 0.9% | 0.84% | - |
| HSV(B) | 111.78º | 0.29% | 0.98% | - |
| XYZ | 63.27 | 82.9 | 54.79 | - |
| YUV | 223.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 178 | 0.25 | 0 | 0.29 | 0.02 | 111.78 | 0.9 | 0.84 |
| Hex | BC | FB | B2 | 19 | 0 | 1D | 2 | 70 | 5A | 54 |
| Octal | 274 | 373 | 262 | 31 | 0 | 35 | 2 | 160 | 132 | 124 |
| Binary | 10111100 | 11111011 | 10110010 | 11001 | 0 | 11101 | 10 | 1110000 | 1011010 | 1010100 |
Color Harmonies of #BCFBB2
Complementary color
Monochromatic Colors of #BCFBB2
Black with #BCFBB2
Text Example
Text Example
White with #BCFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBB2; }
p { color: rgb(188,251,178); }
H1.HeaderClassName
{
color: #BCFBB2;
}
.AnyTagClassName
{
color: #BCFBB2;
}
</style>
background-color css
<style>
a { background-color: #BCFBB2; }
a { background-color: rgb(188,251,178); }
div.DivClassName
{
background-color: #BCFBB2;
}
.BgClassName
{
background-color: #BCFBB2;
}
</style>
border-color css
<style>
span { border-color: #BCFBB2; }
span { border-color: rgb(188,251,178); }
td.TdClassName
{
border-color: #BCFBB2;
}
.TagClassName
{
border-color: #BCFBB2;
}
</style>