Shades of Madang #BFECA3
Tints of Madang #BFECA3
RGB
CMYK
RGB Variations
Color information
#BFECA3 (or 0xBFECA3) is known color: Madang. HEX triplet: BF, EC and A3. RGB value is (191,236,163). Sum of RGB (Red+Green+Blue) = 191+236+163=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECA3 is #40135C. Grayscale: #D6D6D6. Windows color (decimal): -4199261 or 10742975. OLE color: 10742975.
HSL color Cylindrical-coordinate representation of color #BFECA3: hue angle of 96.99º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFECA3 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 163 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.07 |
| HSL | 96.99º | 0.66% | 0.78% | - |
| HSV(B) | 96.99º | 0.31% | 0.93% | - |
| XYZ | 58.09 | 73.71 | 45.82 | - |
| YUV | 214.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 163 | 0.19 | 0 | 0.31 | 0.07 | 96.99 | 0.66 | 0.78 |
| Hex | BF | EC | A3 | 13 | 0 | 1F | 7 | 61 | 42 | 4E |
| Octal | 277 | 354 | 243 | 23 | 0 | 37 | 7 | 141 | 102 | 116 |
| Binary | 10111111 | 11101100 | 10100011 | 10011 | 0 | 11111 | 111 | 1100001 | 1000010 | 1001110 |
Color Harmonies of #BFECA3
Complementary color
Monochromatic Colors of #BFECA3
Black with #BFECA3
Text Example
Text Example
White with #BFECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECA3; }
p { color: rgb(191,236,163); }
H1.HeaderClassName
{
color: #BFECA3;
}
.AnyTagClassName
{
color: #BFECA3;
}
</style>
background-color css
<style>
a { background-color: #BFECA3; }
a { background-color: rgb(191,236,163); }
div.DivClassName
{
background-color: #BFECA3;
}
.BgClassName
{
background-color: #BFECA3;
}
</style>
border-color css
<style>
span { border-color: #BFECA3; }
span { border-color: rgb(191,236,163); }
td.TdClassName
{
border-color: #BFECA3;
}
.TagClassName
{
border-color: #BFECA3;
}
</style>