Shades of Madang #BFECA1
Tints of Madang #BFECA1
RGB
CMYK
RGB Variations
Color information
#BFECA1 (or 0xBFECA1) is known color: Madang. HEX triplet: BF, EC and A1. RGB value is (191,236,161). Sum of RGB (Red+Green+Blue) = 191+236+161=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECA1 is #40135E. Grayscale: #D6D6D6. Windows color (decimal): -4199263 or 10611903. OLE color: 10611903.
HSL color Cylindrical-coordinate representation of color #BFECA1: hue angle of 96º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFECA1 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 161 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.07 |
| HSL | 96º | 0.66% | 0.78% | - |
| HSV(B) | 96º | 0.32% | 0.93% | - |
| XYZ | 57.91 | 73.64 | 44.88 | - |
| YUV | 214 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 161 | 0.19 | 0 | 0.32 | 0.07 | 96 | 0.66 | 0.78 |
| Hex | BF | EC | A1 | 13 | 0 | 20 | 7 | 60 | 42 | 4E |
| Octal | 277 | 354 | 241 | 23 | 0 | 40 | 7 | 140 | 102 | 116 |
| Binary | 10111111 | 11101100 | 10100001 | 10011 | 0 | 100000 | 111 | 1100000 | 1000010 | 1001110 |
Color Harmonies of #BFECA1
Complementary color
Monochromatic Colors of #BFECA1
Black with #BFECA1
Text Example
Text Example
White with #BFECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECA1; }
p { color: rgb(191,236,161); }
H1.HeaderClassName
{
color: #BFECA1;
}
.AnyTagClassName
{
color: #BFECA1;
}
</style>
background-color css
<style>
a { background-color: #BFECA1; }
a { background-color: rgb(191,236,161); }
div.DivClassName
{
background-color: #BFECA1;
}
.BgClassName
{
background-color: #BFECA1;
}
</style>
border-color css
<style>
span { border-color: #BFECA1; }
span { border-color: rgb(191,236,161); }
td.TdClassName
{
border-color: #BFECA1;
}
.TagClassName
{
border-color: #BFECA1;
}
</style>