Shades of Madang #BFEDB0
Tints of Madang #BFEDB0
RGB
CMYK
RGB Variations
Color information
#BFEDB0 (or 0xBFEDB0) is known color: Madang. HEX triplet: BF, ED and B0. RGB value is (191,237,176). Sum of RGB (Red+Green+Blue) = 191+237+176=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDB0 is #40124F. Grayscale: #D8D8D8. Windows color (decimal): -4198992 or 11595199. OLE color: 11595199.
HSL color Cylindrical-coordinate representation of color #BFEDB0: hue angle of 105.25º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEDB0 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 176 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.07 |
| HSL | 105.25º | 0.63% | 0.81% | - |
| HSV(B) | 105.25º | 0.26% | 0.93% | - |
| XYZ | 59.61 | 74.78 | 52.37 | - |
| YUV | 216.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 176 | 0.19 | 0 | 0.26 | 0.07 | 105.25 | 0.63 | 0.81 |
| Hex | BF | ED | B0 | 13 | 0 | 1A | 7 | 69 | 3F | 51 |
| Octal | 277 | 355 | 260 | 23 | 0 | 32 | 7 | 151 | 77 | 121 |
| Binary | 10111111 | 11101101 | 10110000 | 10011 | 0 | 11010 | 111 | 1101001 | 111111 | 1010001 |
Color Harmonies of #BFEDB0
Complementary color
Monochromatic Colors of #BFEDB0
Black with #BFEDB0
Text Example
Text Example
White with #BFEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDB0; }
p { color: rgb(191,237,176); }
H1.HeaderClassName
{
color: #BFEDB0;
}
.AnyTagClassName
{
color: #BFEDB0;
}
</style>
background-color css
<style>
a { background-color: #BFEDB0; }
a { background-color: rgb(191,237,176); }
div.DivClassName
{
background-color: #BFEDB0;
}
.BgClassName
{
background-color: #BFEDB0;
}
</style>
border-color css
<style>
span { border-color: #BFEDB0; }
span { border-color: rgb(191,237,176); }
td.TdClassName
{
border-color: #BFEDB0;
}
.TagClassName
{
border-color: #BFEDB0;
}
</style>