Shades of Madang #BCF1B4
Tints of Madang #BCF1B4
RGB
CMYK
RGB Variations
Color information
#BCF1B4 (or 0xBCF1B4) is known color: Madang. HEX triplet: BC, F1 and B4. RGB value is (188,241,180). Sum of RGB (Red+Green+Blue) = 188+241+180=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1B4 is #430E4B. Grayscale: #DADADA. Windows color (decimal): -4394572 or 11858364. OLE color: 11858364.
HSL color Cylindrical-coordinate representation of color #BCF1B4: hue angle of 112.13º degrees, saturation: 0.69, 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 #BCF1B4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 180 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.05 |
| HSL | 112.13º | 0.69% | 0.83% | - |
| HSV(B) | 112.13º | 0.25% | 0.95% | - |
| XYZ | 60.43 | 76.9 | 54.84 | - |
| YUV | 218.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 180 | 0.22 | 0 | 0.25 | 0.05 | 112.13 | 0.69 | 0.83 |
| Hex | BC | F1 | B4 | 16 | 0 | 19 | 5 | 70 | 45 | 53 |
| Octal | 274 | 361 | 264 | 26 | 0 | 31 | 5 | 160 | 105 | 123 |
| Binary | 10111100 | 11110001 | 10110100 | 10110 | 0 | 11001 | 101 | 1110000 | 1000101 | 1010011 |
Color Harmonies of #BCF1B4
Complementary color
Monochromatic Colors of #BCF1B4
Black with #BCF1B4
Text Example
Text Example
White with #BCF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1B4; }
p { color: rgb(188,241,180); }
H1.HeaderClassName
{
color: #BCF1B4;
}
.AnyTagClassName
{
color: #BCF1B4;
}
</style>
background-color css
<style>
a { background-color: #BCF1B4; }
a { background-color: rgb(188,241,180); }
div.DivClassName
{
background-color: #BCF1B4;
}
.BgClassName
{
background-color: #BCF1B4;
}
</style>
border-color css
<style>
span { border-color: #BCF1B4; }
span { border-color: rgb(188,241,180); }
td.TdClassName
{
border-color: #BCF1B4;
}
.TagClassName
{
border-color: #BCF1B4;
}
</style>