Shades of Madang #BFE1B0
Tints of Madang #BFE1B0
RGB
CMYK
RGB Variations
Color information
#BFE1B0 (or 0xBFE1B0) is known color: Madang. HEX triplet: BF, E1 and B0. RGB value is (191,225,176). Sum of RGB (Red+Green+Blue) = 191+225+176=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE1B0 is #401E4F. Grayscale: #D1D1D1. Windows color (decimal): -4202064 or 11592127. OLE color: 11592127.
HSL color Cylindrical-coordinate representation of color #BFE1B0: hue angle of 101.63º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE1B0 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 176 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.12 |
| HSL | 101.63º | 0.45% | 0.79% | - |
| HSV(B) | 101.63º | 0.22% | 0.88% | - |
| XYZ | 56.25 | 68.06 | 51.25 | - |
| YUV | 209.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 176 | 0.15 | 0 | 0.22 | 0.12 | 101.63 | 0.45 | 0.79 |
| Hex | BF | E1 | B0 | F | 0 | 16 | C | 66 | 2D | 4F |
| Octal | 277 | 341 | 260 | 17 | 0 | 26 | 14 | 146 | 55 | 117 |
| Binary | 10111111 | 11100001 | 10110000 | 1111 | 0 | 10110 | 1100 | 1100110 | 101101 | 1001111 |
Color Harmonies of #BFE1B0
Complementary color
Monochromatic Colors of #BFE1B0
Black with #BFE1B0
Text Example
Text Example
White with #BFE1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1B0; }
p { color: rgb(191,225,176); }
H1.HeaderClassName
{
color: #BFE1B0;
}
.AnyTagClassName
{
color: #BFE1B0;
}
</style>
background-color css
<style>
a { background-color: #BFE1B0; }
a { background-color: rgb(191,225,176); }
div.DivClassName
{
background-color: #BFE1B0;
}
.BgClassName
{
background-color: #BFE1B0;
}
</style>
border-color css
<style>
span { border-color: #BFE1B0; }
span { border-color: rgb(191,225,176); }
td.TdClassName
{
border-color: #BFE1B0;
}
.TagClassName
{
border-color: #BFE1B0;
}
</style>