Shades of Madang #BFEBA9
Tints of Madang #BFEBA9
RGB
CMYK
RGB Variations
Color information
#BFEBA9 (or 0xBFEBA9) is known color: Madang. HEX triplet: BF, EB and A9. RGB value is (191,235,169). Sum of RGB (Red+Green+Blue) = 191+235+169=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBA9 is #401456. Grayscale: #D6D6D6. Windows color (decimal): -4199511 or 11135935. OLE color: 11135935.
HSL color Cylindrical-coordinate representation of color #BFEBA9: hue angle of 100º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFEBA9 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 169 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.08 |
| HSL | 100º | 0.62% | 0.79% | - |
| HSV(B) | 100º | 0.28% | 0.92% | - |
| XYZ | 58.36 | 73.36 | 48.62 | - |
| YUV | 214.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 169 | 0.19 | 0 | 0.28 | 0.08 | 100 | 0.62 | 0.79 |
| Hex | BF | EB | A9 | 13 | 0 | 1C | 8 | 64 | 3E | 4F |
| Octal | 277 | 353 | 251 | 23 | 0 | 34 | 10 | 144 | 76 | 117 |
| Binary | 10111111 | 11101011 | 10101001 | 10011 | 0 | 11100 | 1000 | 1100100 | 111110 | 1001111 |
Color Harmonies of #BFEBA9
Complementary color
Monochromatic Colors of #BFEBA9
Black with #BFEBA9
Text Example
Text Example
White with #BFEBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBA9; }
p { color: rgb(191,235,169); }
H1.HeaderClassName
{
color: #BFEBA9;
}
.AnyTagClassName
{
color: #BFEBA9;
}
</style>
background-color css
<style>
a { background-color: #BFEBA9; }
a { background-color: rgb(191,235,169); }
div.DivClassName
{
background-color: #BFEBA9;
}
.BgClassName
{
background-color: #BFEBA9;
}
</style>
border-color css
<style>
span { border-color: #BFEBA9; }
span { border-color: rgb(191,235,169); }
td.TdClassName
{
border-color: #BFEBA9;
}
.TagClassName
{
border-color: #BFEBA9;
}
</style>