Shades of Madang #BCF1B5
Tints of Madang #BCF1B5
RGB
CMYK
RGB Variations
Color information
#BCF1B5 (or 0xBCF1B5) is known color: Madang. HEX triplet: BC, F1 and B5. RGB value is (188,241,181). Sum of RGB (Red+Green+Blue) = 188+241+181=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1B5 is #430E4A. Grayscale: #DADADA. Windows color (decimal): -4394571 or 11923900. OLE color: 11923900.
HSL color Cylindrical-coordinate representation of color #BCF1B5: hue angle of 113º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF1B5 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 181 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.05 |
| HSL | 113º | 0.68% | 0.83% | - |
| HSV(B) | 113º | 0.25% | 0.95% | - |
| XYZ | 60.53 | 76.94 | 55.38 | - |
| YUV | 218.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 181 | 0.22 | 0 | 0.25 | 0.05 | 113 | 0.68 | 0.83 |
| Hex | BC | F1 | B5 | 16 | 0 | 19 | 5 | 71 | 44 | 53 |
| Octal | 274 | 361 | 265 | 26 | 0 | 31 | 5 | 161 | 104 | 123 |
| Binary | 10111100 | 11110001 | 10110101 | 10110 | 0 | 11001 | 101 | 1110001 | 1000100 | 1010011 |
Color Harmonies of #BCF1B5
Complementary color
Monochromatic Colors of #BCF1B5
Black with #BCF1B5
Text Example
Text Example
White with #BCF1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1B5; }
p { color: rgb(188,241,181); }
H1.HeaderClassName
{
color: #BCF1B5;
}
.AnyTagClassName
{
color: #BCF1B5;
}
</style>
background-color css
<style>
a { background-color: #BCF1B5; }
a { background-color: rgb(188,241,181); }
div.DivClassName
{
background-color: #BCF1B5;
}
.BgClassName
{
background-color: #BCF1B5;
}
</style>
border-color css
<style>
span { border-color: #BCF1B5; }
span { border-color: rgb(188,241,181); }
td.TdClassName
{
border-color: #BCF1B5;
}
.TagClassName
{
border-color: #BCF1B5;
}
</style>