Shades of Madang #BFF0B7
Tints of Madang #BFF0B7
RGB
CMYK
RGB Variations
Color information
#BFF0B7 (or 0xBFF0B7) is known color: Madang. HEX triplet: BF, F0 and B7. RGB value is (191,240,183). Sum of RGB (Red+Green+Blue) = 191+240+183=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0B7 is #400F48. Grayscale: #DBDBDB. Windows color (decimal): -4198217 or 12054719. OLE color: 12054719.
HSL color Cylindrical-coordinate representation of color #BFF0B7: hue angle of 111.58º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF0B7 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 183 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.06 |
| HSL | 111.58º | 0.66% | 0.83% | - |
| HSV(B) | 111.58º | 0.24% | 0.94% | - |
| XYZ | 61.19 | 76.82 | 56.4 | - |
| YUV | 218.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 183 | 0.20 | 0 | 0.24 | 0.06 | 111.58 | 0.66 | 0.83 |
| Hex | BF | F0 | B7 | 14 | 0 | 18 | 6 | 70 | 42 | 53 |
| Octal | 277 | 360 | 267 | 24 | 0 | 30 | 6 | 160 | 102 | 123 |
| Binary | 10111111 | 11110000 | 10110111 | 10100 | 0 | 11000 | 110 | 1110000 | 1000010 | 1010011 |
Color Harmonies of #BFF0B7
Complementary color
Monochromatic Colors of #BFF0B7
Black with #BFF0B7
Text Example
Text Example
White with #BFF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0B7; }
p { color: rgb(191,240,183); }
H1.HeaderClassName
{
color: #BFF0B7;
}
.AnyTagClassName
{
color: #BFF0B7;
}
</style>
background-color css
<style>
a { background-color: #BFF0B7; }
a { background-color: rgb(191,240,183); }
div.DivClassName
{
background-color: #BFF0B7;
}
.BgClassName
{
background-color: #BFF0B7;
}
</style>
border-color css
<style>
span { border-color: #BFF0B7; }
span { border-color: rgb(191,240,183); }
td.TdClassName
{
border-color: #BFF0B7;
}
.TagClassName
{
border-color: #BFF0B7;
}
</style>