Shades of Madang #BFECB2
Tints of Madang #BFECB2
RGB
CMYK
RGB Variations
Color information
#BFECB2 (or 0xBFECB2) is known color: Madang. HEX triplet: BF, EC and B2. RGB value is (191,236,178). Sum of RGB (Red+Green+Blue) = 191+236+178=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECB2 is #40134D. Grayscale: #D8D8D8. Windows color (decimal): -4199246 or 11726015. OLE color: 11726015.
HSL color Cylindrical-coordinate representation of color #BFECB2: hue angle of 106.55º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFECB2 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 178 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.07 |
| HSL | 106.55º | 0.6% | 0.81% | - |
| HSV(B) | 106.55º | 0.25% | 0.93% | - |
| XYZ | 59.52 | 74.28 | 53.32 | - |
| YUV | 215.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 178 | 0.19 | 0 | 0.25 | 0.07 | 106.55 | 0.6 | 0.81 |
| Hex | BF | EC | B2 | 13 | 0 | 19 | 7 | 6B | 3C | 51 |
| Octal | 277 | 354 | 262 | 23 | 0 | 31 | 7 | 153 | 74 | 121 |
| Binary | 10111111 | 11101100 | 10110010 | 10011 | 0 | 11001 | 111 | 1101011 | 111100 | 1010001 |
Color Harmonies of #BFECB2
Complementary color
Monochromatic Colors of #BFECB2
Black with #BFECB2
Text Example
Text Example
White with #BFECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECB2; }
p { color: rgb(191,236,178); }
H1.HeaderClassName
{
color: #BFECB2;
}
.AnyTagClassName
{
color: #BFECB2;
}
</style>
background-color css
<style>
a { background-color: #BFECB2; }
a { background-color: rgb(191,236,178); }
div.DivClassName
{
background-color: #BFECB2;
}
.BgClassName
{
background-color: #BFECB2;
}
</style>
border-color css
<style>
span { border-color: #BFECB2; }
span { border-color: rgb(191,236,178); }
td.TdClassName
{
border-color: #BFECB2;
}
.TagClassName
{
border-color: #BFECB2;
}
</style>