Shades of Madang #BFECAA
Tints of Madang #BFECAA
RGB
CMYK
RGB Variations
Color information
#BFECAA (or 0xBFECAA) is known color: Madang. HEX triplet: BF, EC and AA. RGB value is (191,236,170). Sum of RGB (Red+Green+Blue) = 191+236+170=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECAA is #401355. Grayscale: #D7D7D7. Windows color (decimal): -4199254 or 11201727. OLE color: 11201727.
HSL color Cylindrical-coordinate representation of color #BFECAA: hue angle of 100.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFECAA is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 170 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.07 |
| HSL | 100.91º | 0.63% | 0.8% | - |
| HSV(B) | 100.91º | 0.28% | 0.93% | - |
| XYZ | 58.74 | 73.97 | 49.21 | - |
| YUV | 215.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 170 | 0.19 | 0 | 0.28 | 0.07 | 100.91 | 0.63 | 0.8 |
| Hex | BF | EC | AA | 13 | 0 | 1C | 7 | 65 | 3F | 50 |
| Octal | 277 | 354 | 252 | 23 | 0 | 34 | 7 | 145 | 77 | 120 |
| Binary | 10111111 | 11101100 | 10101010 | 10011 | 0 | 11100 | 111 | 1100101 | 111111 | 1010000 |
Color Harmonies of #BFECAA
Complementary color
Monochromatic Colors of #BFECAA
Black with #BFECAA
Text Example
Text Example
White with #BFECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECAA; }
p { color: rgb(191,236,170); }
H1.HeaderClassName
{
color: #BFECAA;
}
.AnyTagClassName
{
color: #BFECAA;
}
</style>
background-color css
<style>
a { background-color: #BFECAA; }
a { background-color: rgb(191,236,170); }
div.DivClassName
{
background-color: #BFECAA;
}
.BgClassName
{
background-color: #BFECAA;
}
</style>
border-color css
<style>
span { border-color: #BFECAA; }
span { border-color: rgb(191,236,170); }
td.TdClassName
{
border-color: #BFECAA;
}
.TagClassName
{
border-color: #BFECAA;
}
</style>