Shades of Madang #BCF6B5
Tints of Madang #BCF6B5
RGB
CMYK
RGB Variations
Color information
#BCF6B5 (or 0xBCF6B5) is known color: Madang. HEX triplet: BC, F6 and B5. RGB value is (188,246,181). Sum of RGB (Red+Green+Blue) = 188+246+181=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6B5 is #43094A. Grayscale: #DDDDDD. Windows color (decimal): -4393291 or 11925180. OLE color: 11925180.
HSL color Cylindrical-coordinate representation of color #BCF6B5: hue angle of 113.54º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF6B5 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 181 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.04 |
| HSL | 113.54º | 0.78% | 0.84% | - |
| HSV(B) | 113.54º | 0.26% | 0.96% | - |
| XYZ | 62.04 | 79.94 | 55.88 | - |
| YUV | 221.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 181 | 0.24 | 0 | 0.26 | 0.04 | 113.54 | 0.78 | 0.84 |
| Hex | BC | F6 | B5 | 18 | 0 | 1A | 4 | 72 | 4E | 54 |
| Octal | 274 | 366 | 265 | 30 | 0 | 32 | 4 | 162 | 116 | 124 |
| Binary | 10111100 | 11110110 | 10110101 | 11000 | 0 | 11010 | 100 | 1110010 | 1001110 | 1010100 |
Color Harmonies of #BCF6B5
Complementary color
Monochromatic Colors of #BCF6B5
Black with #BCF6B5
Text Example
Text Example
White with #BCF6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6B5; }
p { color: rgb(188,246,181); }
H1.HeaderClassName
{
color: #BCF6B5;
}
.AnyTagClassName
{
color: #BCF6B5;
}
</style>
background-color css
<style>
a { background-color: #BCF6B5; }
a { background-color: rgb(188,246,181); }
div.DivClassName
{
background-color: #BCF6B5;
}
.BgClassName
{
background-color: #BCF6B5;
}
</style>
border-color css
<style>
span { border-color: #BCF6B5; }
span { border-color: rgb(188,246,181); }
td.TdClassName
{
border-color: #BCF6B5;
}
.TagClassName
{
border-color: #BCF6B5;
}
</style>