Shades of Madang #BCF0B0
Tints of Madang #BCF0B0
RGB
CMYK
RGB Variations
Color information
#BCF0B0 (or 0xBCF0B0) is known color: Madang. HEX triplet: BC, F0 and B0. RGB value is (188,240,176). Sum of RGB (Red+Green+Blue) = 188+240+176=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0B0 is #430F4F. Grayscale: #D9D9D9. Windows color (decimal): -4394832 or 11595964. OLE color: 11595964.
HSL color Cylindrical-coordinate representation of color #BCF0B0: hue angle of 108.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF0B0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 176 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.06 |
| HSL | 108.75º | 0.68% | 0.82% | - |
| HSV(B) | 108.75º | 0.27% | 0.94% | - |
| XYZ | 59.74 | 76.15 | 52.62 | - |
| YUV | 217.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 176 | 0.22 | 0 | 0.27 | 0.06 | 108.75 | 0.68 | 0.82 |
| Hex | BC | F0 | B0 | 16 | 0 | 1B | 6 | 6D | 44 | 52 |
| Octal | 274 | 360 | 260 | 26 | 0 | 33 | 6 | 155 | 104 | 122 |
| Binary | 10111100 | 11110000 | 10110000 | 10110 | 0 | 11011 | 110 | 1101101 | 1000100 | 1010010 |
Color Harmonies of #BCF0B0
Complementary color
Monochromatic Colors of #BCF0B0
Black with #BCF0B0
Text Example
Text Example
White with #BCF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0B0; }
p { color: rgb(188,240,176); }
H1.HeaderClassName
{
color: #BCF0B0;
}
.AnyTagClassName
{
color: #BCF0B0;
}
</style>
background-color css
<style>
a { background-color: #BCF0B0; }
a { background-color: rgb(188,240,176); }
div.DivClassName
{
background-color: #BCF0B0;
}
.BgClassName
{
background-color: #BCF0B0;
}
</style>
border-color css
<style>
span { border-color: #BCF0B0; }
span { border-color: rgb(188,240,176); }
td.TdClassName
{
border-color: #BCF0B0;
}
.TagClassName
{
border-color: #BCF0B0;
}
</style>