Shades of Madang #BFECB6
Tints of Madang #BFECB6
RGB
CMYK
RGB Variations
Color information
#BFECB6 (or 0xBFECB6) is known color: Madang. HEX triplet: BF, EC and B6. RGB value is (191,236,182). Sum of RGB (Red+Green+Blue) = 191+236+182=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECB6 is #401349. Grayscale: #D8D8D8. Windows color (decimal): -4199242 or 11988159. OLE color: 11988159.
HSL color Cylindrical-coordinate representation of color #BFECB6: hue angle of 110º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFECB6 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 182 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.07 |
| HSL | 110º | 0.59% | 0.82% | - |
| HSV(B) | 110º | 0.23% | 0.93% | - |
| XYZ | 59.92 | 74.44 | 55.47 | - |
| YUV | 216.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 182 | 0.19 | 0 | 0.23 | 0.07 | 110 | 0.59 | 0.82 |
| Hex | BF | EC | B6 | 13 | 0 | 17 | 7 | 6E | 3B | 52 |
| Octal | 277 | 354 | 266 | 23 | 0 | 27 | 7 | 156 | 73 | 122 |
| Binary | 10111111 | 11101100 | 10110110 | 10011 | 0 | 10111 | 111 | 1101110 | 111011 | 1010010 |
Color Harmonies of #BFECB6
Complementary color
Monochromatic Colors of #BFECB6
Black with #BFECB6
Text Example
Text Example
White with #BFECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECB6; }
p { color: rgb(191,236,182); }
H1.HeaderClassName
{
color: #BFECB6;
}
.AnyTagClassName
{
color: #BFECB6;
}
</style>
background-color css
<style>
a { background-color: #BFECB6; }
a { background-color: rgb(191,236,182); }
div.DivClassName
{
background-color: #BFECB6;
}
.BgClassName
{
background-color: #BFECB6;
}
</style>
border-color css
<style>
span { border-color: #BFECB6; }
span { border-color: rgb(191,236,182); }
td.TdClassName
{
border-color: #BFECB6;
}
.TagClassName
{
border-color: #BFECB6;
}
</style>