Shades of Madang #BFEDA7
Tints of Madang #BFEDA7
RGB
CMYK
RGB Variations
Color information
#BFEDA7 (or 0xBFEDA7) is known color: Madang. HEX triplet: BF, ED and A7. RGB value is (191,237,167). Sum of RGB (Red+Green+Blue) = 191+237+167=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDA7 is #401258. Grayscale: #D7D7D7. Windows color (decimal): -4199001 or 11005375. OLE color: 11005375.
HSL color Cylindrical-coordinate representation of color #BFEDA7: hue angle of 99.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFEDA7 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 167 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.07 |
| HSL | 99.43º | 0.66% | 0.79% | - |
| HSV(B) | 99.43º | 0.3% | 0.93% | - |
| XYZ | 58.75 | 74.43 | 47.83 | - |
| YUV | 215.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 167 | 0.19 | 0 | 0.30 | 0.07 | 99.43 | 0.66 | 0.79 |
| Hex | BF | ED | A7 | 13 | 0 | 1E | 7 | 63 | 42 | 4F |
| Octal | 277 | 355 | 247 | 23 | 0 | 36 | 7 | 143 | 102 | 117 |
| Binary | 10111111 | 11101101 | 10100111 | 10011 | 0 | 11110 | 111 | 1100011 | 1000010 | 1001111 |
Color Harmonies of #BFEDA7
Complementary color
Monochromatic Colors of #BFEDA7
Black with #BFEDA7
Text Example
Text Example
White with #BFEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDA7; }
p { color: rgb(191,237,167); }
H1.HeaderClassName
{
color: #BFEDA7;
}
.AnyTagClassName
{
color: #BFEDA7;
}
</style>
background-color css
<style>
a { background-color: #BFEDA7; }
a { background-color: rgb(191,237,167); }
div.DivClassName
{
background-color: #BFEDA7;
}
.BgClassName
{
background-color: #BFEDA7;
}
</style>
border-color css
<style>
span { border-color: #BFEDA7; }
span { border-color: rgb(191,237,167); }
td.TdClassName
{
border-color: #BFEDA7;
}
.TagClassName
{
border-color: #BFEDA7;
}
</style>