Shades of Madang #BFEBA6
Tints of Madang #BFEBA6
RGB
CMYK
RGB Variations
Color information
#BFEBA6 (or 0xBFEBA6) is known color: Madang. HEX triplet: BF, EB and A6. RGB value is (191,235,166). Sum of RGB (Red+Green+Blue) = 191+235+166=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBA6 is #401459. Grayscale: #D6D6D6. Windows color (decimal): -4199514 or 10939327. OLE color: 10939327.
HSL color Cylindrical-coordinate representation of color #BFEBA6: hue angle of 98.26º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFEBA6 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 166 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.08 |
| HSL | 98.26º | 0.63% | 0.79% | - |
| HSV(B) | 98.26º | 0.29% | 0.92% | - |
| XYZ | 58.08 | 73.25 | 47.15 | - |
| YUV | 213.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 166 | 0.19 | 0 | 0.29 | 0.08 | 98.26 | 0.63 | 0.79 |
| Hex | BF | EB | A6 | 13 | 0 | 1D | 8 | 62 | 3F | 4F |
| Octal | 277 | 353 | 246 | 23 | 0 | 35 | 10 | 142 | 77 | 117 |
| Binary | 10111111 | 11101011 | 10100110 | 10011 | 0 | 11101 | 1000 | 1100010 | 111111 | 1001111 |
Color Harmonies of #BFEBA6
Complementary color
Monochromatic Colors of #BFEBA6
Black with #BFEBA6
Text Example
Text Example
White with #BFEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBA6; }
p { color: rgb(191,235,166); }
H1.HeaderClassName
{
color: #BFEBA6;
}
.AnyTagClassName
{
color: #BFEBA6;
}
</style>
background-color css
<style>
a { background-color: #BFEBA6; }
a { background-color: rgb(191,235,166); }
div.DivClassName
{
background-color: #BFEBA6;
}
.BgClassName
{
background-color: #BFEBA6;
}
</style>
border-color css
<style>
span { border-color: #BFEBA6; }
span { border-color: rgb(191,235,166); }
td.TdClassName
{
border-color: #BFEBA6;
}
.TagClassName
{
border-color: #BFEBA6;
}
</style>